Searched defs:ctxt (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/dom/ |
H A D | xpath_callbacks.c | 63 PHP_DOM_EXPORT void php_dom_xpath_callbacks_clean_argument_stack(xmlXPathParserContextPtr ctxt, uin… in php_dom_xpath_callbacks_clean_argument_stack() 166 …acks_delayed_lib_registration(const php_dom_xpath_callbacks* registry, void *ctxt, php_dom_xpath_c… in php_dom_xpath_callbacks_delayed_lib_registration() 182 xmlXPathContextPtr ctxt, in php_dom_xpath_callback_ns_update_method_handler() 285 …llbacks_update_method_handler(php_dom_xpath_callbacks* registry, xmlXPathContextPtr ctxt, zend_str… in php_dom_xpath_callbacks_update_method_handler() 291 …_update_single_method_handler(php_dom_xpath_callbacks* registry, xmlXPathContextPtr ctxt, zend_str… in php_dom_xpath_callbacks_update_single_method_handler() 314 static zval *php_dom_xpath_callback_fetch_args(xmlXPathParserContextPtr ctxt, uint32_t param_count,… in php_dom_xpath_callback_fetch_args() 391 …th_callbacks *xpath_callbacks, php_dom_xpath_callback_ns *ns, xmlXPathParserContextPtr ctxt, zval … in php_dom_xpath_callback_dispatch() 456 …llbacks_call_php_ns(php_dom_xpath_callbacks *xpath_callbacks, xmlXPathParserContextPtr ctxt, int n… in php_dom_xpath_callbacks_call_php_ns() 492 …acks_call_custom_ns(php_dom_xpath_callbacks *xpath_callbacks, xmlXPathParserContextPtr ctxt, int n… in php_dom_xpath_callbacks_call_custom_ns()
|
H A D | xpath.c | 57 …path_proxy_factory(xmlNodePtr node, zval *child, dom_object *intern, xmlXPathParserContextPtr ctxt) in dom_xpath_proxy_factory() 66 static dom_xpath_object *dom_xpath_ext_fetch_intern(xmlXPathParserContextPtr ctxt) in dom_xpath_ext_fetch_intern() 84 static void dom_xpath_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, php_dom_xpath_node… in dom_xpath_ext_function_php() 95 static void dom_xpath_ext_function_string_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in dom_xpath_ext_function_string_php() 101 static void dom_xpath_ext_function_object_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in dom_xpath_ext_function_object_php() 107 static void dom_xpath_ext_function_trampoline(xmlXPathParserContextPtr ctxt, int nargs) in dom_xpath_ext_function_trampoline() 450 static void dom_xpath_register_func_in_ctx(void *ctxt, const zend_string *ns, const zend_string *na… in dom_xpath_register_func_in_ctx()
|
H A D | xml_document.c | 274 …xmlSaveCtxtPtr ctxt = xmlSaveToIO(php_new_dom_write_smart_str, NULL, &str, encoding, XML_SAVE_AS_X… in php_new_dom_dump_node_to_str_ex() local 318 xmlSaveCtxtPtr ctxt = xmlSaveToIO(out->writecallback, NULL, stream, encoding, XML_SAVE_AS_XML); in php_new_dom_dump_node_to_file() local
|
H A D | inner_outer_html_mixin.c | 82 xmlSaveCtxtPtr ctxt = xmlSaveToIO(dom_write_smart_str, NULL, &str, "UTF-8", XML_SAVE_AS_XML); in dom_element_html_fragment_serialize() local
|
H A D | xml_serializer.c | 71 xmlSaveCtxtPtr ctxt; member 1298 int dom_xml_serialize(xmlSaveCtxtPtr ctxt, xmlOutputBufferPtr out, xmlNodePtr node, bool format, bo… in dom_xml_serialize()
|
H A D | document.c | 1351 xmlParserCtxtPtr ctxt = NULL; in dom_document_parser() local 2074 htmlParserCtxtPtr ctxt; in dom_load_html() local
|
/php-src/ext/xsl/ |
H A D | xsltprocessor.c | 29 static zend_result php_xsl_xslt_apply_params(xsltTransformContextPtr ctxt, HashTable *params) in php_xsl_xslt_apply_params() 49 … xsl_proxy_factory(xmlNodePtr node, zval *child, dom_object *intern, xmlXPathParserContextPtr ctxt) in xsl_proxy_factory() 69 static xsl_object *xsl_ext_fetch_intern(xmlXPathParserContextPtr ctxt) in xsl_ext_fetch_intern() 93 static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, php_dom_xpath_nodeset_ev… in xsl_ext_function_php() 104 void xsl_ext_function_string_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in xsl_ext_function_string_php() 110 void xsl_ext_function_object_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in xsl_ext_function_object_php() 116 static void xsl_ext_function_trampoline(xmlXPathParserContextPtr ctxt, int nargs) in xsl_ext_function_trampoline() 281 static void php_xsl_delayed_lib_registration(void *ctxt, const zend_string *ns, const zend_string *… in php_xsl_delayed_lib_registration() 292 xsltTransformContextPtr ctxt; in php_xsl_apply_stylesheet() local
|
/php-src/ext/soap/ |
H A D | php_xml.c | 79 xmlParserCtxtPtr ctxt = NULL; in soap_xmlParseFile() local 135 xmlParserCtxtPtr ctxt = NULL; in soap_xmlParseMemory() local
|
/php-src/ext/libxml/ |
H A D | libxml.c | 1506 xmlSaveCtxtPtr ctxt = xmlSaveToIO(php_libxml_write_smart_str, NULL, &str, encoding, options); in php_libxml_default_dump_doc_to_str() local
|
Completed in 31 milliseconds