HomeSort by relevance Sort by last modified time
    Searched refs:SQLITE_OK (Results 1 - 25 of 36) sorted by null

1 2

  /external/sqlite/android/
sqlite3_android.cpp 321 if (err != SQLITE_OK) {
331 if (err != SQLITE_OK) {
380 if (err != SQLITE_OK) {
388 if (err != SQLITE_OK) {
450 if (err != SQLITE_OK) {
456 if (err != SQLITE_OK) {
460 if (err != SQLITE_OK) {
464 if (err != SQLITE_OK) {
489 if (err != SQLITE_OK) {
495 return SQLITE_OK;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
util.c 34 rc = SQLITE_OK;
61 case SQLITE_OK:
statement.c 92 if (rc == SQLITE_OK && pysqlite_check_remaining_sql(tail)) {
103 int rc = SQLITE_OK;
267 if (rc != SQLITE_OK) {
312 if (rc != SQLITE_OK) {
341 if (rc == SQLITE_OK) {
369 rc = SQLITE_OK;
386 rc = SQLITE_OK;
393 if (rc == SQLITE_OK) {
connection.c 114 if (rc != SQLITE_OK) {
377 if (rc != SQLITE_OK) {
420 if (rc != SQLITE_OK) {
436 if (rc != SQLITE_OK && !PyErr_Occurred()) {
465 if (rc != SQLITE_OK) {
480 if (rc != SQLITE_OK && !PyErr_Occurred()) {
511 if (rc != SQLITE_OK) {
526 if (rc != SQLITE_OK && !PyErr_Occurred()) {
869 if (rc != SQLITE_OK) {
901 if (rc != SQLITE_OK) {
    [all...]
module.c 130 if (rc != SQLITE_OK) {
265 {"SQLITE_OK", SQLITE_OK},
  /external/python/cpython2/Modules/_sqlite/
statement.c 97 if (rc == SQLITE_OK && pysqlite_check_remaining_sql(tail)) {
108 int rc = SQLITE_OK;
274 if (rc != SQLITE_OK) {
319 if (rc != SQLITE_OK) {
348 if (rc == SQLITE_OK) {
376 rc = SQLITE_OK;
393 rc = SQLITE_OK;
400 if (rc == SQLITE_OK) {
util.c 34 rc = SQLITE_OK;
61 case SQLITE_OK:
connection.c 114 if (rc != SQLITE_OK) {
387 if (rc != SQLITE_OK) {
430 if (rc != SQLITE_OK) {
446 if (rc != SQLITE_OK && !PyErr_Occurred()) {
474 if (rc != SQLITE_OK) {
489 if (rc != SQLITE_OK && !PyErr_Occurred()) {
520 if (rc != SQLITE_OK) {
535 if (rc != SQLITE_OK && !PyErr_Occurred()) {
882 if (rc != SQLITE_OK) {
914 if (rc != SQLITE_OK) {
    [all...]
module.c 130 if (rc != SQLITE_OK) {
265 {"SQLITE_OK", SQLITE_OK},
  /external/sqlite/dist/orig/
sqlite3.c 568 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
589 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
695 #define SQLITE_OK 0 /* Successful result */
    [all...]
shell.c     [all...]
  /external/sqlite/dist/
sqlite3.c 568 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
589 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
695 #define SQLITE_OK 0 /* Successful result */
    [all...]
shell.c     [all...]
  /frameworks/base/core/jni/
android_database_SQLiteCommon.cpp 45 // we use SQLITE_OK so that a generic SQLiteException is thrown;
47 throw_sqlite3_exception(env, SQLITE_OK, "unknown error", message);
android_database_SQLiteConnection.cpp 136 if (err != SQLITE_OK) {
143 if (err != SQLITE_OK) {
160 if (err != SQLITE_OK) {
195 if (err != SQLITE_OK) {
275 if (err != SQLITE_OK) {
291 if (err != SQLITE_OK) {
307 if (err != SQLITE_OK) {
381 if (err != SQLITE_OK) {
392 if (err != SQLITE_OK) {
403 if (err != SQLITE_OK) {
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Constants.java 17 public static final int SQLITE_OK = 0; /* Successful result */
  /external/javasqlite/src/main/native/
sqlite_jni.c 1161 if (rc == SQLITE_OK) {
1179 (int) mode, vfsname.result) != SQLITE_OK)
1181 if (sqlite3_open(filename.result, (sqlite3 **) &h->sqlite) != SQLITE_OK)
1306 if (ret != SQLITE_OK) {
1408 if (rc != SQLITE_OK) {
    [all...]
  /external/python/cpython2/Lib/sqlite3/test/
userfunctions.py 390 return sqlite.SQLITE_OK
434 return sqlite.SQLITE_OK
443 return sqlite.SQLITE_OK
452 return sqlite.SQLITE_OK
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 76 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) {
98 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) {
119 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) {
145 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) {
168 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) {
192 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) {
217 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) {
255 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) {
292 if (sqlite3_exec(ctx->db, sql, NULL, NULL, NULL) != SQLITE_OK) {
394 if (sqlite3_exec(ctx->db, cmd, get_db_field, &data, NULL) != SQLITE_OK)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
userfunctions.py 384 return sqlite.SQLITE_OK
428 return sqlite.SQLITE_OK
437 return sqlite.SQLITE_OK
446 return sqlite.SQLITE_OK
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
userfunctions.py 384 return sqlite.SQLITE_OK
428 return sqlite.SQLITE_OK
437 return sqlite.SQLITE_OK
446 return sqlite.SQLITE_OK
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py 384 return sqlite.SQLITE_OK
428 return sqlite.SQLITE_OK
437 return sqlite.SQLITE_OK
446 return sqlite.SQLITE_OK
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py 384 return sqlite.SQLITE_OK
428 return sqlite.SQLITE_OK
437 return sqlite.SQLITE_OK
446 return sqlite.SQLITE_OK
  /external/wpa_supplicant_8/src/ap/
eap_user_db.c 188 SQLITE_OK) {
200 NULL) != SQLITE_OK) {
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 90 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK;
105 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) {
131 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) {
196 if (sqlite3_exec(data->sqlite_db, cmd, NULL, NULL, &err) != SQLITE_OK)
235 SQLITE_OK)
296 if (sqlite3_exec(data->sqlite_db, cmd, NULL, NULL, &err) != SQLITE_OK)
352 SQLITE_OK)
    [all...]

Completed in 5488 milliseconds

1 2