Searched refs:http_debug_hex (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | http.c | 52 static void http_debug_hex(const char *prefix, const char *buffer, 1720 http_debug_hex("httpPeek", http->buffer, (int)bytes); in httpPeek() 1783 http_debug_hex("2httpPeek", (char *)http->sbuffer, (int)((z_stream *)http->stream)->avail_in); in httpPeek() 1976 … http_debug_hex("2httpRead2", (char *)http->sbuffer, (int)((z_stream *)http->stream)->avail_in); in httpRead2() 4016 http_debug_hex(const char *prefix, /* I - Prefix for line */ in http_debug_hex() function 4154 http_debug_hex("http_read", buffer, (int)bytes); in http_read() 4800 http_debug_hex("http_write", buffer - tbytes, (int)tbytes); in http_write()
|