Searched refs:sqlite3IdListIndex (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | resolve.c | 324 || sqlite3IdListIndex(pItem->u3.pUsing, zCol)<0 in lookupName() 380 || sqlite3IdListIndex(pItem->u3.pUsing, zCol)<0 in lookupName()
|
| H A D | select.c | 585 || sqlite3IdListIndex(pSrc->a[iLeft].u3.pUsing, zName)<0 in sqlite3ProcessJoin() 5693 if( sqlite3IdListIndex(pBase->u3.pUsing, zName)>=0 ) return 1; in inAnyUsingClause() 5988 && sqlite3IdListIndex(pFrom->u3.pUsing, zName)>=0 in selectExpander() 6034 && sqlite3IdListIndex(pFrom->u3.pUsing, zName)>=0) in selectExpander() 6035 || (pUsing && sqlite3IdListIndex(pUsing, zName)>=0) in selectExpander()
|
| H A D | trigger.c | 742 if( sqlite3IdListIndex(pIdList, pEList->a[e].zEName)>=0 ) return 1; in checkColumnOverlap()
|
| H A D | sqliteInt.h | 4703 int sqlite3IdListIndex(IdList*,const char*);
|
| H A D | build.c | 4711 int sqlite3IdListIndex(IdList *pList, const char *zName){ in sqlite3IdListIndex() function
|