Home
last modified time | relevance | path

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

/PHP-5.4/ext/libxml/
H A Dlibxml.c410 xmlURIPtr puri; in php_libxml_output_buffer_create_filename() local
417 puri = xmlParseURI(URI); in php_libxml_output_buffer_create_filename()
418 if (puri != NULL) { in php_libxml_output_buffer_create_filename()
419 if (puri->scheme != NULL) in php_libxml_output_buffer_create_filename()
421 xmlFreeURI(puri); in php_libxml_output_buffer_create_filename()

Completed in 13 milliseconds