Searched refs:sqlite3_get_table (Results 1 – 5 of 5) sorted by relevance
| /third_party/libsnd/regtest/ |
| D | database.c | 293 err = sqlite3_get_table (db->sql, db->cmdbuf, &result, &rows, &cols, &errmsg) ; in get_ekey_from_filename() 318 err = sqlite3_get_table (db->sql, db->cmdbuf, &result, &rows, &cols, &errmsg) ; in get_filename_pathname_by_ekey() 365 err = sqlite3_get_table (db->sql, db->cmdbuf, &result, &rows, &cols, &errmsg) ; in check_file_by_ekey()
|
| /third_party/sqlite/include/ |
| D | sqlite3ext.h | 459 #define sqlite3_get_table sqlite3_api->get_table macro
|
| D | sqlite3.h | 2873 SQLITE_API int sqlite3_get_table(
|
| /third_party/sqlite/src/ |
| D | sqlite3.c | 3186 SQLITE_API int sqlite3_get_table( 132169 #define sqlite3_get_table sqlite3_api->get_table 132510 # define sqlite3_get_table 0 132614 sqlite3_get_table, 146064 SQLITE_API int sqlite3_get_table(
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 84439 #define sqlite3_get_table chrome_sqlite3_get_table // Lines 2835-2842 122854 #define sqlite3_get_table chrome_sqlite3_get_table // Lines 2835-2842
|