Lines Matching refs:Parse
31 Table *sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc){ in sqlite3SrcListLookup()
76 static int vtabIsReadOnly(Parse *pParse, Table *pTab){ in vtabIsReadOnly()
96 static int tabIsReadOnly(Parse *pParse, Table *pTab){ in tabIsReadOnly()
117 int sqlite3IsReadOnly(Parse *pParse, Table *pTab, int viewOk){ in sqlite3IsReadOnly()
139 Parse *pParse, /* Parsing context */ in sqlite3MaterializeView()
178 Parse *pParse, /* The parser context */ in sqlite3LimitWhere()
278 Parse *pParse, /* The parser context */ in sqlite3DeleteFrom()
734 Parse *pParse, /* Parsing context */ in sqlite3GenerateRowDelete()
886 Parse *pParse, /* Parsing and code generating context */ in sqlite3GenerateRowIndexDelete()
951 Parse *pParse, /* Parsing context */ in sqlite3GenerateIndexKey()
1012 void sqlite3ResolvePartIdxLabel(Parse *pParse, int iLabel){ in sqlite3ResolvePartIdxLabel()