Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dvfslog.c105 static int vlogUnlock(sqlite3_file*, int);
162 vlogUnlock, /* xUnlock */
522 static int vlogUnlock(sqlite3_file *pFile, int eLock){ in vlogUnlock() function