Home | History | Annotate | Download | only in httplive

Lines Matching refs:dumpStr

201         char dumpStr[1024] = {0};
204 sprintf(dumpStr, "estimate bps=%d stable=%d history (n=%d): {",
209 sprintf(dumpStr + strlen(dumpStr),
213 sprintf(dumpStr + strlen(dumpStr), "%dk/%.3fs%s",
219 ALOGE(dumpStr);