Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_xml.c93 if (ctxt) { in soap_xmlParseFile()
96 ctxt->keepBlanks = 0; in soap_xmlParseFile()
104 xmlParseDocument(ctxt); in soap_xmlParseFile()
106 if (ctxt->wellFormed) { in soap_xmlParseFile()
107 ret = ctxt->myDoc; in soap_xmlParseFile()
114 ctxt->myDoc = NULL; in soap_xmlParseFile()
141 if (ctxt) { in soap_xmlParseMemory()
151 xmlParseDocument(ctxt); in soap_xmlParseMemory()
153 if (ctxt->wellFormed) { in soap_xmlParseMemory()
154 ret = ctxt->myDoc; in soap_xmlParseMemory()
[all …]
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c197 tctxt = xsltXPathGetTransformContext(ctxt); in xsl_ext_function_php()
219 obj = valuePop(ctxt); in xsl_ext_function_php()
233 obj = valuePop(ctxt); in xsl_ext_function_php()
307 obj = valuePop(ctxt); in xsl_ext_function_php()
381 xsl_ext_function_php(ctxt, nargs, 1); in xsl_ext_function_string_php()
387 xsl_ext_function_php(ctxt, nargs, 2); in xsl_ext_function_object_php()
481 xsltTransformContextPtr ctxt; in php_xsl_apply_stylesheet() local
532 ctxt = xsltNewTransformContext(style, doc); in php_xsl_apply_stylesheet()
533 ctxt->_private = (void *) intern; in php_xsl_apply_stylesheet()
539 ctxt->xinclude = Z_LVAL_P(doXInclude); in php_xsl_apply_stylesheet()
[all …]
H A Dphp_xsl.h83 void xsl_ext_function_string_php(xmlXPathParserContextPtr ctxt, int nargs);
84 void xsl_ext_function_object_php(xmlXPathParserContextPtr ctxt, int nargs);
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay.phpt10 $ctxt = stream_context_create([
17 "tcp://www.php.net:80", $errno, $errstr, 10, STREAM_CLIENT_CONNECT, $ctxt);
H A Dstream_context_tcp_nodelay_fopen.phpt10 $ctxt = stream_context_create([
19 $stream = fopen("http://www.php.net", "r", false, $ctxt);
H A Dstream_context_tcp_nodelay_server.phpt8 $ctxt = stream_context_create([
15 "tcp://127.0.0.1:9099", $errno, $errstr, STREAM_SERVER_BIND | STREAM_SERVER_LISTEN, $ctxt);
/PHP-7.4/ext/dom/
H A Dxpath.c90 intern = (dom_xpath_object *) ctxt->context->userData; in dom_xpath_ext_function_php()
105 obj = valuePop(ctxt); in dom_xpath_ext_function_php()
117 obj = valuePop(ctxt); in dom_xpath_ext_function_php()
175 obj = valuePop(ctxt); in dom_xpath_ext_function_php()
199 valuePush(ctxt, xmlXPathNewString((xmlChar *)"")); in dom_xpath_ext_function_php()
213 valuePush(ctxt, xmlXPathNewNodeSet(nodep)); in dom_xpath_ext_function_php()
215 valuePush(ctxt, xmlXPathNewBoolean(Z_TYPE(retval) == IS_TRUE)); in dom_xpath_ext_function_php()
218 valuePush(ctxt, xmlXPathNewString((xmlChar *)"")); in dom_xpath_ext_function_php()
221 valuePush(ctxt, xmlXPathNewString((xmlChar *) ZSTR_VAL(str))); in dom_xpath_ext_function_php()
240 dom_xpath_ext_function_php(ctxt, nargs, 1); in dom_xpath_ext_function_string_php()
[all …]
H A Ddocument.c1416 if (ctxt == NULL) { in dom_document_parser()
1443 if (ctxt->sax != NULL) { in dom_document_parser()
1469 xmlParseDocument(ctxt); in dom_document_parser()
1472 ret = ctxt->myDoc; in dom_document_parser()
1473 if (ctxt->recovery) { in dom_document_parser()
1483 ctxt->myDoc = NULL; in dom_document_parser()
1486 xmlFreeParserCtxt(ctxt); in dom_document_parser()
2028 htmlParserCtxtPtr ctxt; in dom_load_html() local
2060 if (!ctxt) { in dom_load_html()
2067 if (ctxt->sax != NULL) { in dom_load_html()
[all …]
/PHP-7.4/ext/libxml/
H A Dlibxml.c551 error_copy.ctxt = NULL; in _php_list_set_error_structure()

Completed in 58 milliseconds