/external/sqlite/android/ |
D | sqlite3_android.cpp | 316 if (err != SQLITE_OK) { in tokenize() 326 if (err != SQLITE_OK) { in tokenize() 375 if (err != SQLITE_OK) { in tokenize() 383 if (err != SQLITE_OK) { in tokenize() 444 if (err != SQLITE_OK) { in register_localized_collators() 450 if (err != SQLITE_OK) { in register_localized_collators() 454 if (err != SQLITE_OK) { in register_localized_collators() 458 if (err != SQLITE_OK) { in register_localized_collators() 486 if (err != SQLITE_OK) { in register_localized_collators() 491 return SQLITE_OK; in register_localized_collators() [all …]
|
/external/sqlite/dist/ |
D | Android.patch | 26 + if (err != SQLITE_OK) { 31 + if (err != SQLITE_OK) { 134 - if( !db->mallocFailed && rc==SQLITE_OK ){ 137 + if( !db->mallocFailed && rc==SQLITE_OK ){ 146 if( SQLITE_OK==rc 148 && SQLITE_OK==(rc = sqlite3Fts3InitHashTable(db, pHash, "fts3_tokenizer")) 150 && SQLITE_OK==(rc = sqlite3_overload_function(db, "snippet", -1)) 151 && SQLITE_OK==(rc = sqlite3_overload_function(db, "offsets", 1)) 152 && SQLITE_OK==(rc = sqlite3_overload_function(db, "matchinfo", 1)) 153 && SQLITE_OK==(rc = sqlite3_overload_function(db, "matchinfo", 2)) [all …]
|
D | sqlite3.c | 611 #define SQLITE_OK 0 /* Successful result */ macro 10840 #define sqlite3_mutex_try(X) SQLITE_OK 10845 #define sqlite3MutexInit() SQLITE_OK 13140 # define sqlite3FaultSim(X) SQLITE_OK 13356 # define sqlite3AuthCheck(a,b,c,d,e) SQLITE_OK 13561 # define sqlite3VtabSync(X,Y) SQLITE_OK 13568 # define sqlite3VtabSavepoint(X, Y, Z) SQLITE_OK 14992 #define sqlite3VdbeMemExpandBlob(x) SQLITE_OK 14993 #define ExpandBlob(P) SQLITE_OK 15134 return SQLITE_OK; in sqlite3_status64() [all …]
|
D | shell.c | 1168 if( rc!=SQLITE_OK || !pSelect ){ in run_table_dump_query() 1195 if( rc!=SQLITE_OK ){ in run_table_dump_query() 1496 int rc = SQLITE_OK; /* Return Code */ in shell_exec() 1504 while( zSql[0] && (SQLITE_OK == rc) ){ in shell_exec() 1506 if( SQLITE_OK != rc ){ in shell_exec() 1536 if( rc==SQLITE_OK ){ in shell_exec() 1628 if( rc==SQLITE_OK ){ in shell_exec() 1702 if( rc!=SQLITE_OK || !pTableInfo ){ in dump_callback() 1729 if( rc!=SQLITE_OK || nRow==0 ){ in dump_callback() 1930 if( p->db && sqlite3_errcode(p->db)==SQLITE_OK ){ in open_db() [all …]
|
D | sqlite3.h | 404 #define SQLITE_OK 0 /* Successful result */ macro
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 611 #define SQLITE_OK 0 /* Successful result */ macro 10840 #define sqlite3_mutex_try(X) SQLITE_OK 10845 #define sqlite3MutexInit() SQLITE_OK 13140 # define sqlite3FaultSim(X) SQLITE_OK 13356 # define sqlite3AuthCheck(a,b,c,d,e) SQLITE_OK 13561 # define sqlite3VtabSync(X,Y) SQLITE_OK 13568 # define sqlite3VtabSavepoint(X, Y, Z) SQLITE_OK 14992 #define sqlite3VdbeMemExpandBlob(x) SQLITE_OK 14993 #define ExpandBlob(P) SQLITE_OK 15134 return SQLITE_OK; in sqlite3_status64() [all …]
|
D | shell.c | 1162 if( rc!=SQLITE_OK || !pSelect ){ in run_table_dump_query() 1189 if( rc!=SQLITE_OK ){ in run_table_dump_query() 1490 int rc = SQLITE_OK; /* Return Code */ in shell_exec() 1498 while( zSql[0] && (SQLITE_OK == rc) ){ in shell_exec() 1500 if( SQLITE_OK != rc ){ in shell_exec() 1530 if( rc==SQLITE_OK ){ in shell_exec() 1622 if( rc==SQLITE_OK ){ in shell_exec() 1696 if( rc!=SQLITE_OK || !pTableInfo ){ in dump_callback() 1723 if( rc!=SQLITE_OK || nRow==0 ){ in dump_callback() 1924 if( p->db && sqlite3_errcode(p->db)==SQLITE_OK ){ in open_db() [all …]
|
D | sqlite3.h | 404 #define SQLITE_OK 0 /* Successful result */ macro
|
/external/javasqlite/src/main/native/ |
D | sqlite_jni.c | 1161 if (rc == SQLITE_OK) { in Java_SQLite_Database__1open4() 1179 (int) mode, vfsname.result) != SQLITE_OK) in Java_SQLite_Database__1open4() 1181 if (sqlite3_open(filename.result, (sqlite3 **) &h->sqlite) != SQLITE_OK) in Java_SQLite_Database__1open4() 1306 if (ret != SQLITE_OK) { in Java_SQLite_Database__1open_1aux_1file() 1408 if (rc != SQLITE_OK) { in Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2() 1674 if (rc != SQLITE_OK) { in Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2_3Ljava_lang_String_2() 1943 if (ret != SQLITE_OK) { in mkfunc_common() 1992 if (ret != SQLITE_OK) { in Java_SQLite_Database__1function_1type() 2352 if (i != SQLITE_OK && i != SQLITE_IGNORE) { in doauth() 2932 if (ret != SQLITE_OK) { in Java_SQLite_Vm_compile() [all …]
|
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 76 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) { in db_add_session() 98 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) { in db_update_session_password() 119 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) { in db_update_session_machine_managed() 145 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) { in db_add_session_pps() 168 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) { in db_add_session_devinfo() 192 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) { in db_add_session_devdetail() 217 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) { in db_remove_session() 255 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) { in hs20_eventlog() 292 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) { in db_update_mo_str() 394 if (sqlite3_exec(ctx->db, cmd, get_db_field, &data, NULL) != SQLITE_OK) in db_get_val() [all …]
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_sim_db.c | 85 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK; in db_table_exists() 100 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { in db_table_create_pseudonym() 126 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { in db_table_create_reauth() 191 if (sqlite3_exec(data->sqlite_db, cmd, NULL, NULL, &err) != SQLITE_OK) in db_add_pseudonym() 230 SQLITE_OK) in db_get_pseudonym() 291 if (sqlite3_exec(data->sqlite_db, cmd, NULL, NULL, &err) != SQLITE_OK) in db_add_reauth() 347 SQLITE_OK) in db_get_reauth()
|
/external/wpa_supplicant_8/src/ap/ |
D | eap_user_db.c | 188 SQLITE_OK) { in eap_user_sqlite_get() 200 NULL) != SQLITE_OK) { in eap_user_sqlite_get()
|
/external/javasqlite/src/main/java/SQLite/ |
D | Constants.java | 17 public static final int SQLITE_OK = 0; /* Successful result */ field in Constants
|
/external/wpa_supplicant_8/hostapd/ |
D | hlr_auc_gw.c | 116 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK; in db_table_exists() 134 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { in db_table_create_milenage() 218 NULL) != SQLITE_OK) in db_get_milenage() 240 if (sqlite3_exec(sqlite_db, cmd, NULL, NULL, NULL) != SQLITE_OK) { in db_update_milenage_sqn()
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_server.c | 394 NULL) != SQLITE_OK) { in srv_log()
|
/external/robolectric/lib/main/ |
D | sqlite-jdbc-3.7.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |