Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dtest_onefile.c156 static int tmpFileControl(sqlite3_file*, int op, void *pArg);
240 tmpFileControl, /* xFileControl */
354 static int tmpFileControl(sqlite3_file *pFile, int op, void *pArg){ in tmpFileControl() function