Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/print/libhttp-core/common/
H A Ddebug.h55 # define DEBUG_puts(x) puts(x) macro
58 # define DEBUG_puts(x)
H A Dhttp-addr.c315 DEBUG_puts("httpGetHostByName: returning domain socket address..."); in httpGetHostByName()
351 DEBUG_puts("httpGetHostByName: returning IPv4 address..."); in httpGetHostByName()
362 DEBUG_puts("httpGetHostByName: returning domain lookup address(es)..."); in httpGetHostByName()
H A Dhttp.c929 DEBUG_puts("httpRead: Getting chunk length..."); in httpRead()
933 DEBUG_puts("httpRead: Could not get length!"); in httpRead()
940 DEBUG_puts("httpRead: Negative chunk length!"); in httpRead()
1233 DEBUG_puts("httpWrite: error writing data...\n"); in httpWrite()
1418 DEBUG_puts("httpGets: No new line available!"); in httpGets()
1930 DEBUG_puts("httpGetLength: chunked request!"); in httpGetLength()
2262 DEBUG_puts("Server does not support HTTP upgrade!"); in http_upgrade()