| /third_party/sqlite/src/ |
| D | shell.c | 1502 int rc = SQLITE_OK; in sqlite3MemTraceActivate() 1505 if( rc==SQLITE_OK ){ in sqlite3MemTraceActivate() 1515 int rc = SQLITE_OK; in sqlite3MemTraceDeactivate() 1518 if( rc==SQLITE_OK ){ in sqlite3MemTraceDeactivate() 2229 int rc = SQLITE_OK; in sqlite3_shathree_init() 2235 if( rc==SQLITE_OK ){ in sqlite3_shathree_init() 2240 if( rc==SQLITE_OK ){ in sqlite3_shathree_init() 2245 if( rc==SQLITE_OK ){ in sqlite3_shathree_init() 2951 int rc = SQLITE_OK; in sqlite3_decimal_init() 2968 for(i=0; i<sizeof(aFunc)/sizeof(aFunc[0]) && rc==SQLITE_OK; i++){ in sqlite3_decimal_init() [all …]
|
| /third_party/python/Modules/_sqlite/ |
| D | statement.c | 116 if (rc != SQLITE_OK) { in pysqlite_statement_create() 121 if (rc == SQLITE_OK && pysqlite_check_remaining_sql(tail)) { in pysqlite_statement_create() 138 int rc = SQLITE_OK; in pysqlite_statement_bind_parameter() 288 if (rc != SQLITE_OK) { in pysqlite_statement_bind_parameters() 339 if (rc != SQLITE_OK) { in pysqlite_statement_bind_parameters() 355 rc = SQLITE_OK; in pysqlite_statement_finalize() 372 rc = SQLITE_OK; in pysqlite_statement_reset() 379 if (rc == SQLITE_OK) { in pysqlite_statement_reset()
|
| D | connection.c | 120 if (rc != SQLITE_OK) { in pysqlite_connection_init() 378 if (rc != SQLITE_OK) { in pysqlite_connection_close_impl() 419 if (rc != SQLITE_OK) { in _pysqlite_connection_begin() 433 if (rc != SQLITE_OK && !PyErr_Occurred()) { in _pysqlite_connection_begin() 467 if (rc != SQLITE_OK) { in pysqlite_connection_commit_impl() 480 if (rc != SQLITE_OK && !PyErr_Occurred()) { in pysqlite_connection_commit_impl() 517 if (rc != SQLITE_OK) { in pysqlite_connection_rollback_impl() 530 if (rc != SQLITE_OK && !PyErr_Occurred()) { in pysqlite_connection_rollback_impl() 929 if (rc != SQLITE_OK) { in pysqlite_connection_create_function_impl() 968 if (rc != SQLITE_OK) { in pysqlite_connection_create_aggregate_impl() [all …]
|
| D | module.c | 140 if (rc != SQLITE_OK) { in pysqlite_enable_shared_cache_impl() 287 ADD_INT(SQLITE_OK); in add_integer_constants() 372 if (rc != SQLITE_OK) { in PyInit__sqlite3()
|
| D | util.c | 48 case SQLITE_OK: in _pysqlite_seterror()
|
| D | cursor.c | 732 if (rc != SQLITE_OK) { in pysqlite_cursor_executescript() 753 if (rc != SQLITE_OK) { in pysqlite_cursor_executescript()
|
| /third_party/libsnd/regtest/ |
| D | database.c | 127 if (err != SQLITE_OK) in db_create() 213 if (err != SQLITE_OK) in db_add_file() 254 if (err != SQLITE_OK) in db_check_all() 294 if (err != SQLITE_OK) in get_ekey_from_filename() 319 if (err != SQLITE_OK) in get_filename_pathname_by_ekey() 366 if (err != SQLITE_OK) in check_file_by_ekey()
|
| /third_party/libwebsockets/lib/misc/ |
| D | lws-struct-sqlite.c | 223 if (sqlite3_exec(pdb, s, lws_struct_sq3_deser_cb, &a, NULL) != SQLITE_OK) { in lws_struct_sq3_deserialize() 422 if (n != SQLITE_OK) { in _lws_struct_sq3_ser_one() 494 if (sqlite3_exec(pdb, s, NULL, NULL, NULL) != SQLITE_OK) { in lws_struct_sq3_create_table() 515 NULL) != SQLITE_OK) { in lws_struct_sq3_open() 548 if (n != SQLITE_OK) { in lws_struct_sq3_close()
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| D | semind.c | 440 if ((status = sqlite3_str_errcode(query)) == SQLITE_OK) in query_appendf() 454 …3_bind_text(stmt, sqlite3_bind_parameter_index(stmt, field), var, len, SQLITE_STATIC) != SQLITE_OK) in sqlite_bind_text() 460 if (sqlite3_bind_int64(stmt, sqlite3_bind_parameter_index(stmt, field), var) != SQLITE_OK) in sqlite_bind_int64() 469 if (ret != SQLITE_OK && ret != SQLITE_BUSY) in sqlite_prepare() 479 if (ret != SQLITE_OK && ret != SQLITE_BUSY) in sqlite_prepare_persistent() 579 if (sqlite3_open_v2(filename, &semind_db, flags, NULL) != SQLITE_OK) in open_database()
|
| /third_party/python/Lib/sqlite3/test/ |
| D | userfunctions.py | 495 return sqlite.SQLITE_OK 531 return sqlite.SQLITE_OK 540 return sqlite.SQLITE_OK 549 return sqlite.SQLITE_OK
|
| D | backup.py | 77 self.assertEqual(journal[0], sqlite.SQLITE_OK)
|
| D | regression.py | 401 return sqlite.SQLITE_OK
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| D | eap_sim_db.c | 90 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK; in db_table_exists() 105 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { in db_table_create_pseudonym() 131 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { in db_table_create_reauth() 196 if (sqlite3_exec(data->sqlite_db, cmd, NULL, NULL, &err) != SQLITE_OK) in db_add_pseudonym() 235 SQLITE_OK) in db_get_pseudonym() 296 if (sqlite3_exec(data->sqlite_db, cmd, NULL, NULL, &err) != SQLITE_OK) in db_add_reauth() 352 SQLITE_OK) in db_get_reauth()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
| D | eap_sim_db.c | 90 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK; in db_table_exists() 105 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { in db_table_create_pseudonym() 131 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { in db_table_create_reauth() 196 if (sqlite3_exec(data->sqlite_db, cmd, NULL, NULL, &err) != SQLITE_OK) in db_add_pseudonym() 235 SQLITE_OK) in db_get_pseudonym() 296 if (sqlite3_exec(data->sqlite_db, cmd, NULL, NULL, &err) != SQLITE_OK) in db_add_reauth() 352 SQLITE_OK) in db_get_reauth()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| D | eap_user_db.c | 195 SQLITE_OK) { in eap_user_sqlite_get() 207 NULL) != SQLITE_OK) { in eap_user_sqlite_get()
|
| D | hostapd.c | 1039 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK; in db_table_exists() 1057 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { in db_table_create_radius_attributes()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| D | eap_user_db.c | 195 SQLITE_OK) { in eap_user_sqlite_get() 207 NULL) != SQLITE_OK) { in eap_user_sqlite_get()
|
| D | hostapd.c | 1067 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK; in db_table_exists() 1085 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { in db_table_create_radius_attributes()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/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()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
| D | radius_server.c | 254 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK; in db_table_exists() 271 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { in db_table_create_sim_provisioning() 318 NULL) != SQLITE_OK) { in srv_log() 695 SQLITE_OK) { in radius_srv_hs20_t_c_pending() 725 NULL) != SQLITE_OK) { in radius_server_add_session() 773 SQLITE_OK) { in db_update_last_msk() 878 SQLITE_OK) { in radius_server_sim_provisioning_session() 1644 if (res != SQLITE_OK) { in radius_server_receive_coa_resp() 2753 if (res != SQLITE_OK) { in radius_server_dac_request()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
| D | radius_server.c | 397 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK; in db_table_exists() 414 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) { in db_table_create_sim_provisioning() 461 NULL) != SQLITE_OK) { in srv_log() 862 SQLITE_OK) { in radius_srv_hs20_t_c_pending() 892 NULL) != SQLITE_OK) { in radius_server_add_session() 940 SQLITE_OK) { in db_update_last_msk() 1045 SQLITE_OK) { in radius_server_sim_provisioning_session() 1811 if (res != SQLITE_OK) { in radius_server_receive_coa_resp() 2950 if (res != SQLITE_OK) { in radius_server_dac_request()
|
| /third_party/elfutils/debuginfod/ |
| D | debuginfod.cxx | 947 if (rc != SQLITE_OK) in sqlite_ps() 963 if (rc != SQLITE_OK) in bind() 973 if (rc != SQLITE_OK) in bind() 983 if (rc != SQLITE_OK) in bind() 994 if (rc != SQLITE_OK && rc != SQLITE_DONE && rc != SQLITE_ROW) in step_ok_done() 4192 if (rc != SQLITE_OK) in main() 4201 if (rc != SQLITE_OK) in main() 4304 if (rc != SQLITE_OK && rc != SQLITE_DONE && rc != SQLITE_ROW) in main() 4402 if (rc != SQLITE_OK) in main()
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 74635 + if (prepare_result != SQLITE_OK) 74679 + (result_lines.size() > 0) || (finalize_result == SQLITE_OK); 75016 int error = SQLITE_OK; 75052 + EXPECT_EQ(SQLITE_OK, error) 75162 int error = SQLITE_OK; 78194 if (status != SQLITE_OK) { 85127 + int rc = SQLITE_OK; 85130 + if( rc==SQLITE_OK ){ 85140 + int rc = SQLITE_OK; 85143 + if( rc==SQLITE_OK ){ [all …]
|
| /third_party/sqlite/include/ |
| D | sqlite3.h | 444 #define SQLITE_OK 0 /* Successful result */ macro 568 #define SQLITE_OK_LOAD_PERMANENTLY (SQLITE_OK | (1<<8)) 569 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal use only */
|