Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds