Searched refs:php_libxml_switch_context (Results 1 – 3 of 3) sorted by relevance
107 PHP_LIBXML_API void php_libxml_switch_context(zval *context, zval *oldcontext);
786 PHP_LIBXML_API void php_libxml_switch_context(zval *context, zval *oldcontext) in php_libxml_switch_context() function
278 php_libxml_switch_context(NULL, &context); in sdl_set_uri_credentials()279 php_libxml_switch_context(&context, NULL); in sdl_set_uri_credentials()3313 php_libxml_switch_context(&new_context, &orig_context); in get_sdl()3326 php_libxml_switch_context(&orig_context, NULL); in get_sdl()
Completed in 25 milliseconds