Searched refs:z_buf (Results 1 – 2 of 2) sorted by relevance
796 { if (soap_flush_raw(soap, soap->z_buf, SOAP_BUFLEN)) in soap_flush()798 soap->d_stream->next_out = (Byte*)soap->z_buf; in soap_flush()1089 { memcpy(soap->buf, soap->z_buf, SOAP_BUFLEN); in soap_recv_raw()1168 { memcpy(soap->z_buf, soap->buf, SOAP_BUFLEN); in soap_recv_raw()1169 soap->d_stream->next_in = (Byte*)(soap->z_buf + soap->bufidx); in soap_recv_raw()4951 if (soap->z_buf) in soap_done()4952 { SOAP_FREE(soap, (void*)soap->z_buf); in soap_done()4953 soap->z_buf = NULL; in soap_done()6676 { if (!soap->z_buf) in soap_begin_send()6677 soap->z_buf = (char*)SOAP_MALLOC(soap, SOAP_BUFLEN); in soap_begin_send()[all …]
1917 char *z_buf; /* buffer */ member