Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_osinst.c151 static int vfslogUnlock(sqlite3_file*, int);
211 vfslogUnlock, /* xUnlock */
367 static int vfslogUnlock(sqlite3_file *pFile, int eLock){ in vfslogUnlock() function