Home
last modified time | relevance | path

Searched refs:puri (Results 1 – 1 of 1) sorted by last modified time

/php-src/ext/libxml/
H A Dlibxml.c535 xmlURIPtr puri; in php_libxml_output_buffer_create_filename() local
547 puri = xmlParseURI(URI); in php_libxml_output_buffer_create_filename()
548 if (puri != NULL) { in php_libxml_output_buffer_create_filename()
549 if (puri->scheme != NULL) in php_libxml_output_buffer_create_filename()
551 xmlFreeURI(puri); in php_libxml_output_buffer_create_filename()

Completed in 15 milliseconds