Searched refs:puri (Results 1 – 1 of 1) sorted by relevance
437 xmlURIPtr puri; in php_libxml_output_buffer_create_filename() local449 puri = xmlParseURI(URI); in php_libxml_output_buffer_create_filename()450 if (puri != NULL) { in php_libxml_output_buffer_create_filename()451 if (puri->scheme != NULL) in php_libxml_output_buffer_create_filename()453 xmlFreeURI(puri); in php_libxml_output_buffer_create_filename()
Completed in 6 milliseconds