Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c155 static int apndUnfetch(sqlite3_file*, sqlite3_int64 iOfst, void *p);
221 apndUnfetch /* xUnfetch */
426 static int apndUnfetch(sqlite3_file *pFile, sqlite3_int64 iOfst, void *pPage){ in apndUnfetch() function