/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3.c | 757 #define SQLITE_OK 0 /* Successful result */ macro 883 #define SQLITE_OK_LOAD_PERMANENTLY (SQLITE_OK | (1<<8)) 884 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal use only */ 15914 # define sqlite3PagerWalWriteLock(y,z) SQLITE_OK 17310 #define sqlite3_mutex_try(X) SQLITE_OK 17315 #define sqlite3MutexInit() SQLITE_OK 20814 # define sqlite3FaultSim(X) SQLITE_OK 21090 # define sqlite3AuthCheck(a,b,c,d,e) SQLITE_OK 21338 # define sqlite3ExprCheckIN(x,y) SQLITE_OK 21382 # define sqlite3VtabSync(X,Y) SQLITE_OK [all …]
|
H A D | shell.c | 2612 int rc = SQLITE_OK; in sqlite3MemTraceActivate() 2615 if( rc==SQLITE_OK ){ in sqlite3MemTraceActivate() 2625 int rc = SQLITE_OK; in sqlite3MemTraceDeactivate() 2628 if( rc==SQLITE_OK ){ in sqlite3MemTraceDeactivate() 2794 int rc = SQLITE_OK; in sqlite3PcacheTraceActivate() 2797 if( rc==SQLITE_OK ){ in sqlite3PcacheTraceActivate() 2807 int rc = SQLITE_OK; in sqlite3PcacheTraceDeactivate() 2810 if( rc==SQLITE_OK ){ in sqlite3PcacheTraceDeactivate() 3522 int rc = SQLITE_OK; in sqlite3_shathree_init() 3528 if( rc==SQLITE_OK ){ in sqlite3_shathree_init() [all …]
|
H A D | sqlite3.h | 444 #define SQLITE_OK 0 /* Successful result */ macro 570 #define SQLITE_OK_LOAD_PERMANENTLY (SQLITE_OK | (1<<8)) 571 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal use only */
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | makemandb.c | 527 if (rc != SQLITE_OK) { in build_file_cache() 535 if (rc != SQLITE_OK) { in build_file_cache() 544 if (rc != SQLITE_OK) { in build_file_cache() 553 if (rc != SQLITE_OK) { in build_file_cache() 562 if (rc != SQLITE_OK) { in build_file_cache() 571 if (rc != SQLITE_OK) { in build_file_cache() 654 if (rc != SQLITE_OK) { in update_existing_entry() 735 if (rc != SQLITE_OK) { in update_db() 1524 if (rc != SQLITE_OK) in insert_into_db() 1529 if (rc != SQLITE_OK) { in insert_into_db() [all …]
|
H A D | custom_apropos_tokenizer.c | 69 return SQLITE_OK; in aproposPorterCreate() 79 return SQLITE_OK; in aproposPorterDestroy() 110 return SQLITE_OK; in aproposPorterOpen() 123 return SQLITE_OK; in aproposPorterClose() 657 return SQLITE_OK; in do_stem() 722 if (stemStatus != SQLITE_OK) in aproposPorterNext() 730 return SQLITE_OK; in aproposPorterNext()
|
H A D | whatis.c | 60 if (sqlite3_prepare_v2(db, sqlstr, -1, &stmt, NULL) != SQLITE_OK) in whatis() 64 if (sqlite3_bind_text(stmt, i + 1, cmd, -1, NULL) != SQLITE_OK) in whatis()
|
H A D | apropos-utils.c | 96 if (rc != SQLITE_OK) in register_tokenizer() 396 if (rc != SQLITE_OK) { in init_db() 405 if (rc != SQLITE_OK) { in init_db() 417 if (rc != SQLITE_OK) { in init_db() 440 if (rc != SQLITE_OK) { in init_db() 448 if (rc != SQLITE_OK) { in init_db() 684 if (rc != SQLITE_OK) { in execute_search_query() 697 } else if (rc != SQLITE_OK) { in execute_search_query()
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/ |
H A D | database.cpp | 95 if (error != SQLITE_OK) { in safe_open() 117 PRE(error == SQLITE_OK); in close() 249 if (error != SQLITE_OK) in exec() 279 if (error != SQLITE_OK) in create_statement()
|
H A D | test_utils.hpp | 116 ATF_REQUIRE_EQ(SQLITE_OK, ::sqlite3_exec(db, create_test_table_sql, in create_test_table() 137 ATF_REQUIRE_EQ(SQLITE_OK, ::sqlite3_get_table(db, in verify_test_table()
|
H A D | database_test.cpp | 59 ATF_REQUIRE_EQ(SQLITE_OK, ::sqlite3_open_v2("test.db", &db, in ATF_TEST_CASE_BODY() 92 ATF_REQUIRE_EQ(SQLITE_OK, ::sqlite3_open_v2("test.db", &db, in ATF_TEST_CASE_BODY()
|
H A D | c_gate_test.cpp | 45 ATF_REQUIRE_EQ(SQLITE_OK, ::sqlite3_open_v2(":memory:", &raw_db, in ATF_TEST_CASE_BODY()
|
H A D | statement.cpp | 86 case SQLITE_OK: in handle_bind_error() 613 PRE_MSG(error == SQLITE_OK, "SQLite3 contract has changed; it should " in clear_bindings()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
H A D | hdb-sqlite.c | 145 if (ret != SQLITE_OK) { in hdb_sqlite_prepare_stmt() 289 if (ret != SQLITE_OK && error_code) { in hdb_sqlite_exec_stmt() 385 if (sqlite3_close(hsdb->db) != SQLITE_OK) { in hdb_sqlite_close_database() 604 if(ret != SQLITE_OK) { in hdb_sqlite_store() 732 if(ret != SQLITE_OK) in hdb_sqlite_store() 736 return ret == SQLITE_OK ? 0 : HDB_ERR_UK_SERROR; in hdb_sqlite_store() 941 if (ret != SQLITE_OK) { in hdb_sqlite_remove() 980 if (ret != SQLITE_OK) in hdb_sqlite_remove()
|
/netbsd-src/external/public-domain/sqlite/dist/tea/generic/ |
H A D | tclsqlite3.c | 279 if( rc!=SQLITE_OK ){ in incrblobClose() 309 if( rc!=SQLITE_OK ){ in incrblobInput() 342 if( rc!=SQLITE_OK ){ in incrblobOutput() 435 if( rc!=SQLITE_OK ){ in createIncrblobChannel() 750 return SQLITE_OK; in DbTraceV2Handler() 810 int ret = SQLITE_OK; in DbWalHandler() 1134 if( pDb->disableAuth ) return SQLITE_OK; in auth_callback() 1190 rc = SQLITE_OK; in auth_callback() 1355 int rc = SQLITE_OK; /* Value to return */ in dbPrepareAndBind() 1398 if( SQLITE_OK!=dbPrepare(pDb, zSql, &pStmt, pzOut) ){ in dbPrepareAndBind() [all …]
|
/netbsd-src/external/bsd/wpa/dist/src/eap_server/ |
H A 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()
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | dict_sqlite.c | 117 if (sqlite3_close(dict_sqlite->db) != SQLITE_OK) in dict_sqlite_close() 204 &sql_stmt, &query_remainder) != SQLITE_OK) in dict_sqlite_lookup()
|
/netbsd-src/external/bsd/wpa/dist/src/ap/ |
H A D | eap_user_db.c | 195 SQLITE_OK) { in eap_user_sqlite_get() 207 NULL) != SQLITE_OK) { in eap_user_sqlite_get()
|
/netbsd-src/external/bsd/wpa/dist/hostapd/ |
H A 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()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | scache.c | 204 if (ret != SQLITE_OK) { in prepare_stmt() 220 if (ret != SQLITE_OK && code) { in exec_stmt() 241 if (ret != SQLITE_OK) { in default_db() 468 if (ret != SQLITE_OK) { in bind_principal() 509 if (ret != SQLITE_OK) { in scc_resolve()
|
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/sqlite3/ |
H A D | dlz_sqlite3_dynamic.c |
|
/netbsd-src/external/public-domain/sqlite/man/ |
H A D | Makefile | 30 SQLITE_OK.3 \
|
/netbsd-src/lib/lua/sqlite/ |
H A D | sqlite.c | 366 { "OK", SQLITE_OK },
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
H A D | sqlite3.d | 111 SQLITE_OK = 0, /** Successful result */ enumerator
|