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

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dwhatis.c57 if (sqlite3_prepare_v2(db, sqlstr, -1, &stmt, NULL) != SQLITE_OK)
59 if (sqlite3_bind_text(stmt, 1, cmd, -1, NULL) != SQLITE_OK)
61 if (sqlite3_bind_text(stmt, 2, cmd, -1, NULL) != SQLITE_OK)
H A Dmakemandb.c512 if (rc != SQLITE_OK) {
520 if (rc != SQLITE_OK) {
529 if (rc != SQLITE_OK) {
538 if (rc != SQLITE_OK) {
547 if (rc != SQLITE_OK) {
556 if (rc != SQLITE_OK) {
582 if (rc != SQLITE_OK) {
709 if (rc != SQLITE_OK) {
1515 if (rc != SQLITE_OK)
1520 if (rc != SQLITE_OK) {
[all...]
H A Dapropos-utils.c304 if (rc != SQLITE_OK) {
316 if (rc != SQLITE_OK) {
339 if (rc != SQLITE_OK) {
347 if (rc != SQLITE_OK) {
467 if (rc != SQLITE_OK) {
548 } else if (rc != SQLITE_OK) {
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c820 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
920 ** KEYWORDS: SQLITE_OK {error code} {error codes}
931 #define SQLITE_OK 0 /* Successful result */ macro
969 ** [SQLITE_OK | result codes]. However, experience has shown that many of
983 ** The SQLITE_OK result code will never be extended. It will always
1673 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success.
1676 ** as a mutex) it returns an [error code] other than [SQLITE_OK].
1713 ** must return [SQLITE_OK] on success and some other [error code] upon
1746 ** ^When a configuration option is set, sqlite3_config() returns [SQLITE_OK].
1765 ** ^Calls to sqlite3_db_config() return SQLITE_OK i
[all...]
H A Dshell.c951 if( rc!=SQLITE_OK || !pSelect ){
966 if( rc!=SQLITE_OK ){
1096 int rc = SQLITE_OK; /* Return Code */
1104 while( zSql[0] && (SQLITE_OK == rc) ){
1106 if( SQLITE_OK != rc ){
1202 if( rc==SQLITE_OK ){
1276 if( rc!=SQLITE_OK || !pTableInfo ){
1300 if( rc!=SQLITE_OK || nRow==0 ){
1427 if( db && sqlite3_errcode(db)==SQLITE_OK ){
1431 if( db==0 || SQLITE_OK!
[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
1123 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success.
1126 ** as a mutex) it returns an [error code] other than [SQLITE_OK].
1163 ** must return [SQLITE_OK] on success and some other [error code] upon
1196 ** ^When a configuration option is set, sqlite3_config() returns [SQLITE_OK].
1215 ** ^Calls to sqlite3_db_config() return SQLITE_OK i
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/sdb/sqlite/
H A Dzone2sqlite.c84 if (sqlite3_open(dbi->filename, &dbi->db) == SQLITE_OK) {
142 if (result != SQLITE_OK) {
218 if (res != SQLITE_OK) {
229 if (res != SQLITE_OK) {
242 if (res != SQLITE_OK) {
296 if (res != SQLITE_OK) {
H A Dsqlitedb.c63 if (sqlite3_open(dbi->filename, &dbi->db) == SQLITE_OK) {
149 if (result != SQLITE_OK)
220 if (result != SQLITE_OK)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c134 if (sqlite3_close(dict_sqlite->db) != SQLITE_OK)
217 &sql_stmt, &query_remainder) != SQLITE_OK)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c145 if (ret != SQLITE_OK) {
183 if (ret != SQLITE_OK && error_code) {
499 if(ret != SQLITE_OK) {
606 if(ret != SQLITE_OK)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c204 if (ret != SQLITE_OK) {
220 if (ret != SQLITE_OK && code) {
241 if (ret != SQLITE_OK) {
469 if (ret != SQLITE_OK) {
510 if (ret != SQLITE_OK) {
/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A Dsqlite.c353 { "OK", SQLITE_OK },

Completed in 525 milliseconds