Searched refs:trunc_handle (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_truncate.c88 (SetFilePointer(fhp->trunc_handle, off.low, &off.high, FILE_BEGIN)
90 !SetEndOfFile(fhp->trunc_handle)), ret);
H A Dos_open.c167 fhp->handle = fhp->trunc_handle = INVALID_HANDLE_VALUE;
195 fhp->trunc_handle == INVALID_HANDLE_VALUE)
196 fhp->trunc_handle = CreateFile(
201 fhp->trunc_handle == INVALID_HANDLE_VALUE))
H A Dos_handle.c144 if (fhp->trunc_handle != INVALID_HANDLE_VALUE) {
145 RETRY_CHK((!CloseHandle(fhp->trunc_handle)), t_ret);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dos.h130 HANDLE trunc_handle; /* Handle for truncate calls. */ member in struct:__fh_t

Completed in 101 milliseconds