Searched defs:httpDumpData (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c194 httpDumpData(FILE *fp, const char *tag, const char *buffer, int bytes) function
1001 httpDumpData(stdout, "httpRead:", http->buffer, bytes);
1064 httpDumpData(stdout, "httpRead:", buffer, bytes);
1211 httpDumpData(stdout, "httpWrite:", buffer, bytes);
1331 httpDumpData(stdout, "httpGets:", bufend, bytes);
1460 httpDumpData(stdout, "httpPrintf:", bufptr, nbytes);
2529 httpDumpData(stdout, "CDSAReadFunc:", data, *dataLength);

Completed in 62 milliseconds