Lines Matching refs:DBGLOG
790 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Deflating %u bytes\n", soap->d_stream->avail_in)); in soap_flush()
792 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Unable to deflate: %s\n", soap->d_stream->msg?soap->d_stream-… in soap_flush()
1020 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Read %u bytes from socket %d\n", (unsigned int)soap->buflen, so… in soap_getchunkchar()
1052 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Inflating\n")); in soap_recv_raw()
1064 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Inflated %lu->%lu bytes\n", soap->d_stream->total_in, soap->d… in soap_recv_raw()
1070 DBGLOG(RECV, SOAP_MESSAGE(fdebug, "\n---- decompressed ----\n")); in soap_recv_raw()
1072 DBGLOG(RECV, SOAP_MESSAGE(fdebug, "\n----\n")); in soap_recv_raw()
1081 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Inflate error: %s\n", soap->d_stream->msg?soap->d_stream->msg… in soap_recv_raw()
1092 DBGLOG(RECV, SOAP_MESSAGE(fdebug, "\n---- compressed ----\n")); in soap_recv_raw()
1102 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Getting chunk: read %u bytes\n", (unsigned int)ret)); in soap_recv_raw()
1111 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Read %u bytes (chunked) from socket %d\n", (unsigned int)ret, s… in soap_recv_raw()
1120 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Getting chunk size (idx=%u len=%u)\n", (unsigned int)soap->bufi… in soap_recv_raw()
1133 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Chunk size = %s (hex)\n", tmp)); in soap_recv_raw()
1137 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "End of chunked message\n")); in soap_recv_raw()
1145 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Moving buf len to idx=%u len=%u (%s)\n", (unsigned int)soap->bu… in soap_recv_raw()
1150 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Passed end of buffer for chunked HTTP (%u bytes left)\n", (unsi… in soap_recv_raw()
1163 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Read %u bytes from socket %d\n", (unsigned int)ret, soap->socke… in soap_recv_raw()
1182 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Inflated %u bytes\n", (unsigned int)soap->buflen)); in soap_recv_raw()
1187 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Inflated total %lu->%lu bytes\n", soap->d_stream->total_in, s… in soap_recv_raw()
1191 DBGLOG(RECV, SOAP_MESSAGE(fdebug, "\n---- decompressed ----\n")); in soap_recv_raw()
1199 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Unable to inflate: (%d) %s\n", r, soap->d_stream->msg?soap->d… in soap_recv_raw()
1232 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "DIME hdr for chunked DIME is in buffer\n")); in soap_recv()
1235 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Skip padding (%ld bytes)\n", -(long)soap->dime.size&3)); in soap_recv()
1242 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Get DIME hdr for next chunk\n")); in soap_recv()
1252 … DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Get DIME chunk (%u bytes)\n", (unsigned int)soap->dime.size)); in soap_recv()
1254 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "More chunking\n")); in soap_recv()
1264 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Last chunk\n")); in soap_recv()
1269 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "%u bytes remaining\n", (unsigned int)soap->count)); in soap_recv()
1273 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Get next DIME hdr for chunked DIME (%u bytes chunk)\n", (unsi… in soap_recv()
1283 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "%lu bytes remaining, count=%u\n", (unsigned long)(soap->buflen-… in soap_recv()
1590 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "XML PI <?%s?>\n", buf)); in soap_get_pi()
1596 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Switching to latin1 encoding\n")); in soap_get_pi()
1600 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Switching to utf-8 encoding\n")); in soap_get_pi()
1618 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Moving %ld bytes forward\n", (long)n)); in soap_move()
2111 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "New block sequence (prev=%p)\n", soap->blist)); in soap_new_block()
2133 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Push block of %u bytes (%u bytes total)\n", (unsigned int)n, (u… in soap_push_block()
2157 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Pop block\n")); in soap_pop_block()
2180 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Update id='%s' %p -> %p\n", ip->id, ip->ptr, (char*)ip->ptr +… in soap_update_ptrs()
2186 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Link update id='%s' %p\n", ip->id, p)); in soap_update_ptrs()
2193 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copy chain update id='%s' %p\n", ip->id, p)); in soap_update_ptrs()
2199 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copy list update id='%s' %p\n", ip->id, fp)); in soap_update_ptrs()
2208 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Update id='%s' %p -> %p\n", xp->id?xp->id:SOAP_STR_EOS, xp->p… in soap_update_ptrs()
2255 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Resolving forwarded data\n")); in soap_resolve()
2263 … DBGLOG(TEST, if (q) SOAP_MESSAGE(fdebug, "Traversing link chain to resolve id='%s'\n", ip->id)); in soap_resolve()
2267 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "... link %p -> %p\n", q, r)); in soap_resolve()
2272 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Missing data for id='%s'\n", ip->id)); in soap_resolve()
2282 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Resolution phase\n")); in soap_resolve()
2288 … DBGLOG(TEST, if (q) SOAP_MESSAGE(fdebug, "Traversing copy chain to resolve id='%s'\n", ip->id)); in soap_resolve()
2291 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "... copy %p -> %p (%u bytes)\n", ip->ptr, q, (unsigned int)ip… in soap_resolve()
2301 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Resolving forwarded data type=%d location=%p level=%u,%u id='%s… in soap_resolve()
2307 … DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Descending one level, new location=%p holds=%p...\n", q, *q)); in soap_resolve()
2327 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Resolution error: forwarded data for id='%s' could not be pro… in soap_resolve()
2332 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Resolution done\n")); in soap_resolve()
2366 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "First block\n")); in soap_first_block()
2390 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Next block\n")); in soap_next_block()
2422 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "End of block sequence, free all remaining blocks\n")); in soap_end_block()
2440 DBGLOG(TEST, if (soap->blist) SOAP_MESSAGE(fdebug, "Restore previous block sequence\n")); in soap_end_block()
2454 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Save all blocks in contiguous memory space of %u bytes (%p->%p)… in soap_save_block()
2465 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copy %u bytes from %p to %p\n", (unsigned int)n, q, s)); in soap_save_block()
2726 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Push namespace binding (level=%u) '%s' '%s'\n", soap->level, id… in soap_push_namespace()
2729 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Push NOT OK: no match found for '%s' in namespace mapping table… in soap_push_namespace()
2733 … DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Push OK ('%s' matches '%s' in namespace table)\n", id, p->id)); in soap_push_namespace()
2748 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Pop namespace binding (level=%u) '%s'\n", soap->level, np->id)); in soap_pop_namespace()
2878 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Tags '%s' and '%s' match but namespaces differ\n", tag1, tag2… in soap_match_tag()
2888 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Tags '%s' and '%s' match but namespaces differ\n", tag1, tag2… in soap_match_tag()
2893 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Tags and (default) namespaces match: '%s' '%s'\n", tag1, tag2)); in soap_match_tag()
2902 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Tags match: '%s' '%s'\n", tag1, tag2)); in soap_match_tag()
2918 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Array type mismatch: '%s' '%s'\n", soap->arrayType, type)); in soap_match_array()
3547 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Host name not found\n")); in tcp_gethost()
3785 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Opening socket %d to host='%s' port=%d\n", fd, host, port)); in tcp_connect()
3850 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Connect timeout\n")); in tcp_connect()
3861 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Could not connect to host\n")); in tcp_connect()
3874 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Could not connect to host\n")); in tcp_connect()
3894 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Could not connect to host\n")); in tcp_connect()
3929 … DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Connecting to %s proxy server\n", soap->proxy_http_version)); in tcp_connect()
4037 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "SSL_connect/select error in tcp_connect\n")); in tcp_connect()
4044 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "SSL connect timeout\n")); in tcp_connect()
4188 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "SSL session reused\n")); in tcp_connect()
4192 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "SSL session negotiated\n")); in tcp_connect()
4367 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Connection lost...\n")); in tcp_disconnect()
4382 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Shutdown failed: %d\n", SSL_get_error(soap->ssl, r))); in tcp_disconnect()
4411 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Close socket %d\n", (int)fd)); in tcp_closesocket()
4422 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Shutdown socket %d how=%d\n", (int)fd, how)); in tcp_shutdownsocket()
4559 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Could not bind to host\n")); in soap_bind()
4581 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Could not bind to host\n")); in soap_bind()
4589 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Could not bind to host\n")); in soap_bind()
4643 …DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Polling: other end down on socket=%d select=%d\n", soap->socket,… in soap_poll()
4707 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Accept socket %d from %s\n", soap->socket, soap->host)); in soap_accept()
4718 …DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Accept socket %d at port %d from IP %d.%d.%d.%d\n", soap->socket… in soap_accept()
4771 { DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Accept failed from %s\n", soap->host)); in soap_accept()
4849 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Done with context\n")); in soap_done()
4865 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Removing plugin '%s'\n", soap->plugins->id)); in soap_done()
4957 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Free logfiles\n")); in soap_done()
4986 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Waiting for HTTP request/response...\n")); in http_parse()
5009 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "HTTP status: %s\n", soap->msgbuf)); in http_parse()
5014 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "EOF in HTTP header, continue anyway\n")); in http_parse()
5021 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "HTTP header: %s\n", header)); in http_parse()
5045 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Finished HTTP header parsing, status = %d\n", soap->status)); in http_parse()
5057 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Keep alive connection = %d\n", soap->keep_alive)); in http_parse()
5082 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Target endpoint='%s'\n", soap->endpoint)); in http_parse()
5122 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "HTTP error %d\n", soap->status)); in http_parse()
5523 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Status = %s\n", s)); in http_response()
5560 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Error %s (status=%d)\n", s, status)); in http_response()
5665 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Search cookie %s domain=%s path=%s\n", name, domain?domain:"(nu… in soap_cookie()
5667 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Cookie in database: %s=%s domain=%s path=%s env=%hd\n", p->na… in soap_cookie()
5694 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Set %scookie: %s=%s domain=%s path=%s\n", q ? SOAP_STR_EOS : "n… in soap_set_cookie()
5763 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Error in clear cookie %s: cookie domain not set\n", name?name… in soap_clr_cookie()
5769 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Error in clear cookie %s: cookie path not set\n", name?name:"… in soap_clr_cookie()
5829 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Set cookie expiration max-age %ld: %s domain=%s path=%s\n", exp… in soap_set_cookie_expire()
5929 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Set-Cookie: %s\n", tmp)); in soap_putsetcookies()
5947 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Sending cookies for domain=%s path=%s\n", domain, path)); in soap_putcookies()
5952 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Cookie %s expired\n", q->name)); in soap_putcookies()
6009 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Cookie: %s\n", tmp)); in soap_putcookies()
6145 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Got environment cookie %s=%s domain=%s path=%s expire=%ld sec… in soap_getcookies()
6197 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Got environment cookie %s=%s domain=%s path=%s expire=%ld sec… in soap_getcookies()
6385 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Free pointer hashtable\n")); in soap_free_pht()
6437 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Lookup location=%p type=%d id=%d\n", p, type, pp->id)); in soap_pointer_lookup()
6442 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Lookup location=%p type=%d: not found\n", p, type)); in soap_pointer_lookup()
6472 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Pointer enter location=%p array=%p size=%d dim=%d type=%d id=%d… in soap_pointer_enter()
6505 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Array lookup location=%p type=%d id=%d\n", a->__ptr, type, pp->… in soap_array_pointer_lookup()
6510 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Array lookup location=%p type=%d: not found\n", a->__ptr, type)… in soap_array_pointer_lookup()
6572 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Begin count phase (socket=%d mode=0x%x count=%lu)\n", soap->soc… in soap_begin_count()
6589 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "End of count phase\n")); in soap_end_count()
6604 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Initializing for output\n")); in soap_begin_send()
6700 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Deflate initialized\n")); in soap_begin_send()
6708 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Begin send phase (socket=%d mode=0x%x count=%lu)\n", soap->sock… in soap_begin_send()
6729 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Embedded %p type=%d mark set to 1\n", p, t)); in soap_embedded()
6757 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Reference %p type=%d (%d %d)\n", p, t, (int)pp->mark1, (int)pp-… in soap_reference()
6787 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Array reference %p ptr=%p dim=%d type=%d (%d %d)\n", p, a->__pt… in soap_array_reference()
6803 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Embedded_id %p type=%d id=%d\n", p, t, id)); in soap_embedded_id()
6812 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Embedded_id multiref id=%d %p type=%d = (%d %d)\n", id, p, t, (… in soap_embedded_id()
6827 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Embedded_id embedded ref id=%d %p type=%d = (%d %d)\n", id, p, … in soap_embedded_id()
6843 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Is embedded? %d %d\n", (int)pp->mark1, (int)pp->mark2)); in soap_is_embedded()
6904 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Attachment tag='%s' id='%s' (%d) type='%s'\n", tag, aid?aid:SOA… in soap_attachment()
6989 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Free ID hashtable\n")); in soap_free_iht()
7117 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "%s(%d): malloc(%lu) = %p\n", file, line, (unsigned long)size, p… in soap_track_malloc()
7144 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "%s(%d): free(%p)\n", file, line, p)); in soap_track_free()
7187 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Data corruption:\n")); in soap_dealloc()
7189 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "\n")); in soap_dealloc()
7195 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Freed data at %p\n", p)); in soap_dealloc()
7204 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Free all soap_malloc() data\n")); in soap_dealloc()
7212 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Data corruption:\n")); in soap_dealloc()
7214 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "\n")); in soap_dealloc()
7253 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Could not dealloc data %p: deletion callback failed for objec… in soap_delete()
7263 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Could not dealloc data %p: address not in list\n", p)); in soap_delete()
7270 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Could not dealloc data %p: deletion callback failed for objec… in soap_delete()
7303 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Data corruption:\n")); in soap_delegate_deletion()
7305 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "\n")); in soap_delegate_deletion()
7370 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Unlinked data %p\n", p)); in soap_unlink()
7379 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Unlinked class instance %p\n", p)); in soap_unlink()
7400 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Lookup id='%s' type=%d\n", id, ip->type)); in soap_lookup_type()
7404 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "lookup type id='%s' NOT FOUND! Need to get it from xsi:type\n",… in soap_lookup_type()
7425 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Forwarding first href='%s' type=%d %p (%u bytes)\n", id, t, p, … in soap_id_lookup()
7436 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Resolved href='%s' type=%d location=%p (%u bytes)\n", id, t, … in soap_id_lookup()
7443 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Type incompatibility: href='%s' id-type=%d href-type=%d\n", id,… in soap_id_lookup()
7453 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Descending one level...\n")); in soap_id_lookup()
7458 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Resolving level %u pointers to href='%s'\n", ip->level, id)); in soap_id_lookup()
7475 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Descending one level...\n")); in soap_id_lookup()
7482 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Forwarded href='%s' type=%d location=%p (%u bytes)\n", id, t,… in soap_id_lookup()
7490 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Descending one level...\n")); in soap_id_lookup()
7522 …DBGLOG(TEST,SOAP_MESSAGE(fdebug, "New entry href='%s' type=%d size=%lu level=%d location=%p\n", hr… in soap_id_forward()
7525 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Type incompatibility id='%s' expect type=%d size=%lu level=%u… in soap_id_forward()
7548 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Forwarding type=%d (target type=%d) size=%lu location=%p level=… in soap_id_forward()
7551 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Forwarding copying address %p for type=%d href='%s'\n", p, st… in soap_id_forward()
7570 …DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Enter id='%s' type=%d loc=%p size=%lu level=%u\n", id, t, p, (un… in soap_id_enter()
7586 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Lookup entry id='%s for location=%p'\n", id, p)); in soap_id_enter()
7597 …DBGLOG(TEST,SOAP_MESSAGE(fdebug, "New entry id='%s' type=%d size=%lu level=%u location=%p\n", id, … in soap_id_enter()
7600 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Type incompatibility id='%s' expect type=%d size=%lu level=%u… in soap_id_enter()
7608 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Multiply defined id='%s'\n", id)); in soap_id_enter()
7619 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Update entry id='%s' type=%d location=%p size=%lu level=%u\n", … in soap_id_enter()
7632 { DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Copying data type=%d (target type=%d) %p -> %p (%lu bytes)\n", … in soap_fcopy()
7664 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "End send\n")); in soap_end_send()
7682 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Deflating remainder\n")); in soap_end_send()
7694 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Deflated total %lu->%lu bytes\n", soap->d_stream->total_in, soa… in soap_end_send()
7699 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Unable to end deflate: %s\n", soap->d_stream->msg?soap->d_str… in soap_end_send()
7714 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "gzip crc32=%lu\n", (unsigned long)soap->z_crc)); in soap_end_send()
7724 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Sending buffered message of length %u\n", (unsigned int)soap->b… in soap_end_send()
7760 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "End of send phase\n")); in soap_end_send()
7810 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "End of receive message ok\n")); in soap_end_recv()
7824 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Inflate end ok\n")); in soap_end_recv()
7829 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Inflate gzip crc check\n")); in soap_end_recv()
7836 …{ DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Gzip error: crc check failed, message corrupted? (crc32=%lu)\n… in soap_end_recv()
7840 { DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Gzip error: incorrect message length\n")); in soap_end_recv()
7880 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Free any remaining temp blocks\n")); in soap_free_temp()
7883 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Free attribute storage\n")); in soap_free_temp()
7932 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Free namespace stack\n")); in soap_free_ns()
8122 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying plugin '%s'\n", p->id)); in soap_copy_context()
8125 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Could not copy plugin '%s'\n", p->id)); in soap_copy_context()
8247 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Initializing context\n")); in soap_init()
8503 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Reinitializing context\n")); in soap_begin()
8711 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Adding namespace binding (level=%u) '%s' '%s' utilized=%d\n", s… in soap_push_ns()
8740 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Utilizing namespace of '%s'\n", tag)); in soap_utilize_ns()
8763 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Element begin tag='%s' id='%d' type='%s'\n", tag, id, type?type… in soap_element()
9114 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Enabling utilized binding (level=%u) %s='%s'\n", np->level, soa… in soap_element_start_end_out()
9200 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Element ending tag='%s'\n", tag)); in soap_element_end_out()
9254 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Element '%s' reference %s='%s'\n", tag, ref, val)); in soap_element_href()
9361 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Attribute '%s'='%s'\n", name, value)); in soap_attribute()
9425 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Begin element found (level=%u) '%s'='%s'\n", soap->level, soap-… in soap_element_begin_in()
9489 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "End element found (level=%u) '%s'='%s'\n", soap->level, soap->t… in soap_element_end_in()
9494 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "End element tag name does not match\n")); in soap_element_end_in()
9540 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Set attribute %s='%s'\n", name, value?value:SOAP_STR_EOS)); in soap_set_attr()
9546 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Allocate attribute %s\n", name)); in soap_set_attr()
9554 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Inserting attribute %s for c14n\n", name)) in soap_set_attr()
9570 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Canonicalization: prefix %s=%p (%s)\n", name, (*tpp)->ns, (*t… in soap_set_attr()
9593 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Free attribute value of %s (free %p)\n", name, tp->value)); in soap_set_attr()
9603 … DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Allocate attribute value for %s (%p)\n", tp->name, tp->value)); in soap_set_attr()
9729 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Enlarging look-aside buffer to append data, old size=%lu", (uns… in soap_append_lab()
9734 DBGLOG(TEST, SOAP_MESSAGE(fdebug, ", new size=%lu\n", (unsigned long)soap->lablen)); in soap_append_lab()
10159 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Reverting last element (level=%u)\n", soap->level)); in soap_revert()
10272 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Reading string content, flag=%d\n", flag)); in soap_string_in()
10277 … DBGLOG(TEST,SOAP_MESSAGE(fdebug, "String content includes tag '%s' and attributes\n", soap->tag)); in soap_string_in()
10534 { DBGLOG(TEST,SOAP_MESSAGE(fdebug, "String too long: maxlen=%ld\n", maxlen)); in soap_string_in()
10705 { DBGLOG(TEST,SOAP_MESSAGE(fdebug, "String too long: maxlen=%ld\n", maxlen)); in soap_string_in()
10721 { DBGLOG(TEST,SOAP_MESSAGE(fdebug, "String too short: %ld chars, minlen=%ld\n", l, minlen)); in soap_string_in()
10828 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Reading wide string content\n")); in soap_wstring_in()
10946 { DBGLOG(TEST,SOAP_MESSAGE(fdebug, "String too long: maxlen=%ld\n", maxlen)); in soap_wstring_in()
10957 { DBGLOG(TEST,SOAP_MESSAGE(fdebug, "String too short: %ld chars, minlen=%ld\n", l, minlen)); in soap_wstring_in()
12065 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Normalized namespace(s) of QNames '%s'", s)); in soap_s2QName()
12113 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "\nNamespace prefix of '%s' not defined (index=%d, URI=%s)\n",… in soap_s2QName()
12133 DBGLOG(TEST, SOAP_MESSAGE(fdebug, " into '%s'\n", *t)); in soap_s2QName()
12845 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Element content value='%s'\n", soap->tmpbuf)); in soap_value()
12906 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Calculating the message size with attachments, current count=%l… in soap_count_attachments()
12908 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Calculating the size of DIME attachments\n")); in soap_count_attachments()
12917 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Size of DIME attachment content is %lu bytes\n", (unsigned long… in soap_count_attachments()
12922 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Calculating the size of MIME attachments\n")); in soap_count_attachments()
12945 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Size of MIME attachment content is %lu bytes\n", (unsigned long… in soap_count_attachments()
12950 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "New count is %lu bytes\n", (unsigned long)count)); in soap_count_attachments()
13004 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Put DIME header id='%s'\n", soap->dime.id?soap->dime.id:SOAP_ST… in soap_putdimehdr()
13059 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "fdimereadopen failed\n")); in soap_putdime()
13064 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Chunked streaming DIME\n")); in soap_putdime()
13067 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "fdimeread returned %lu bytes\n", (unsigned long)size)); in soap_putdime()
13099 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "fdimeread failed: insufficient data (%lu bytes remaining from… in soap_putdime()
13107 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "fdimereadclose\n")); in soap_putdime()
13110 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "fdimereadclose\n")); in soap_putdime()
13173 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Get DIME header\n")); in soap_getdimehdr()
13178 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "... From chunked\n")); in soap_getdimehdr()
13194 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "DIME size=%lu flags=0x%X\n", (unsigned long)soap->dime.size, so… in soap_getdimehdr()
13201 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "DIME id=%s, type=%s, options=%s\n", soap->dime.id?soap->dime.id… in soap_getdimehdr()
13360 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "MIME header: %s\n", key)); in soap_getmimehdr()
13453 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Parsing MIME content id=%s type=%s\n", content->id?content->id:… in soap_get_mime_attachment()
13577 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Resolving attachment data for id=%s\n", content->id)); in soap_resolve_attachment()
13581 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Found matching attachment %s for content id=%s\n", xq->id, co… in soap_resolve_attachment()
13608 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "MIME attachment type=%s\n", content->type?content->type:SOAP_ST… in soap_putmimehdr()
13637 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Sending MIME attachments\n")); in soap_putmime()
13643 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "fmimereadopen failed\n")); in soap_putmime()
13650 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Chunked streaming MIME\n")); in soap_putmime()
13653 … DBGLOG(TEST, SOAP_MESSAGE(fdebug, "fmimeread returned %lu bytes\n", (unsigned long)size)); in soap_putmime()
13659 … { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Error: cannot chunk streaming MIME (no HTTP chunking)\n")); in soap_putmime()
13670 …{ DBGLOG(TEST, SOAP_MESSAGE(fdebug, "fmimeread failed: insufficient data (%lu bytes remaining from… in soap_putmime()
13896 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Get gzip header\n")); in soap_getgziphdr()
13939 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Initializing for input\n")); in soap_begin_recv()
14028 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "gzip initialized\n")); in soap_begin_recv()
14102 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "gzip initialized\n")); in soap_begin_recv()
14120 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Inflate initialized\n")); in soap_begin_recv()
14167 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Chunked DIME SOAP message\n")); in soap_begin_recv()
14576 …DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Connect/reconnect to host='%s' path='%s' port=%d\n", soap->host,… in soap_try_connect_command()
15120 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Sending back fault struct for error code %d\n", soap->error)); in soap_send_fault()
15179 DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Check if receiving SOAP Fault\n")); in soap_recv_fault()
15191 …DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Error: soap_get_soapfault() failed. Is this a SOAP message at al… in soap_recv_fault()
15207 { DBGLOG(TEST,SOAP_MESSAGE(fdebug, "Received SOAP Fault code %s\n", s)); in soap_recv_fault()
15554 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Registered '%s' plugin\n", p->id)); in soap_register_plugin_arg()
15557 …DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Could not register plugin '%s': plugin returned error %d (or fd… in soap_register_plugin_arg()