Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c154 static int apndFetch(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp);
220 apndFetch, /* xFetch */
411 static int apndFetch( in apndFetch() function