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

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1414 ** <dt>SQLITE_CONFIG_LOG</dt>
1415 ** <dd> ^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1420 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
1449 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
6200 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
H A Dsqlite3.c1957 ** <dt>SQLITE_CONFIG_LOG</dt>
1958 ** <dd> ^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1963 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
1992 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
6743 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1637 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
1638 ** <dd> The SQLITE_CONFIG_LOG option is used to configure the SQLite
1640 ** (^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1645 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
1742 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
7073 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
H A Dsqlite3.c1752 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
1753 ** <dd> The SQLITE_CONFIG_LOG option is used to configure the SQLite
1755 ** (^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1760 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
1857 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
7188 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1637 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
1638 ** <dd> The SQLITE_CONFIG_LOG option is used to configure the SQLite
1640 ** (^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1645 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
1742 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
7073 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
H A Dsqlite3.c1752 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
1753 ** <dd> The SQLITE_CONFIG_LOG option is used to configure the SQLite
1755 ** (^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1760 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
1857 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
7188 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
[all...]

Completed in 2459 milliseconds