Searched refs:sqlite3Error (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h550 ** internal function sqlite3Error() is used to set these variables
2064 void sqlite3Error(sqlite3*, int, const char*,...);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h550 ** internal function sqlite3Error() is used to set these variables
2064 void sqlite3Error(sqlite3*, int, const char*,...);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h550 ** internal function sqlite3Error() is used to set these variables
2064 void sqlite3Error(sqlite3*, int, const char*,...);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c8615 ** internal function sqlite3Error() is used to set these variables
10694 SQLITE_PRIVATE void sqlite3Error(sqlite3*, int, const char*,...);
17823 ** is unsafe, as is the call to sqlite3Error().
17827 sqlite3Error(db, SQLITE_NOMEM, 0);
19673 ** To clear the most recent error for sqlite handle "db", sqlite3Error
19677 SQLITE_PRIVATE void sqlite3Error(sqlite3 *db, int err_code, const char *zFormat, ...){ function
19706 ** stored by this function into the database handle using sqlite3Error().
19707 ** Function sqlite3Error() should be used during statement execution
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c8615 ** internal function sqlite3Error() is used to set these variables
10694 SQLITE_PRIVATE void sqlite3Error(sqlite3*, int, const char*,...);
17823 ** is unsafe, as is the call to sqlite3Error().
17827 sqlite3Error(db, SQLITE_NOMEM, 0);
19673 ** To clear the most recent error for sqlite handle "db", sqlite3Error
19677 SQLITE_PRIVATE void sqlite3Error(sqlite3 *db, int err_code, const char *zFormat, ...){ function
19706 ** stored by this function into the database handle using sqlite3Error().
19707 ** Function sqlite3Error() should be used during statement execution
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c8615 ** internal function sqlite3Error() is used to set these variables
10694 SQLITE_PRIVATE void sqlite3Error(sqlite3*, int, const char*,...);
17823 ** is unsafe, as is the call to sqlite3Error().
17827 sqlite3Error(db, SQLITE_NOMEM, 0);
19673 ** To clear the most recent error for sqlite handle "db", sqlite3Error
19677 SQLITE_PRIVATE void sqlite3Error(sqlite3 *db, int err_code, const char *zFormat, ...){ function
19706 ** stored by this function into the database handle using sqlite3Error().
19707 ** Function sqlite3Error() should be used during statement execution
[all...]

Completed in 713 milliseconds