Home | History | Annotate | Download | only in orig

Lines Matching defs:zErrMsg

1157   void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
5498 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5500 ** prior to assigning a new string to zErrMsg. ^After the error message
5502 ** freed by sqlite3_free() and the zErrMsg field will be zeroed.
5507 char *zErrMsg; /* Error message from sqlite3_mprintf() */