Home
last modified time | relevance | path

Searched refs:printed (Results 1 – 3 of 3) sorted by relevance

/iperf/src/
H A Dcjson.c1196 unsigned char *printed = NULL; in print() local
1220 printed = (unsigned char*) hooks->reallocate(buffer->buffer, buffer->offset + 1); in print()
1221 if (printed == NULL) { in print()
1228 printed = (unsigned char*) hooks->allocate(buffer->offset + 1); in print()
1229 if (printed == NULL) in print()
1233 memcpy(printed, buffer->buffer, cjson_min(buffer->length, buffer->offset + 1)); in print()
1234 printed[buffer->offset] = '\0'; /* just to be sure */ in print()
1240 return printed; in print()
1248 if (printed != NULL) in print()
1250 hooks->deallocate(printed); in print()
/iperf/
H A DRELNOTES.md362 for outgoing packets (#508). The TOS byte value is now printed in
575 * Fixed a bug that caused the wrong value to be printed for
834 * TCP snd_cwnd output is now printed by default on Linux (issue #99).
/iperf/docs/
H A Ddev.rst102 * The results printed on the server side at the end of a test do not