Home
last modified time | relevance | path

Searched refs:DEBUG_puts (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Ddebug.h53 # define DEBUG_puts(x) puts(x) macro
56 # define DEBUG_puts(x)
H A Dhttp-addr.c313 DEBUG_puts("httpGetHostByName: returning domain socket address..."); in httpGetHostByName()
349 DEBUG_puts("httpGetHostByName: returning IPv4 address..."); in httpGetHostByName()
360 DEBUG_puts("httpGetHostByName: returning domain lookup address(es)..."); in httpGetHostByName()
H A Dhttp.c927 DEBUG_puts("httpRead: Getting chunk length..."); in httpRead()
931 DEBUG_puts("httpRead: Could not get length!"); in httpRead()
938 DEBUG_puts("httpRead: Negative chunk length!"); in httpRead()
1231 DEBUG_puts("httpWrite: error writing data...\n"); in httpWrite()
1416 DEBUG_puts("httpGets: No new line available!"); in httpGets()
1928 DEBUG_puts("httpGetLength: chunked request!"); in httpGetLength()
2260 DEBUG_puts("Server does not support HTTP upgrade!"); in http_upgrade()