Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c8775 static int apndFetch(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp);
8841 apndFetch, /* xFetch */
9032 static int apndFetch( in apndFetch() function