Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dplain_wrapper.c722 HANDLE hfile = (HANDLE)_get_osfhandle(fd); in php_stdiop_set_option() local
727 … return hfile == INVALID_HANDLE_VALUE ? PHP_STREAM_OPTION_RETURN_ERR : PHP_STREAM_OPTION_RETURN_OK; in php_stdiop_set_option()
754 data->file_mapping = CreateFileMapping(hfile, NULL, prot, 0, 0, NULL); in php_stdiop_set_option()
760 size = GetFileSize(hfile, NULL); in php_stdiop_set_option()

Completed in 11 milliseconds