Home
last modified time | relevance | path

Searched refs:valid_file (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c281 char *valid_file = NULL; in _xmlreader_get_relaxNG() local
288 valid_file = _xmlreader_get_valid_file_path(source, resolved_path, MAXPATHLEN ); in _xmlreader_get_relaxNG()
289 if (!valid_file) { in _xmlreader_get_relaxNG()
292 parser = xmlRelaxNGNewParserCtxt(valid_file); in _xmlreader_get_relaxNG()
852 char *source, *valid_file = NULL; in PHP_METHOD() local
881 valid_file = _xmlreader_get_valid_file_path(source, resolved_path, MAXPATHLEN ); in PHP_METHOD()
883 if (valid_file) { in PHP_METHOD()
884 reader = xmlReaderForFile(valid_file, encoding, options); in PHP_METHOD()
/PHP-7.4/ext/dom/
H A Ddocument.c1824 char *source = NULL, *valid_file = NULL; in _dom_document_schema_validate() local
1852 valid_file = _dom_get_valid_file_path(source, resolved_path, MAXPATHLEN); in _dom_document_schema_validate()
1853 if (!valid_file) { in _dom_document_schema_validate()
1857 parser = xmlSchemaNewParserCtxt(valid_file); in _dom_document_schema_validate()
1925 char *source = NULL, *valid_file = NULL; in _dom_document_relaxNG_validate() local
1951 valid_file = _dom_get_valid_file_path(source, resolved_path, MAXPATHLEN); in _dom_document_relaxNG_validate()
1952 if (!valid_file) { in _dom_document_relaxNG_validate()
1956 parser = xmlRelaxNGNewParserCtxt(valid_file); in _dom_document_relaxNG_validate()
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c1657 char *valid_file = NULL; in PHP_FUNCTION() local
1680 valid_file = _xmlwriter_get_valid_file_path(source, resolved_path, MAXPATHLEN); in PHP_FUNCTION()
1681 if (!valid_file) { in PHP_FUNCTION()
1686 ptr = xmlNewTextWriterFilename(valid_file, 0); in PHP_FUNCTION()

Completed in 25 milliseconds