Searched refs:apndFileControl (Results 1 – 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
D | shell.c | 3500 static int apndFileControl(sqlite3_file*, int op, void *pArg); 3566 apndFileControl, /* xFileControl */ 3706 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl() function
|
/external/sqlite/dist/ |
D | shell.c | 3506 static int apndFileControl(sqlite3_file*, int op, void *pArg); 3572 apndFileControl, /* xFileControl */ 3712 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl() function
|