Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_journal.c142 static int jtUnlock(sqlite3_file*, int);
196 jtUnlock, /* xUnlock */
651 static int jtUnlock(sqlite3_file *pFile, int eLock){ in jtUnlock() function