Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c8846 static int apndFileControl(sqlite3_file*, int op, void *pArg);
8912 apndFileControl, /* xFileControl */
9051 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl() function