Searched refs:hfile (Results 1 – 1 of 1) sorted by relevance
772 HANDLE hfile = (HANDLE)_get_osfhandle(fd); in php_stdiop_set_option() local778 … 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 10 milliseconds