Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dplain_wrapper.c772 HANDLE hfile = (HANDLE)_get_osfhandle(fd); in php_stdiop_set_option() local
778 … return hfile == INVALID_HANDLE_VALUE ? PHP_STREAM_OPTION_RETURN_ERR : PHP_STREAM_OPTION_RETURN_OK; in php_stdiop_set_option()
805 data->file_mapping = CreateFileMapping(hfile, NULL, prot, 0, 0, NULL); in php_stdiop_set_option()
811 if (!GetFileSizeEx(hfile, &file_size)) { in php_stdiop_set_option()

Completed in 9 milliseconds