Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/
H A Dphp_xml.c93 if (ctxt) { in soap_xmlParseFile()
96 ctxt->keepBlanks = 0; in soap_xmlParseFile()
106 xmlParseDocument(ctxt); in soap_xmlParseFile()
108 if (ctxt->wellFormed) { in soap_xmlParseFile()
109 ret = ctxt->myDoc; in soap_xmlParseFile()
116 ctxt->myDoc = NULL; in soap_xmlParseFile()
143 if (ctxt) { in soap_xmlParseMemory()
155 xmlParseDocument(ctxt); in soap_xmlParseMemory()
157 if (ctxt->wellFormed) { in soap_xmlParseMemory()
158 ret = ctxt->myDoc; in soap_xmlParseMemory()
[all …]
/PHP-7.3/ext/xsl/
H A Dxsltprocessor.c194 tctxt = xsltXPathGetTransformContext(ctxt); in xsl_ext_function_php()
216 obj = valuePop(ctxt); in xsl_ext_function_php()
230 obj = valuePop(ctxt); in xsl_ext_function_php()
304 obj = valuePop(ctxt); in xsl_ext_function_php()
378 xsl_ext_function_php(ctxt, nargs, 1); in xsl_ext_function_string_php()
384 xsl_ext_function_php(ctxt, nargs, 2); in xsl_ext_function_object_php()
477 xsltTransformContextPtr ctxt; in php_xsl_apply_stylesheet() local
528 ctxt = xsltNewTransformContext(style, doc); in php_xsl_apply_stylesheet()
529 ctxt->_private = (void *) intern; in php_xsl_apply_stylesheet()
535 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.3/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.3/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.c1394 if (ctxt == NULL) { in dom_document_parser()
1421 if (ctxt->sax != NULL) { in dom_document_parser()
1447 xmlParseDocument(ctxt); in dom_document_parser()
1450 ret = ctxt->myDoc; in dom_document_parser()
1451 if (ctxt->recovery) { in dom_document_parser()
1461 ctxt->myDoc = NULL; in dom_document_parser()
1464 xmlFreeParserCtxt(ctxt); in dom_document_parser()
2002 htmlParserCtxtPtr ctxt; in dom_load_html() local
2034 if (!ctxt) { in dom_load_html()
2041 if (ctxt->sax != NULL) { in dom_load_html()
[all …]
/PHP-7.3/ext/libxml/
H A Dlibxml.c506 error_copy.ctxt = NULL; in _php_list_set_error_structure()

Completed in 54 milliseconds