Lines Matching defs:protect
2709 ** takes additional defensive steps to protect the application from harm
6703 ** threads should mutex-protect calls to this API and should make their own
37532 ** global mutex is used to protect the unixInodeInfo and
48752 ** global mutex is used to protect the winLockInfo objects used by
49295 DWORD protect = PAGE_READWRITE;
49360 protect = PAGE_READONLY;
49370 NULL, protect, nByte, NULL
49374 NULL, protect, 0, nByte, NULL
49378 NULL, protect, 0, nByte, NULL
49516 DWORD protect = PAGE_READONLY;
49522 protect = PAGE_READWRITE;
49527 pFd->hMap = osCreateFileMappingFromApp(pFd->h, NULL, protect, nMap, NULL);
49529 pFd->hMap = osCreateFileMappingW(pFd->h, NULL, protect,
49533 pFd->hMap = osCreateFileMappingA(pFd->h, NULL, protect,
150231 ** caller. This is done to protect the sqlite3.pDisconnect list. The
209238 sqlite3_mutex *mutex; /* Mutex to protect pMain */