Lines Matching refs:robust_open
39563 static int robust_open(const char *z, int f, mode_t m){ in robust_open() function
42573 fd = robust_open(zDirname, O_RDONLY|O_BINARY, 0); in openDirectory()
43596 pShmNode->hShm = robust_open(zShm, O_RDWR|O_CREAT|O_NOFOLLOW, in unixOpenSharedMemory()
43600 pShmNode->hShm = robust_open(zShm, O_RDONLY|O_NOFOLLOW, in unixOpenSharedMemory()
45228 fd = robust_open(zName, openFlags, openMode); in unixOpen()
45249 fd = robust_open(zName, openFlags, openMode); in unixOpen()
45665 fd = robust_open("/dev/urandom", O_RDONLY, 0); in unixRandomness()
46086 fd = robust_open(path, openFlags, 0); in proxyCreateUnixFile()
46090 fd = robust_open(path, openFlags, 0); in proxyCreateUnixFile()
46096 fd = robust_open(path, openFlags, 0); in proxyCreateUnixFile()
46221 fd = robust_open(tPath, (O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW), 0); in proxyBreakConchLock()
46500 fd = robust_open(pCtx->dbPath, pFile->openFlags, 0); in proxyTakeConch()