Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c140 static int apndWrite(sqlite3_file*,const void*,int iAmt, sqlite3_int64 iOfst);
206 apndWrite, /* xWrite */
277 static int apndWrite( in apndWrite() function