Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_onefile.c154 static int tmpUnlock(sqlite3_file*, int);
238 tmpUnlock, /* xUnlock */
339 static int tmpUnlock(sqlite3_file *pFile, int eLock){ in tmpUnlock() function