Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c145 static int apndUnlock(sqlite3_file*, int);
211 apndUnlock, /* xUnlock */
336 static int apndUnlock(sqlite3_file *pFile, int eLock){ in apndUnlock() function