Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c151 static int apndShmLock(sqlite3_file*, int offset, int n, int flags);
217 apndShmLock, /* xShmLock */
393 static int apndShmLock(sqlite3_file *pFile, int offset, int n, int flags){ in apndShmLock() function