Searched refs:cur_locn (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/lib/crt/stdio/ |
H A D | file.c | 1224 DWORD cur_locn; in _locking() local 1248 if ((cur_locn = SetFilePointer(info->handle, 0L, NULL, FILE_CURRENT)) == INVALID_SET_FILE_POINTER) in _locking() 1261 ret = LockFile(info->handle, cur_locn, 0L, nbytes, 0L); in _locking() 1267 ret = UnlockFile(info->handle, cur_locn, 0L, nbytes, 0L); in _locking() 1269 ret = LockFile(info->handle, cur_locn, 0L, nbytes, 0L); in _locking()
|