Home
last modified time | relevance | path

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

/PHP-7.3/ext/xmlreader/
H A Dphp_xmlreader.c267 char *valid_file = NULL; in _xmlreader_get_relaxNG() local
274 valid_file = _xmlreader_get_valid_file_path(source, resolved_path, MAXPATHLEN ); in _xmlreader_get_relaxNG()
275 if (!valid_file) { in _xmlreader_get_relaxNG()
278 parser = xmlRelaxNGNewParserCtxt(valid_file); in _xmlreader_get_relaxNG()
846 char *source, *valid_file = NULL; in PHP_METHOD() local
870 valid_file = _xmlreader_get_valid_file_path(source, resolved_path, MAXPATHLEN ); in PHP_METHOD()
872 if (valid_file) { in PHP_METHOD()
873 reader = xmlReaderForFile(valid_file, encoding, options); in PHP_METHOD()
/PHP-7.3/ext/dom/
H A Ddocument.c1798 char *source = NULL, *valid_file = NULL; in _dom_document_schema_validate() local
1825 valid_file = _dom_get_valid_file_path(source, resolved_path, MAXPATHLEN); in _dom_document_schema_validate()
1826 if (!valid_file) { in _dom_document_schema_validate()
1830 parser = xmlSchemaNewParserCtxt(valid_file); in _dom_document_schema_validate()
1900 char *source = NULL, *valid_file = NULL; in _dom_document_relaxNG_validate() local
1925 valid_file = _dom_get_valid_file_path(source, resolved_path, MAXPATHLEN); in _dom_document_relaxNG_validate()
1926 if (!valid_file) { in _dom_document_relaxNG_validate()
1930 parser = xmlRelaxNGNewParserCtxt(valid_file); in _dom_document_relaxNG_validate()
/PHP-7.3/ext/xmlwriter/
H A Dphp_xmlwriter.c1687 char *valid_file = NULL; in PHP_FUNCTION() local
1710 valid_file = _xmlwriter_get_valid_file_path(source, resolved_path, MAXPATHLEN); in PHP_FUNCTION()
1711 if (!valid_file) { in PHP_FUNCTION()
1716 ptr = xmlNewTextWriterFilename(valid_file, 0); in PHP_FUNCTION()

Completed in 22 milliseconds