Lines Matching refs:soap_malloc

1789         p = (unsigned char*)soap_malloc(soap, soap->lablen + i - k);  in soap_gethex()
1925 p = (unsigned char*)soap_malloc(soap, soap->lablen + i - k); in soap_getbase64()
2080 if (s && (t = (char*)soap_malloc(soap, strlen(s) + 1))) in soap_strdup()
2097 if ((t = (wchar_t*)soap_malloc(soap, sizeof(wchar_t)*(n+1)))) in soap_wstrdup()
2303 { register void **q = (void**)soap_malloc(soap, sizeof(void*)); in soap_resolve()
2457 p = (char*)soap_malloc(soap, b->size); in soap_save_block()
6942 { char *s = (char*)soap_malloc(soap, strlen(aid) - 1); in soap_attachment()
7047 soap_malloc(struct soap *soap, size_t n) in soap_malloc() function
7447 { q = (void**)soap_malloc(soap, sizeof(void*)); in soap_id_lookup()
7463 { *r = (void*)soap_malloc(soap, sizeof(void*)); in soap_id_lookup()
7484 { q = (void**)soap_malloc(soap, sizeof(void*)); in soap_id_lookup()
7576 p = soap_malloc(soap, n); in soap_id_enter()
8784 …{ register struct soap_dom_element *elt = (struct soap_dom_element*)soap_malloc(soap, sizeof(struc… in soap_element()
9127 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute)); in soap_element_start_end_out()
9364 …{ register struct soap_dom_attribute *a = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(str… in soap_attribute()
9844 elt = (struct soap_dom_element*)soap_malloc(soap, sizeof(struct soap_dom_element)); in soap_peek_element()
9891 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute)); in soap_peek_element()
10756 soap->dom->wide = r = (wchar_t*)soap_malloc(soap, n * sizeof(wchar_t)); in soap_wstring_out()
12221 *t = r = (wchar_t*)soap_malloc(soap, sizeof(wchar_t) * (strlen(s) + 1)); in soap_s2wchar()
12284 r = t = (char*)soap_malloc(soap, n + 1); in soap_wchar2s()
12352 { if (!(p = (char**)soap_malloc(soap, sizeof(char*)))) in soap_instring()
12418 { if (!(p = (wchar_t**)soap_malloc(soap, sizeof(wchar_t*)))) in soap_inwstring()
12714 { if (!(p = (char**)soap_malloc(soap, sizeof(char*)))) in soap_inliteral()
12794 { if (!(p = (wchar_t**)soap_malloc(soap, sizeof(wchar_t*)))) in soap_inwliteral()
12981 s = (char*)soap_malloc(soap, n + 5); in soap_dime_option()
13137 { p = (char*)soap_malloc(soap, n + 1); in soap_getdimefield()
13759 content = (struct soap_multipart*)soap_malloc(soap, sizeof(struct soap_multipart)); in soap_new_multipart()
13845 s = soap->mime.boundary = (char*)soap_malloc(soap, n + 1); in soap_select_mime_boundary()
14628 t = (char*)soap_malloc(soap, (n + 2) / 3 * 4 + 1); in soap_s2base64()
14678 t = (char*)soap_malloc(soap, l); in soap_base642s()
14746 t = (char*)soap_malloc(soap, 2 * n + 1); in soap_s2hex()
14780 t = (char*)soap_malloc(soap, l); in soap_hex2s()