• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/

Lines Matching defs:soap_malloc

1822         p = (unsigned char*)soap_malloc(soap, soap->lablen + i - k);
1958 p = (unsigned char*)soap_malloc(soap, soap->lablen + i - k);
2113 if (s && (t = (char*)soap_malloc(soap, strlen(s) + 1)))
2130 if ((t = (wchar_t*)soap_malloc(soap, sizeof(wchar_t)*(n+1))))
2334 { register void **q = (void**)soap_malloc(soap, sizeof(void*));
2488 p = (char*)soap_malloc(soap, b->size);
5414 { char *s = (char*)soap_malloc(soap, strlen(aid) - 1);
5520 soap_malloc(struct soap *soap, size_t n)
5674 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Free all soap_malloc() data\n"));
5859 { q = (void**)soap_malloc(soap, sizeof(void*));
5875 { *r = (void*)soap_malloc(soap, sizeof(void*));
5896 { q = (void**)soap_malloc(soap, sizeof(void*));
5986 p = soap_malloc(soap, n);
7094 { register struct soap_dom_element *elt = (struct soap_dom_element*)soap_malloc(soap, sizeof(struct soap_dom_element));
7433 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
7669 { register struct soap_dom_attribute *a = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
8141 elt = (struct soap_dom_element*)soap_malloc(soap, sizeof(struct soap_dom_element));
8188 { *att = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute));
9032 soap->dom->wide = r = (wchar_t*)soap_malloc(soap, n * sizeof(wchar_t));
10480 *t = r = (wchar_t*)soap_malloc(soap, sizeof(wchar_t) * (strlen(s) + 1));
10540 r = t = (char*)soap_malloc(soap, n + 1);
10608 { if (!(p = (char**)soap_malloc(soap, sizeof(char*))))
10670 { if (!(p = (wchar_t**)soap_malloc(soap, sizeof(wchar_t*))))
10960 { if (!(p = (char**)soap_malloc(soap, sizeof(char*))))
11040 { if (!(p = (wchar_t**)soap_malloc(soap, sizeof(wchar_t*))))
11223 s = (char*)soap_malloc(soap, n + 5);
11379 { p = (char*)soap_malloc(soap, n + 1);
12001 content = (struct soap_multipart*)soap_malloc(soap, sizeof(struct soap_multipart));
12087 s = soap->mime.boundary = (char*)soap_malloc(soap, n + 1);
13806 t = (char*)soap_malloc(soap, (n + 2) / 3 * 4 + 1);
13856 t = (char*)soap_malloc(soap, l);
13924 t = (char*)soap_malloc(soap, 2 * n + 1);
13958 t = (char*)soap_malloc(soap, l);