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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c23202 ** hLockFile
23222 HFILE hLockFile; /* File used for inter-process memory locking */ member in struct:os2ShmNode
23300 rc = DosSetFileLocks(pNode->hLockFile,
23305 rc = DosSetFileLocks(pNode->hLockFile,
23311 pNode->hLockFile,
23363 pNode->hLockFile = (HFILE)-1;
23367 if( DosDupHandle(fd->h, &pNode->hLockFile) != 0 ) {
23370 if( DosOpen((PSZ)shmName, &pNode->hLockFile, &action, 0, FILE_NORMAL,
23467 DosClose(pNode->hLockFile);
[all...]

Completed in 419 milliseconds