Home
last modified time | relevance | path

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

/php-src/ext/libxml/
H A Dlibxml.c391 static void *php_libxml_streams_IO_open_wrapper(const char *filename, const char *mode, const int r… in php_libxml_streams_IO_open_wrapper() function
470 return php_libxml_streams_IO_open_wrapper(filename, "rb", 1); in php_libxml_streams_IO_open_read_wrapper()
475 return php_libxml_streams_IO_open_wrapper(filename, "wb", 0); in php_libxml_streams_IO_open_write_wrapper()

Completed in 17 milliseconds