Searched refs:SQLITE_ERROR (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.c973 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
2000 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
2014 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
2030 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
2129 ** return [SQLITE_ERROR].</dd>
2142 ** return [SQLITE_ERROR].</dd>
3651 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
4129 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
4150 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
4162 ** previously returned [SQLITE_ERROR] o
[all...]
H A Dsqlite3.h402 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1429 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1443 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1459 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1558 ** return [SQLITE_ERROR].</dd>
1571 ** return [SQLITE_ERROR].</dd>
3080 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3558 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3579 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3591 ** previously returned [SQLITE_ERROR] o
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c936 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1839 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1853 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1869 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1968 ** return [SQLITE_ERROR].</dd>
1981 ** return [SQLITE_ERROR].</dd>
3391 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3837 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3858 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3870 ** previously returned [SQLITE_ERROR] o
[all...]
H A Dsqlite3.h383 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1286 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1300 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1316 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1415 ** return [SQLITE_ERROR].</dd>
1428 ** return [SQLITE_ERROR].</dd>
2838 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3284 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3305 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3317 ** previously returned [SQLITE_ERROR] o
[all...]
/freebsd-10.2-release/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c112 ret = SQLITE_ERROR;

Completed in 587 milliseconds