Lines Matching refs:this_ptr
317 static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, int include) in load_wsdl_ex() argument
395 load_wsdl_ex(this_ptr, (char*)uri, ctx, 1); in load_wsdl_ex()
724 static sdlPtr load_wsdl(zval *this_ptr, char *struri) in load_wsdl() argument
741 load_wsdl_ex(this_ptr, struri,&ctx, 0); in load_wsdl()
3154 sdlPtr get_sdl(zval *this_ptr, char *uri, zend_long cache_wsdl) in get_sdl() argument
3235 if (NULL != (tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), in get_sdl()
3242 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_user_agent", sizeof("_user_agent")-1)) != N… in get_sdl()
3249 …if ((proxy_host = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_host", sizeof("_proxy_host")-1… in get_sdl()
3251 …(proxy_port = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_port", sizeof("_proxy_port")-1)) !… in get_sdl()
3277 has_proxy_authorization = proxy_authentication(this_ptr, &headers); in get_sdl()
3280 has_authorization = basic_authentication(this_ptr, &headers); in get_sdl()
3313 sdl = load_wsdl(this_ptr, uri); in get_sdl()