Home
last modified time | relevance | path

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

/php-src/ext/libxml/
H A Dlibxml.c543 xmlURIPtr puri; in php_libxml_output_buffer_create_filename() local
555 puri = xmlParseURI(URI); in php_libxml_output_buffer_create_filename()
556 if (puri != NULL) { in php_libxml_output_buffer_create_filename()
557 if (puri->scheme != NULL) in php_libxml_output_buffer_create_filename()
559 xmlFreeURI(puri); in php_libxml_output_buffer_create_filename()

Completed in 9 milliseconds