Searched refs:DEBUG_printf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Ddebug.h49 * DEBUG_printf(("format string", arg, arg, ...));
51 * Note the extra parenthesis around the DEBUG_printf macro...
56 # define DEBUG_printf(x) printf x macro
59 # define DEBUG_printf(x) macro
H A Dhttp.c325 DEBUG_printf(("httpClose(http=%p)\n", http));
390 DEBUG_printf(("httpConnectEncrypt(host=\"%s\", port=%d, encrypt=%d)\n",
490 DEBUG_printf(("httpEncryption(http=%p, e=%d)\n", http, e));
525 DEBUG_printf(("httpReconnect(http=%p)\n", http));
671 DEBUG_printf(("httpGetSubField(http=%p, field=%d, name=\"%s\", value=%p)\n",
705 DEBUG_printf(("httpGetSubField: name=\"%s\"\n", temp));
763 DEBUG_printf(("httpGetSubField: value=\"%s\"\n", value));
896 DEBUG_printf(("httpFlush(http=%p), state=%d\n", http, http->state));
915 DEBUG_printf(("httpRead(http=%p, buffer=%p, length=%d)\n",
945 DEBUG_printf(("httpRea
[all...]
H A Dhttp-addr.c183 DEBUG_printf(("httpAddrLookup(addr=%p, name=%p, namelen=%d)\n",
227 DEBUG_printf(("httpAddrString(addr=%p, s=%p, slen=%d)\n",
257 DEBUG_printf(("httpAddrString: returning \"%s\"...\n", s));
278 DEBUG_printf(("httpGetHostByName(name=\"%s\")\n", name));

Completed in 1176 milliseconds