Searched refs:pzErrMsg (Results 1 - 15 of 15) 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/
H A Dtokenize.c366 bdb_run_parser(Parse *pParse, const char *zSql, char **pzErrMsg){ argument
399 if( pzErrMsg ){
400 free(*pzErrMsg);
401 *pzErrMsg = sqlite3MPrintf(0, "unrecognized token: \"%T\"",
435 if( pzErrMsg && *pzErrMsg==0 ){
436 *pzErrMsg = pParse->zErrMsg;
449 int do_parse(const char *zSql, char **pzErrMsg) { argument
452 return bdb_run_parser(&sParse, zSql, pzErrMsg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/
H A Dtokenize.c366 bdb_run_parser(Parse *pParse, const char *zSql, char **pzErrMsg){ argument
399 if( pzErrMsg ){
400 free(*pzErrMsg);
401 *pzErrMsg = sqlite3MPrintf(0, "unrecognized token: \"%T\"",
435 if( pzErrMsg && *pzErrMsg==0 ){
436 *pzErrMsg = pParse->zErrMsg;
449 int do_parse(const char *zSql, char **pzErrMsg) { argument
452 return bdb_run_parser(&sParse, zSql, pzErrMsg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/
H A Dtokenize.c366 bdb_run_parser(Parse *pParse, const char *zSql, char **pzErrMsg){ argument
399 if( pzErrMsg ){
400 free(*pzErrMsg);
401 *pzErrMsg = sqlite3MPrintf(0, "unrecognized token: \"%T\"",
435 if( pzErrMsg && *pzErrMsg==0 ){
436 *pzErrMsg = pParse->zErrMsg;
449 int do_parse(const char *zSql, char **pzErrMsg) { argument
452 return bdb_run_parser(&sParse, zSql, pzErrMsg);
/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 Dsqlite3.h4777 ** If an error occurs and pzErrMsg is not 0, then the
4778 ** sqlite3_load_extension() interface shall attempt to fill *pzErrMsg with
4791 char **pzErrMsg /* Put error message here if not 0 */
H A DsqliteInt.h1749 char **pzErrMsg; /* Error message stored here */ member in struct:__anon35874
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h4777 ** If an error occurs and pzErrMsg is not 0, then the
4778 ** sqlite3_load_extension() interface shall attempt to fill *pzErrMsg with
4791 char **pzErrMsg /* Put error message here if not 0 */
H A DsqliteInt.h1749 char **pzErrMsg; /* Error message stored here */ member in struct:__anon944
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h4777 ** If an error occurs and pzErrMsg is not 0, then the
4778 ** sqlite3_load_extension() interface shall attempt to fill *pzErrMsg with
4791 char **pzErrMsg /* Put error message here if not 0 */
H A DsqliteInt.h1749 char **pzErrMsg; /* Error message stored here */ member in struct:__anon1849
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h4210 ** ^If an error occurs and pzErrMsg is not 0, then the
4212 ** fill *pzErrMsg with error message text stored in memory
4226 char **pzErrMsg /* Put error message here if not 0 */
H A Dsqlite3.c4747 ** ^If an error occurs and pzErrMsg is not 0, then the
4749 ** fill *pzErrMsg with error message text stored in memory
4763 char **pzErrMsg /* Put error message here if not 0 */
10181 char **pzErrMsg; /* Error message stored here */ member in struct:__anon10247
85914 sqlite3InitOne(sqlite3 *db, int iDb, char **pzErrMsg) argument
86164 sqlite3Init(sqlite3 *db, char **pzErrMsg) argument
92940 vacuumFinalize(sqlite3 *db, sqlite3_stmt *pStmt, char **pzErrMsg) argument
92952 execSql(sqlite3 *db, char **pzErrMsg, const char *zSql) argument
92971 execExecSql(sqlite3 *db, char **pzErrMsg, const char *zSql) argument
93010 sqlite3RunVacuum(char **pzErrMsg, sqlite3 *db) argument
102828 sqlite3RunParser(Parse *pParse, const char *zSql, char **pzErrMsg) argument
109512 sqlite3_extension_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
118867 sqlite3_extension_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
119366 sqlite3_extension_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h4210 ** ^If an error occurs and pzErrMsg is not 0, then the
4212 ** fill *pzErrMsg with error message text stored in memory
4226 char **pzErrMsg /* Put error message here if not 0 */
H A Dsqlite3.c4747 ** ^If an error occurs and pzErrMsg is not 0, then the
4749 ** fill *pzErrMsg with error message text stored in memory
4763 char **pzErrMsg /* Put error message here if not 0 */
10181 char **pzErrMsg; /* Error message stored here */ member in struct:__anon155
85914 sqlite3InitOne(sqlite3 *db, int iDb, char **pzErrMsg) argument
86164 sqlite3Init(sqlite3 *db, char **pzErrMsg) argument
92940 vacuumFinalize(sqlite3 *db, sqlite3_stmt *pStmt, char **pzErrMsg) argument
92952 execSql(sqlite3 *db, char **pzErrMsg, const char *zSql) argument
92971 execExecSql(sqlite3 *db, char **pzErrMsg, const char *zSql) argument
93010 sqlite3RunVacuum(char **pzErrMsg, sqlite3 *db) argument
102828 sqlite3RunParser(Parse *pParse, const char *zSql, char **pzErrMsg) argument
109512 sqlite3_extension_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
118867 sqlite3_extension_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
119366 sqlite3_extension_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h4210 ** ^If an error occurs and pzErrMsg is not 0, then the
4212 ** fill *pzErrMsg with error message text stored in memory
4226 char **pzErrMsg /* Put error message here if not 0 */
H A Dsqlite3.c4747 ** ^If an error occurs and pzErrMsg is not 0, then the
4749 ** fill *pzErrMsg with error message text stored in memory
4763 char **pzErrMsg /* Put error message here if not 0 */
10181 char **pzErrMsg; /* Error message stored here */ member in struct:__anon44272
85914 sqlite3InitOne(sqlite3 *db, int iDb, char **pzErrMsg) argument
86164 sqlite3Init(sqlite3 *db, char **pzErrMsg) argument
92940 vacuumFinalize(sqlite3 *db, sqlite3_stmt *pStmt, char **pzErrMsg) argument
92952 execSql(sqlite3 *db, char **pzErrMsg, const char *zSql) argument
92971 execExecSql(sqlite3 *db, char **pzErrMsg, const char *zSql) argument
93010 sqlite3RunVacuum(char **pzErrMsg, sqlite3 *db) argument
102828 sqlite3RunParser(Parse *pParse, const char *zSql, char **pzErrMsg) argument
109512 sqlite3_extension_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
118867 sqlite3_extension_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
119366 sqlite3_extension_init( sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi ) argument
[all...]

Completed in 1184 milliseconds