Searched refs:DEBUG_printf (Results 1 – 3 of 3) sorted by relevance
| /titanic_44/usr/src/lib/print/libhttp-core/common/ |
| H A D | http.c | 325 DEBUG_printf(("httpClose(http=%p)\n", http)); in httpClose() 390 DEBUG_printf(("httpConnectEncrypt(host=\"%s\", port=%d, encrypt=%d)\n", in httpConnectEncrypt() 490 DEBUG_printf(("httpEncryption(http=%p, e=%d)\n", http, e)); in httpEncryption() 525 DEBUG_printf(("httpReconnect(http=%p)\n", http)); in httpReconnect() 671 DEBUG_printf(("httpGetSubField(http=%p, field=%d, name=\"%s\", value=%p)\n", in httpGetSubField() 705 DEBUG_printf(("httpGetSubField: name=\"%s\"\n", temp)); in httpGetSubField() 763 DEBUG_printf(("httpGetSubField: value=\"%s\"\n", value)); in httpGetSubField() 896 DEBUG_printf(("httpFlush(http=%p), state=%d\n", http, http->state)); in httpFlush() 915 DEBUG_printf(("httpRead(http=%p, buffer=%p, length=%d)\n", in httpRead() 945 DEBUG_printf(("httpRead: data_remaining=%d\n", http->data_remaining)); in httpRead() [all …]
|
| H A D | debug.h | 56 # define DEBUG_printf(x) printf x macro 59 # define DEBUG_printf(x)
|
| H A D | http-addr.c | 183 DEBUG_printf(("httpAddrLookup(addr=%p, name=%p, namelen=%d)\n", in httpAddrLookup() 227 DEBUG_printf(("httpAddrString(addr=%p, s=%p, slen=%d)\n", in httpAddrString() 257 DEBUG_printf(("httpAddrString: returning \"%s\"...\n", s)); in httpAddrString() 278 DEBUG_printf(("httpGetHostByName(name=\"%s\")\n", name)); in httpGetHostByName()
|