Searched refs:sqlite3OsFileControlHint (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c11404 SQLITE_PRIVATE void sqlite3OsFileControlHint(sqlite3_file*,int,void*);
17328 ** and we need to know about the failures. Use sqlite3OsFileControlHint()
17331 ** is only a hint and can be safely ignored. The sqlite3OsFileControlHint()
17352 SQLITE_PRIVATE void sqlite3OsFileControlHint(sqlite3_file *id, int op, void *pArg){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11404 SQLITE_PRIVATE void sqlite3OsFileControlHint(sqlite3_file*,int,void*);
17328 ** and we need to know about the failures. Use sqlite3OsFileControlHint()
17331 ** is only a hint and can be safely ignored. The sqlite3OsFileControlHint()
17352 SQLITE_PRIVATE void sqlite3OsFileControlHint(sqlite3_file *id, int op, void *pArg){ function
[all...]

Completed in 365 milliseconds