Searched refs:puri (Results 1 – 1 of 1) sorted by relevance
588 xmlURIPtr puri; in php_libxml_output_buffer_create_filename() local600 puri = xmlParseURI(URI); in php_libxml_output_buffer_create_filename()601 if (puri != NULL) { in php_libxml_output_buffer_create_filename()602 if (puri->scheme != NULL) in php_libxml_output_buffer_create_filename()604 xmlFreeURI(puri); in php_libxml_output_buffer_create_filename()
Completed in 7 milliseconds