Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.h303 #define VCWD_OPEN(path, flags) php_win32_ioutil_open(path, flags)
304 #define VCWD_OPEN_MODE(path, flags, mode) php_win32_ioutil_open(path, flags, mode)
H A Dzend_virtual_cwd.c1463 f = php_win32_ioutil_open(new_state.cwd, flags, mode); in virtual_open()
1469 f = php_win32_ioutil_open(new_state.cwd, flags); in virtual_open()
/php-src/win32/
H A Dioutil.h303 __forceinline static int php_win32_ioutil_open(const char *path, int flags, ...) in php_win32_ioutil_open() function
/php-src/main/streams/
H A Dplain_wrapper.c1140 fd = php_win32_ioutil_open(realpath, open_flags, 0666); in _php_stream_fopen()
/php-src/ext/opcache/
H A Dzend_file_cache.c68 #define zend_file_cache_open php_win32_ioutil_open
/php-src/sapi/cli/
H A Dphp_cli_server.c2151 …fd = client->request.path_translated ? php_win32_ioutil_open(client->request.path_translated, O_RD… in php_cli_server_begin_send_static()

Completed in 37 milliseconds