Lines Matching defs:protect
2737 ** takes additional defensive steps to protect the application from harm
6920 ** threads should mutex-protect calls to this API and should make their own
38779 ** global mutex is used to protect the unixInodeInfo and
42345 ** pShmMutex is used to protect the aLock[] array and the right to
49979 ** global mutex is used to protect the winLockInfo objects used by
50522 DWORD protect = PAGE_READWRITE;
50587 protect = PAGE_READONLY;
50597 NULL, protect, nByte, NULL
50601 NULL, protect, 0, nByte, NULL
50605 NULL, protect, 0, nByte, NULL
50743 DWORD protect = PAGE_READONLY;
50749 protect = PAGE_READWRITE;
50754 pFd->hMap = osCreateFileMappingFromApp(pFd->h, NULL, protect, nMap, NULL);
50756 pFd->hMap = osCreateFileMappingW(pFd->h, NULL, protect,
50760 pFd->hMap = osCreateFileMappingA(pFd->h, NULL, protect,
58251 /* The Pager.cksumInit variable is usually randomized above to protect
154451 ** caller. This is done to protect the sqlite3.pDisconnect list. The
216706 sqlite3_mutex *mutex; /* Mutex to protect pMain */