Searched refs:SQLITE_OK (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c823 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
923 ** KEYWORDS: SQLITE_OK {error code} {error codes}
934 #define SQLITE_OK 0 /* Successful result */ macro
972 ** [SQLITE_OK | result codes]. However, experience has shown that many of
986 ** The SQLITE_OK result code will never be extended. It will always
1644 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success.
1647 ** as a mutex) it returns an [error code] other than [SQLITE_OK].
1684 ** must return [SQLITE_OK] on success and some other [error code] upon
1717 ** ^When a configuration option is set, sqlite3_config() returns [SQLITE_OK].
1736 ** ^Calls to sqlite3_db_config() return SQLITE_OK i
[all...]
H A Dsqlite3.h270 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
370 ** KEYWORDS: SQLITE_OK {error code} {error codes}
381 #define SQLITE_OK 0 /* Successful result */ macro
419 ** [SQLITE_OK | result codes]. However, experience has shown that many of
433 ** The SQLITE_OK result code will never be extended. It will always
1091 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success.
1094 ** as a mutex) it returns an [error code] other than [SQLITE_OK].
1131 ** must return [SQLITE_OK] on success and some other [error code] upon
1164 ** ^When a configuration option is set, sqlite3_config() returns [SQLITE_OK].
1183 ** ^Calls to sqlite3_db_config() return SQLITE_OK i
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c1361 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
1374 ** it returns [SQLITE_OK] regardless, but instead of deallocating the database
1484 #define SQLITE_OK 0 /* Successful result */ macro
1607 #define SQLITE_OK_LOAD_PERMANENTLY (SQLITE_OK | (1<<8))
1608 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8))
2037 ** file control returns [SQLITE_OK], then the parser assumes that the
2042 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
2122 ** If the [SQLITE_FCNTL_BEGIN_ATOMIC_WRITE] opcode returns SQLITE_OK, then
2138 ** This file control returns [SQLITE_OK] if and only if the writes were
2388 ** directory. The xAccess method returns [SQLITE_OK] o
[all...]
H A Dshell.c2094 int rc = SQLITE_OK;
2100 if( rc==SQLITE_OK ){
2105 if( rc==SQLITE_OK ){
2110 if( rc==SQLITE_OK ){
2419 ** SQLITE_OK is returned if the directory is successfully created, or
2426 int rc = SQLITE_OK;
2434 while( rc==SQLITE_OK ){
2604 if( makeDirectory(zFile)==SQLITE_OK ){
2705 if( rc==SQLITE_OK ){
2720 return SQLITE_OK;
[all...]
H A Dsqlite3.h298 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
311 ** it returns [SQLITE_OK] regardless, but instead of deallocating the database
421 #define SQLITE_OK 0 /* Successful result */ macro
544 #define SQLITE_OK_LOAD_PERMANENTLY (SQLITE_OK | (1<<8))
545 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8))
974 ** file control returns [SQLITE_OK], then the parser assumes that the
979 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
1059 ** If the [SQLITE_FCNTL_BEGIN_ATOMIC_WRITE] opcode returns SQLITE_OK, then
1075 ** This file control returns [SQLITE_OK] if and only if the writes were
1325 ** directory. The xAccess method returns [SQLITE_OK] o
[all...]
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c82 #define dbd_sqlite3_is_success(x) (((x) == SQLITE_DONE) || ((x) == SQLITE_OK))
376 if (ret != SQLITE_OK) {
423 if (ret == SQLITE_OK) {
494 if (ret == SQLITE_OK) {
544 if (ret == SQLITE_OK) {
674 if (ret == SQLITE_OK) {
725 if (ret == SQLITE_OK) {
824 if (sqlres != SQLITE_OK) {
H A Dapr_dbd_sqlite2.c97 if (ret == SQLITE_OK) {
292 if (ret == SQLITE_OK) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c185 if (sqlite_err__temp != SQLITE_OK) \
195 if (sqlite_err__temp != SQLITE_OK) \
210 if (sqlite_err__temp != SQLITE_OK) \
222 #define exec_sql(db, sql) exec_sql2((db), (sql), SQLITE_OK)
224 /* Run the statement SQL on DB, ignoring SQLITE_OK and IGNORED_ERR.
232 if (sqlite_err != SQLITE_OK && sqlite_err != ignored_err)
815 if (err != SQLITE_OK && err != SQLITE_MISUSE)
970 if (result != SQLITE_OK)
1492 /* Should we sleep on SQLITE_OK? That would make copying a
1500 while (rc1 == SQLITE_OK || rc
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c143 if (ret != SQLITE_OK) {
181 if (ret != SQLITE_OK && error_code) {
497 if(ret != SQLITE_OK) {
604 if(ret != SQLITE_OK)
/freebsd-11-stable/contrib/wpa/src/ap/
H A Deap_user_db.c195 SQLITE_OK) {
207 NULL) != SQLITE_OK) {
H A Dhostapd.c1039 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK;
1057 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) {
H A Dieee802_1x.c637 NULL) != SQLITE_OK) {
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_sim_db.c90 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)
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c259 if( rc!=SQLITE_OK ){
289 if( rc!=SQLITE_OK ){
322 if( rc!=SQLITE_OK ){
415 if( rc!=SQLITE_OK ){
710 return SQLITE_OK;
770 int ret = SQLITE_OK;
1094 if( pDb->disableAuth ) return SQLITE_OK;
1149 if( strcmp(zReply,"SQLITE_OK")==0 ){
1150 rc = SQLITE_OK;
1314 int rc = SQLITE_OK; /* Valu
[all...]
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c116 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK;
134 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) {
218 NULL) != SQLITE_OK)
240 if (sqlite3_exec(sqlite_db, cmd, NULL, NULL, NULL) != SQLITE_OK) {
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dscache.c202 if (ret != SQLITE_OK) {
218 if (ret != SQLITE_OK && code) {
239 if (ret != SQLITE_OK) {
467 if (ret != SQLITE_OK) {
508 if (ret != SQLITE_OK) {
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_server.c397 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK;
414 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) {
461 NULL) != SQLITE_OK) {
862 SQLITE_OK) {
892 NULL) != SQLITE_OK) {
940 SQLITE_OK) {
1045 SQLITE_OK) {
1811 if (res != SQLITE_OK) {
2950 if (res != SQLITE_OK) {

Completed in 910 milliseconds