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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.c843 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return SQLITE_OK if
864 ** [sqlite3_backup] objects then it returns SQLITE_OK but the deallocation
960 ** KEYWORDS: SQLITE_OK {error code} {error codes}
971 #define SQLITE_OK 0 /* Successful result */ macro
1011 ** [SQLITE_OK | result codes]. However, experience has shown that many of
1025 ** The SQLITE_OK result code will never be extended. It will always
1441 ** file control returns [SQLITE_OK], then the parser assumes that the
1444 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
1805 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success.
1808 ** as a mutex) it returns an [error code] other than [SQLITE_OK]
[all...]
H A Dshell.c975 if( rc!=SQLITE_OK || !pSelect ){
1002 if( rc!=SQLITE_OK ){
1135 int rc = SQLITE_OK; /* Return Code */
1143 while( zSql[0] && (SQLITE_OK == rc) ){
1145 if( SQLITE_OK != rc ){
1241 if( rc==SQLITE_OK ){
1315 if( rc!=SQLITE_OK || !pTableInfo ){
1342 if( rc!=SQLITE_OK || nRow==0 ){
1472 if( db && sqlite3_errcode(db)==SQLITE_OK ){
1476 if( db==0 || SQLITE_OK!
[all...]
H A Dsqlite3.h272 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return SQLITE_OK if
293 ** [sqlite3_backup] objects then it returns SQLITE_OK but the deallocation
389 ** KEYWORDS: SQLITE_OK {error code} {error codes}
400 #define SQLITE_OK 0 /* Successful result */ macro
440 ** [SQLITE_OK | result codes]. However, experience has shown that many of
454 ** The SQLITE_OK result code will never be extended. It will always
870 ** file control returns [SQLITE_OK], then the parser assumes that the
873 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
1234 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success.
1237 ** as a mutex) it returns an [error code] other than [SQLITE_OK]
[all...]
/freebsd-10.2-release/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-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c141 if (sqlite_err__temp != SQLITE_OK) \
151 if (sqlite_err__temp != SQLITE_OK) \
163 #define exec_sql(db, sql) exec_sql2((db), (sql), SQLITE_OK)
165 /* Run the statement SQL on DB, ignoring SQLITE_OK and IGNORED_ERR.
173 if (sqlite_err != SQLITE_OK && sqlite_err != ignored_err)
745 if (err != SQLITE_OK && err != SQLITE_MISUSE)
805 if (err_code != SQLITE_OK)
883 if (result != SQLITE_OK)
926 int ignored_err = SQLITE_OK;
1229 /* Should we sleep on SQLITE_OK
[all...]
/freebsd-10.2-release/contrib/wpa/src/ap/
H A Deap_user_db.c180 SQLITE_OK) {
190 NULL) != SQLITE_OK) {
/freebsd-10.2-release/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-10.2-release/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-10.2-release/contrib/wpa/src/eap_server/
H A Deap_sim_db.c86 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK;
101 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) {
127 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) {
192 if (sqlite3_exec(data->sqlite_db, cmd, NULL, NULL, &err) != SQLITE_OK)
231 SQLITE_OK)
292 if (sqlite3_exec(data->sqlite_db, cmd, NULL, NULL, &err) != SQLITE_OK)
348 SQLITE_OK)
/freebsd-10.2-release/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c106 return sqlite3_exec(db, cmd, NULL, NULL, NULL) == SQLITE_OK;
123 if (sqlite3_exec(db, sql, NULL, NULL, &err) != SQLITE_OK) {
204 NULL) != SQLITE_OK)
223 if (sqlite3_exec(sqlite_db, cmd, NULL, NULL, NULL) != SQLITE_OK) {
/freebsd-10.2-release/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) {

Completed in 700 milliseconds