Home
last modified time | relevance | path

Searched refs:conchFilePath (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_unix.c6943 char *conchFilePath; /* Name of the conch file */ member
7181 char *cPath = pCtx->conchFilePath; in proxyBreakConchLock()
7695 rc = proxyCreateConchPathname(dbPath, &pCtx->conchFilePath); in proxyTransformUnixFile()
7697 rc = proxyCreateUnixFile(pCtx->conchFilePath, &pCtx->conchFile, 0); in proxyTransformUnixFile()
7708 if( osStat(pCtx->conchFilePath, &conchInfo) == -1 ) { in proxyTransformUnixFile()
7744 sqlite3_free(pCtx->conchFilePath); in proxyTransformUnixFile()
7938 sqlite3_free(pCtx->conchFilePath); in proxyClose()