Searched refs:_php_stream_open_wrapper_ex (Results 1 – 2 of 2) sorted by relevance
/php-src/main/ |
H A D | php_streams.h | 77 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)… 78 …ream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path),… 593 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options, zen… 597 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… 598 …p_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path),…
|
/php-src/main/streams/ |
H A D | streams.c | 2183 PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options, function
|
Completed in 22 milliseconds