Searched refs:zErrMsg (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | shell.c | 10961 char *zErrMsg = 0; in createSelftestTable() local 10997 ,0,0,&zErrMsg); in createSelftestTable() 10998 if( zErrMsg ){ in createSelftestTable() 11097 if( zErrMsg ){ in save_err_msg() 11100 return zErrMsg; in save_err_msg() 13540 char *zErrMsg = 0; in tryToCloneSchema() local 13556 if( zErrMsg ){ in tryToCloneSchema() 13559 zErrMsg = 0; in tryToCloneSchema() 15927 if( zErrMsg ){ in do_meta_command() 17474 if( zErrMsg ){ in do_meta_command() [all …]
|
| H A D | sqlite3.h | 1379 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); 6997 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member
|
| H A D | sqlite3.c | 80773 if( p->zErrMsg ){ 80847 sqlite3ErrorWithMsg(db, p->rc, p->zErrMsg ? "%s" : 0, p->zErrMsg); 80861 p->zErrMsg = 0; 82680 p->zErrMsg = sqlite3DbStrDup(db, pVtab->zErrMsg); 106536 p->zErrMsg = zErr; 110301 char *zErrMsg = 0; 128574 if( zErrMsg ){ 135776 res.zErrMsg = 0; 136716 pTo->zErrMsg = pFrom->zErrMsg; 163437 sqlite3ErrorWithMsg(db, rc, zErrMsg ? "%s" : 0, zErrMsg); [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.h | 971 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); 4958 char *zErrMsg; /* Error message from sqlite3_mprintf() */ member
|
| H A D | sqlite3.c | 59970 p->zErrMsg = 0; 60665 p->zErrMsg = 0; 63611 p->zErrMsg = sqlite3DbStrDup(db, pVtab->zErrMsg); 79368 char *zErrMsg = 0; 85258 char *zErrMsg = 0; 92147 if( zErrMsg ){ 97068 res.zErrMsg = 0; 97937 pTo->zErrMsg = pFrom->zErrMsg; 112324 sqlite3Error(db, rc, zErrMsg ? "%s" : 0, zErrMsg); 112682 char *zErrMsg = 0; [all …]
|
| /freebsd-12.1/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 3702 char *zErrMsg; in DbMain() local 3814 zErrMsg = 0; in DbMain() 3827 zErrMsg = sqlite3_mprintf("%s", sqlite3_errmsg(p->db)); in DbMain() 3832 zErrMsg = sqlite3_mprintf("%s", sqlite3_errstr(rc)); in DbMain() 3835 Tcl_SetResult(interp, zErrMsg, TCL_VOLATILE); in DbMain() 3837 sqlite3_free(zErrMsg); in DbMain()
|