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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c879 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1604 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1618 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1634 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1733 ** return [SQLITE_ERROR].</dd>
1746 ** return [SQLITE_ERROR].</dd>
2938 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
3339 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3360 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3372 ** previously returned [SQLITE_ERROR] o
[all...]
H A Dsqlite3.h355 #define SQLITE_ERROR 1 /* SQL error or missing database */ macro
1080 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1094 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1110 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1209 ** return [SQLITE_ERROR].</dd>
1222 ** return [SQLITE_ERROR].</dd>
2414 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
2815 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2836 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
2848 ** previously returned [SQLITE_ERROR] o
[all...]
H A Dshell.c340 return SQLITE_ERROR;

Completed in 331 milliseconds