Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dvfsstat.c154 static int vstatLock(sqlite3_file*, int);
217 vstatLock, /* xLock */
321 static int vstatLock(sqlite3_file *pFile, int eLock){ in vstatLock() function