Searched refs:php_win32_ioutil_open (Results 1 – 6 of 6) sorted by relevance
/php-src/Zend/ |
H A D | zend_virtual_cwd.h | 305 #define VCWD_OPEN(path, flags) php_win32_ioutil_open(path, flags) 306 #define VCWD_OPEN_MODE(path, flags, mode) php_win32_ioutil_open(path, flags, mode)
|
H A D | zend_virtual_cwd.c | 1461 f = php_win32_ioutil_open(new_state.cwd, flags, mode); in virtual_open() 1467 f = php_win32_ioutil_open(new_state.cwd, flags); in virtual_open()
|
/php-src/win32/ |
H A D | ioutil.h | 320 __forceinline static int php_win32_ioutil_open(const char *path, int flags, ...) in php_win32_ioutil_open() function
|
/php-src/main/streams/ |
H A D | plain_wrapper.c | 1140 fd = php_win32_ioutil_open(realpath, open_flags, 0666); in _php_stream_fopen()
|
/php-src/ext/opcache/ |
H A D | zend_file_cache.c | 69 #define zend_file_cache_open php_win32_ioutil_open
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 2172 …fd = client->request.path_translated ? php_win32_ioutil_open(client->request.path_translated, O_RD… in php_cli_server_begin_send_static()
|
Completed in 39 milliseconds