Home
last modified time | relevance | path

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

/PHP-8.0/ext/libxml/
H A Dlibxml.c654 xmlParserInputBufferPtr pib = xmlAllocParserInputBuffer(enc); in _php_libxml_external_entity_loader() local
655 if (pib == NULL) { in _php_libxml_external_entity_loader()
661 pib->context = stream; in _php_libxml_external_entity_loader()
662 pib->readcallback = php_libxml_streams_IO_read; in _php_libxml_external_entity_loader()
663 pib->closecallback = php_libxml_streams_IO_close; in _php_libxml_external_entity_loader()
665 ret = xmlNewIOInputStream(context, pib, enc); in _php_libxml_external_entity_loader()
667 xmlFreeParserInputBuffer(pib); in _php_libxml_external_entity_loader()

Completed in 10 milliseconds