Home
last modified time | relevance | path

Searched refs:httpDumpData (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c192 httpDumpData(FILE *fp, const char *tag, const char *buffer, int bytes) in httpDumpData() function
999 httpDumpData(stdout, "httpRead:", http->buffer, bytes); in httpRead()
1062 httpDumpData(stdout, "httpRead:", buffer, bytes); in httpRead()
1209 httpDumpData(stdout, "httpWrite:", buffer, bytes); in httpWrite()
1329 httpDumpData(stdout, "httpGets:", bufend, bytes); in httpGets()
1458 httpDumpData(stdout, "httpPrintf:", bufptr, nbytes); in httpPrintf()
2527 httpDumpData(stdout, "CDSAReadFunc:", data, *dataLength); in CDSAReadFunc()
H A Dmapfile56 httpDumpData ;
H A Dhttp.h422 extern void httpDumpData(FILE *, const char *, const char *, int);
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dipp-support.c321 httpDumpData(stdout, "ipp_request_write:", buffer, length); in ipp_request_write()
344 httpDumpData(stdout, "ipp_request_read:", buffer, length); in ipp_request_read()
401 httpDumpData(stdout, "request:", chunk, chunk_size); in ipp_send_initial_request_block()
H A Djob.c404 httpDumpData(stdout, "papiJobStreamWrite:", buffer, buflen); in papiJobStreamWrite()