Searched refs:SQLITE_CONFIG_LOG (Results 1 - 6 of 6) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h1518 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
1519 ** <dd> ^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1524 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
1570 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
6648 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
H A Dshell.c2754 sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data);
H A Dsqlite3.c2068 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
2069 ** <dd> ^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
2074 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
2120 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
7198 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1518 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
1519 ** <dd> ^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1524 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
1570 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
6648 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
H A Dshell.c2773 sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data);
H A Dsqlite3.c2068 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
2069 ** <dd> ^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
2074 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
2120 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
7198 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
[all...]

Completed in 366 milliseconds