Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c153 static int apndShmUnmap(sqlite3_file*, int deleteFlag);
219 apndShmUnmap, /* xShmUnmap */
405 static int apndShmUnmap(sqlite3_file *pFile, int deleteFlag){ in apndShmUnmap() function