Searched refs:printed (Results 1 – 3 of 3) sorted by relevance
1196 unsigned char *printed = NULL; in print() local1220 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()
362 for outgoing packets (#508). The TOS byte value is now printed in575 * Fixed a bug that caused the wrong value to be printed for834 * TCP snd_cwnd output is now printed by default on Linux (issue #99).
102 * The results printed on the server side at the end of a test do not