Home
last modified time | relevance | path

Searched refs:SQLITE_OK (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c757 #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 Dshell.c2612 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 Dsqlite3.h444 #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 Dmakemandb.c527 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 Dcustom_apropos_tokenizer.c69 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 Dwhatis.c60 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 Dapropos-utils.c96 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 Ddatabase.cpp95 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 Dtest_utils.hpp116 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 Ddatabase_test.cpp59 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 Dc_gate_test.cpp45 ATF_REQUIRE_EQ(SQLITE_OK, ::sqlite3_open_v2(":memory:", &raw_db, in ATF_TEST_CASE_BODY()
H A Dstatement.cpp86 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 Dhdb-sqlite.c145 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 Dtclsqlite3.c279 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 Deap_sim_db.c90 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 Ddict_sqlite.c117 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 Deap_user_db.c195 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 Dhlr_auc_gw.c116 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 Dscache.c204 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 Ddlz_sqlite3_dynamic.c
/netbsd-src/external/public-domain/sqlite/man/
H A DMakefile30 SQLITE_OK.3 \
/netbsd-src/lib/lua/sqlite/
H A Dsqlite.c366 { "OK", SQLITE_OK },
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d111 SQLITE_OK = 0, /** Successful result */ enumerator