Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_xml.c94 if (ctxt) { in soap_xmlParseFile()
97 ctxt->keepBlanks = 0; in soap_xmlParseFile()
107 xmlParseDocument(ctxt); in soap_xmlParseFile()
109 if (ctxt->wellFormed) { in soap_xmlParseFile()
110 ret = ctxt->myDoc; in soap_xmlParseFile()
117 ctxt->myDoc = NULL; in soap_xmlParseFile()
145 if (ctxt) { in soap_xmlParseMemory()
157 xmlParseDocument(ctxt); in soap_xmlParseMemory()
159 if (ctxt->wellFormed) { in soap_xmlParseMemory()
160 ret = ctxt->myDoc; in soap_xmlParseMemory()
[all …]
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c225 obj = valuePop(ctxt); in xsl_ext_function_php()
240 obj = valuePop(ctxt); in xsl_ext_function_php()
306 obj = valuePop(ctxt); in xsl_ext_function_php()
312 valuePush(ctxt, xmlXPathNewString("")); in xsl_ext_function_php()
334 valuePush(ctxt, xmlXPathNewString("")); in xsl_ext_function_php()
387 xsl_ext_function_php(ctxt, nargs, 1); in xsl_ext_function_string_php()
393 xsl_ext_function_php(ctxt, nargs, 2); in xsl_ext_function_object_php()
489 xsltTransformContextPtr ctxt; in php_xsl_apply_stylesheet() local
542 ctxt->_private = (void *) intern; in php_xsl_apply_stylesheet()
551 ctxt->xinclude = Z_LVAL_P(doXInclude); in php_xsl_apply_stylesheet()
[all …]
H A Dphp_xsl.h76 void xsl_ext_function_string_php(xmlXPathParserContextPtr ctxt, int nargs);
77 void xsl_ext_function_object_php(xmlXPathParserContextPtr ctxt, int nargs);
/PHP-5.5/ext/dom/
H A Dxpath.c95 intern = (dom_xpath_object *) ctxt->context->userData; in dom_xpath_ext_function_php()
110 obj = valuePop(ctxt); in dom_xpath_ext_function_php()
123 obj = valuePop(ctxt); in dom_xpath_ext_function_php()
183 obj = valuePop(ctxt); in dom_xpath_ext_function_php()
212 valuePush(ctxt, xmlXPathNewString((xmlChar *)"")); in dom_xpath_ext_function_php()
233 valuePush(ctxt, xmlXPathNewNodeSet(nodep)); in dom_xpath_ext_function_php()
235 valuePush(ctxt, xmlXPathNewBoolean(retval->value.lval)); in dom_xpath_ext_function_php()
238 valuePush(ctxt, xmlXPathNewString((xmlChar *)"")); in dom_xpath_ext_function_php()
241 valuePush(ctxt, xmlXPathNewString( Z_STRVAL_P(retval))); in dom_xpath_ext_function_php()
260 dom_xpath_ext_function_php(ctxt, nargs, 1); in dom_xpath_ext_function_string_php()
[all …]
H A Ddocument.c1596 if (ctxt == NULL) { in dom_document_parser()
1623 if (ctxt->sax != NULL) { in dom_document_parser()
1649 xmlParseDocument(ctxt); in dom_document_parser()
1652 ret = ctxt->myDoc; in dom_document_parser()
1653 if (ctxt->recovery) { in dom_document_parser()
1663 ctxt->myDoc = NULL; in dom_document_parser()
1666 xmlFreeParserCtxt(ctxt); in dom_document_parser()
2187 htmlParserCtxtPtr ctxt; in dom_load_html() local
2211 if (!ctxt) { in dom_load_html()
2221 if (ctxt->sax != NULL) { in dom_load_html()
[all …]
/PHP-5.5/ext/libxml/
H A Dlibxml.c491 error_copy.ctxt = NULL; in _php_list_set_error_structure()

Completed in 79 milliseconds