Searched refs:dbPath (Results 1 – 1 of 1) sorted by relevance
3008 lrc1 = afpSetLock(context->dbPath, pFile, in afpLock()5732 pCtx->dbPath = zFilename; in fillInUnixFile()6985 dbLen = (int)strlen(dbPath); in proxyGetLockPath()6987 char c = dbPath[i]; in proxyGetLockPath()7577 memcpy(conchPath, dbPath, len+1); in proxyCreateConchPathname()7588 conchPath[i+1]=dbPath[i]; in proxyCreateConchPathname()7645 strlcpy(dbPath, ((afpLockingContext *)pFile->lockingContext)->dbPath, in proxyGetDbPathForUnixFile()7679 proxyGetDbPathForUnixFile(pFile, dbPath); in proxyTransformUnixFile()7725 pCtx->dbPath = sqlite3DbStrDup(0, dbPath); in proxyTransformUnixFile()7726 if( pCtx->dbPath==NULL ){ in proxyTransformUnixFile()[all …]