Home
last modified time | relevance | path

Searched defs:Parse (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A DsqliteInt.h240 typedef struct Parse Parse; typedef
912 struct Parse { struct
913 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
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlempar.c561 void Parse( in Parse() function
H A Dlemon.c2282 void Parse(gp) in Parse() function