Searched refs:has_authorization (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/soap/ |
H A D | php_http.h | 37 zend_bool has_authorization,
|
H A D | php_http.c | 95 zend_bool has_authorization, in http_context_headers() argument 147 (!has_authorization || in http_context_headers() 300 zend_bool has_authorization = 0; in make_http_soap_request() local 574 has_authorization = 1; in make_http_soap_request() 792 …http_context_headers(context, has_authorization, has_proxy_authorization, has_cookies, &soap_heade… in make_http_soap_request()
|
H A D | php_sdl.c | 3201 zend_bool has_authorization = 0; in get_sdl() local 3308 has_authorization = basic_authentication(this_ptr, &headers TSRMLS_CC); in get_sdl() 3326 http_context_headers(context, has_authorization, has_proxy_authorization, 0, &headers TSRMLS_CC); in get_sdl()
|
Completed in 23 milliseconds