Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c147 static int apndFileControl(sqlite3_file*, int op, void *pArg);
213 apndFileControl, /* xFileControl */
352 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl() function