Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c144 static int apndLock(sqlite3_file*, int);
210 apndLock, /* xLock */
328 static int apndLock(sqlite3_file *pFile, int eLock){ in apndLock() function