Home
last modified time | relevance | path

Searched refs:pib (Results 1 – 1 of 1) sorted by path

/php-src/ext/libxml/
H A Dlibxml.c752 xmlParserInputBufferPtr pib = xmlAllocParserInputBuffer(enc); in _php_libxml_external_entity_loader() local
753 if (pib == NULL) { in _php_libxml_external_entity_loader()
759 pib->context = stream; in _php_libxml_external_entity_loader()
760 pib->readcallback = php_libxml_streams_IO_read; in _php_libxml_external_entity_loader()
761 pib->closecallback = php_libxml_streams_IO_close; in _php_libxml_external_entity_loader()
763 ret = xmlNewIOInputStream(context, pib, enc); in _php_libxml_external_entity_loader()
765 xmlFreeParserInputBuffer(pib); in _php_libxml_external_entity_loader()

Completed in 7 milliseconds