Lines Matching refs:this_ptr
297 static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, bool include) in load_wsdl_ex() argument
366 load_wsdl_ex(this_ptr, (char*)uri, ctx, true); in load_wsdl_ex()
692 static sdlPtr load_wsdl(zval *this_ptr, char *struri) in load_wsdl() argument
708 load_wsdl_ex(this_ptr, struri, &ctx, false); in load_wsdl()
3143 sdlPtr get_sdl(zval *this_ptr, char *uri, zend_long cache_wsdl) in get_sdl() argument
3224 if (instanceof_function(Z_OBJCE_P(this_ptr), soap_class_entry)) { in get_sdl()
3225 tmp = Z_CLIENT_STREAM_CONTEXT_P(this_ptr); in get_sdl()
3233 tmp = Z_CLIENT_USER_AGENT_P(this_ptr); in get_sdl()
3240 zval *proxy_host = Z_CLIENT_PROXY_HOST_P(this_ptr); in get_sdl()
3241 zval *proxy_port = Z_CLIENT_PROXY_PORT_P(this_ptr); in get_sdl()
3263 has_proxy_authorization = proxy_authentication(this_ptr, &headers); in get_sdl()
3266 has_authorization = basic_authentication(this_ptr, &headers); in get_sdl()
3303 sdl = load_wsdl(this_ptr, uri); in get_sdl()