Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c14210 typedef struct Parse Parse; typedef
17987 struct Parse { struct
17989 char *zErrMsg; /* An error message */
17991 int rc; /* Return code from execution */
17999 u8 okConstFactor; /* OK to factor out constants */
18026 Parse *pToplevel; /* Parse structure for main program (or NULL) */ argument
18028 Parse *pParentParse; /* Parent parser if this parser is nested */ argument
18041 ** determined by offsetof(Parse,aTempReg). argument
18050 ** using offsetof(Parse,sLastToken) so the sLastToken field must be the argument
18059 u8 eParseMode; /* PARSE_MODE_XXX constant */ argument
[all …]

Completed in 477 milliseconds