Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dmemvfs.c77 static int memUnlock(sqlite3_file*, int);
137 memUnlock, /* xUnlock */
236 static int memUnlock(sqlite3_file *pFile, int eLock){ in memUnlock() function