• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/

Lines Matching refs:SQLITE_ERROR

355 #define SQLITE_ERROR        1   /* SQL error or missing database */
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] or [SQLITE_DONE]. Or it could
2853 ** API always returns a generic error code, [SQLITE_ERROR], following any
3137 ** will result in [SQLITE_ERROR] being returned.
3480 ** the error code is SQLITE_ERROR. ^A subsequent call to sqlite3_result_error()
3481 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
4046 ** [SQLITE_OK] on success and [SQLITE_ERROR] if something goes wrong.
4518 ** [SQLITE_ERROR] is returned and no data is read. ^If N or iOffset is
4519 ** less than zero, [SQLITE_ERROR] is returned and no data is read.
4552 ** [SQLITE_ERROR] is returned and no data is written. ^If N is
4553 ** less than zero [SQLITE_ERROR] is returned and no data is written.
4890 ** open database file, then SQLITE_ERROR is returned. ^This error
4893 ** also return SQLITE_ERROR. There is no way to distinguish between
4894 ** an incorrect zDbName and an SQLITE_ERROR return from the underlying