Searched refs:apndFileControl (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/ |
H A D | shell.c | 8769 static int apndFileControl(sqlite3_file*, int op, void *pArg); 8835 apndFileControl, /* xFileControl */ 8974 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl() function
|
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
H A D | shell.c | 8764 static int apndFileControl(sqlite3_file*, int op, void *pArg); 8830 apndFileControl, /* xFileControl */ 8969 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl() function
|