Searched defs:Parse (Results 1 – 3 of 3) sorted by relevance
240 typedef struct Parse Parse; typedef912 struct Parse { struct913 sqlite *db; /* The main database structure */914 int rc; /* Return code from execution */915 char *zErrMsg; /* An error message */916 Token sErrToken; /* The token at which the error occurred */917 Token sFirstToken; /* The first token parsed */941 ** to save the Parse.zAuthContext value so that it can be restored later. argument
561 void Parse( in Parse() function
2282 void Parse(gp) in Parse() function