Home
last modified time | relevance | path

Searched defs:ctxt (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/dom/
H A Dxpath_callbacks.c63 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 Dxpath.c56 …path_proxy_factory(xmlNodePtr node, zval *child, dom_object *intern, xmlXPathParserContextPtr ctxt) in dom_xpath_proxy_factory()
65 static dom_xpath_object *dom_xpath_ext_fetch_intern(xmlXPathParserContextPtr ctxt) in dom_xpath_ext_fetch_intern()
83 static void dom_xpath_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, php_dom_xpath_node… in dom_xpath_ext_function_php()
94 static void dom_xpath_ext_function_string_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in dom_xpath_ext_function_string_php()
100 static void dom_xpath_ext_function_object_php(xmlXPathParserContextPtr ctxt, int nargs) /* {{{ */ in dom_xpath_ext_function_object_php()
106 static void dom_xpath_ext_function_trampoline(xmlXPathParserContextPtr ctxt, int nargs) in dom_xpath_ext_function_trampoline()
437 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 Dxml_serializer.c781 xmlSaveCtxtPtr ctxt, in dom_xml_serialize_element_node()
1043 xmlSaveCtxtPtr ctxt, in dom_xml_serializing_a_document_fragment_node()
1069 xmlSaveCtxtPtr ctxt, in dom_xml_serializing_a_document_node()
1105 xmlSaveCtxtPtr ctxt, in dom_xml_serialization_algorithm()
1156 int dom_xml_serialize(xmlSaveCtxtPtr ctxt, xmlOutputBufferPtr out, xmlNodePtr node, bool format) in dom_xml_serialize()
H A Ddocument.c1321 xmlParserCtxtPtr ctxt = NULL; in dom_document_parser() local
1611 xmlSaveCtxtPtr ctxt = xmlSaveToBuffer(buf, (const char *) docp->encoding, XML_SAVE_AS_XML); in dom_document_save_xml() local
1645 xmlSaveCtxtPtr ctxt = xmlSaveToBuffer(buf, (const char *) docp->encoding, converted_options); in dom_document_save_xml() local
2034 htmlParserCtxtPtr ctxt; in dom_load_html() local
/php-src/ext/xsl/
H A Dxsltprocessor.c29 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()
286 static void php_xsl_delayed_lib_registration(void *ctxt, const zend_string *ns, const zend_string *… in php_xsl_delayed_lib_registration()
297 xsltTransformContextPtr ctxt; in php_xsl_apply_stylesheet() local
/php-src/ext/soap/
H A Dphp_xml.c79 xmlParserCtxtPtr ctxt = NULL; in soap_xmlParseFile() local
132 xmlParserCtxtPtr ctxt = NULL; in soap_xmlParseMemory() local

Completed in 28 milliseconds