Lines Matching refs:buf

41 		unsigned char* buf;  in proxy_authentication()  local
52 buf = php_base64_encode((unsigned char*)auth.c, auth.len, &len); in proxy_authentication()
54 smart_str_appendl(soap_headers, (char*)buf, len); in proxy_authentication()
56 efree(buf); in proxy_authentication()
71 unsigned char* buf; in basic_authentication() local
82 buf = php_base64_encode((unsigned char*)auth.c, auth.len, &len); in basic_authentication()
84 smart_str_appendl(soap_headers, (char*)buf, len); in basic_authentication()
86 efree(buf); in basic_authentication()
334 char *buf, in make_http_soap_request() argument
370 request = buf; in make_http_soap_request()
395 ZVAL_STRINGL(params[0], buf, buf_size, 0); in make_http_soap_request()
412 if (request != buf) {efree(request);} in make_http_soap_request()
448 if (request != buf) {efree(request);} in make_http_soap_request()
459 if (request != buf) {efree(request);} in make_http_soap_request()
469 if (request != buf) {efree(request);} in make_http_soap_request()
519 if (request != buf) {efree(request);} in make_http_soap_request()
786 unsigned char* buf; in make_http_soap_request() local
797 buf = php_base64_encode((unsigned char*)auth.c, auth.len, &len); in make_http_soap_request()
799 smart_str_appendl(&soap_headers, (char*)buf, len); in make_http_soap_request()
801 efree(buf); in make_http_soap_request()
867 if (request != buf) {efree(request);} in make_http_soap_request()
894 if (request != buf) {efree(request);} in make_http_soap_request()
1068 if (request != buf) {efree(request);} in make_http_soap_request()
1081 if (request != buf) {efree(request);} in make_http_soap_request()