Searched refs:httpDumpData (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/print/libpapi-ipp/common/ |
H A D | ipp-support.c | 321 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 D | job.c | 404 httpDumpData(stdout, "papiJobStreamWrite:", buffer, buflen); in papiJobStreamWrite()
|
/titanic_41/usr/src/lib/print/libhttp-core/common/ |
H A D | http.c | 194 httpDumpData(FILE *fp, const char *tag, const char *buffer, int bytes) in httpDumpData() function 1001 httpDumpData(stdout, "httpRead:", http->buffer, bytes); in httpRead() 1064 httpDumpData(stdout, "httpRead:", buffer, bytes); in httpRead() 1211 httpDumpData(stdout, "httpWrite:", buffer, bytes); in httpWrite() 1331 httpDumpData(stdout, "httpGets:", bufend, bytes); in httpGets() 1460 httpDumpData(stdout, "httpPrintf:", bufptr, nbytes); in httpPrintf() 2529 httpDumpData(stdout, "CDSAReadFunc:", data, *dataLength); in CDSAReadFunc()
|
H A D | mapfile | 56 httpDumpData ;
|
H A D | http.h | 424 extern void httpDumpData(FILE *, const char *, const char *, int);
|