Searched refs:php_libxml_streams_IO_open_wrapper (Results 1 – 1 of 1) sorted by relevance
247 static void *php_libxml_streams_IO_open_wrapper(const char *filename, const char *mode, const int r… in php_libxml_streams_IO_open_wrapper() function326 return php_libxml_streams_IO_open_wrapper(filename, "rb", 1); in php_libxml_streams_IO_open_read_wrapper()331 return php_libxml_streams_IO_open_wrapper(filename, "wb", 0); in php_libxml_streams_IO_open_write_wrapper()
Completed in 6 milliseconds