Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c45960 char *conchFilePath; /* Name of the conch file */ member
46198 char *cPath = pCtx->conchFilePath; in proxyBreakConchLock()
46712 rc = proxyCreateConchPathname(dbPath, &pCtx->conchFilePath); in proxyTransformUnixFile()
46714 rc = proxyCreateUnixFile(pCtx->conchFilePath, &pCtx->conchFile, 0); in proxyTransformUnixFile()
46725 if( osStat(pCtx->conchFilePath, &conchInfo) == -1 ) { in proxyTransformUnixFile()
46761 sqlite3_free(pCtx->conchFilePath); in proxyTransformUnixFile()
46955 sqlite3_free(pCtx->conchFilePath); in proxyClose()