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, 1751 http_debug_hex("httpPeek", http->buffer, (int)bytes); in httpPeek() 1814 http_debug_hex("2httpPeek", (char *)http->sbuffer, (int)http->stream.avail_in); in httpPeek() 2002 http_debug_hex("2httpRead2", (char *)http->sbuffer, (int)http->stream.avail_in); in httpRead2() 3991 http_debug_hex(const char *prefix, /* I - Prefix for line */ in http_debug_hex() function 4129 http_debug_hex("http_read", buffer, (int)bytes); in http_read() 4771 http_debug_hex("http_write", buffer - tbytes, (int)tbytes); in http_write()
|