Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmemdb.c113 static int memdbFileControl(sqlite3_file*, int op, void *pArg);
172 memdbFileControl, /* xFileControl */
421 static int memdbFileControl(sqlite3_file *pFile, int op, void *pArg){ in memdbFileControl() function