Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dvfsstat.c155 static int vstatUnlock(sqlite3_file*, int);
218 vstatUnlock, /* xUnlock */
332 static int vstatUnlock(sqlite3_file *pFile, int eLock){ in vstatUnlock() function