hfile 743 main/streams/plain_wrapper.c HANDLE hfile = (HANDLE)_get_osfhandle(fd); hfile 748 main/streams/plain_wrapper.c return hfile == INVALID_HANDLE_VALUE ? PHP_STREAM_OPTION_RETURN_ERR : PHP_STREAM_OPTION_RETURN_OK; hfile 775 main/streams/plain_wrapper.c data->file_mapping = CreateFileMapping(hfile, NULL, prot, 0, 0, NULL); hfile 781 main/streams/plain_wrapper.c size = GetFileSize(hfile, NULL);