Lines Matching refs:DEBUG_printf

325   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(("httpRead: data_remaining=%d\n", http->data_remaining));
993 DEBUG_printf(("httpRead: reading %d bytes from socket into buffer...\n",
998 DEBUG_printf(("httpRead: read %d bytes from socket into buffer...\n",
1034 DEBUG_printf(("httpRead: grabbing %d bytes from input buffer...\n", bytes));
1056 DEBUG_printf(("httpRead: reading %d bytes from socket...\n", length));
1061 DEBUG_printf(("httpRead: read %d bytes from socket...\n", bytes));
1181 DEBUG_printf(("httpWrite: changing states from %d", http->state));
1189 DEBUG_printf((" to %d\n", http->state));
1256 DEBUG_printf(("httpWrite: changing states from %d", http->state));
1265 DEBUG_printf((" to %d\n", http->state));
1287 DEBUG_printf(("httpGets(line=%p, length=%d, http=%p)\n", line, length, http));
1329 DEBUG_printf(("httpGets: read %d bytes...\n", bytes));
1347 DEBUG_printf(("httpGets: recv() error %d!\n", WSAGetLastError()));
1349 DEBUG_printf(("httpGets: recv() error %d!\n", errno));
1414 DEBUG_printf(("httpGets: Returning \"%s\"\n", line));
1441 DEBUG_printf(("httpPrintf: httpPrintf(http=%p, format=\"%s\", ...)\n", http, format));
1447 DEBUG_printf(("httpPrintf: %s", buf));
1561 DEBUG_printf(("httpUpdate(http=%p), state=%d\n", http, http->state));
1577 DEBUG_printf(("httpUpdate: Got \"%s\"\n", line));
1677 DEBUG_printf(("httpUpdate: unknown field %s seen!\n", line));
1699 DEBUG_printf(("httpUpdate: socket error %d - %s\n", http->error,
1926 DEBUG_printf(("httpGetLength(http=%p), state=%d\n", http, http->state));
1952 DEBUG_printf(("httpGetLength: content_length=%d\n", http->data_remaining));
2009 DEBUG_printf(("http_send(http=%p, request=HTTP_%s, uri=\"%s\")\n",
2068 DEBUG_printf(("%s: %s\n", http_fields[i], http->fields[i]));
2105 DEBUG_printf(("http_wait(http=%p, msec=%d)\n", http, msec));
2200 DEBUG_printf(("http_upgrade(%p)\n", http));
2299 DEBUG_printf(("http_setup_ssl(http=%p)\n", http));