Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c139 static int apndRead(sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst);
205 apndRead, /* xRead */
235 static int apndRead( in apndRead() function