Home
last modified time | relevance | path

Searched refs:sqliteIdListIndex (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h1159 int sqliteIdListIndex(IdList*,const char*);
H A Dtrigger.c513 if( sqliteIdListIndex(pIdList, pEList->a[e].zName)>=0 ) return 1; in checkColumnOverLap()
H A Dbuild.c1987 int sqliteIdListIndex(IdList *pList, const char *zName){ in sqliteIdListIndex() function
H A Dselect.c988 if( i>0 && sqliteIdListIndex(pTabList->a[i-1].pUsing, zName)>=0 ){ in fillInColumnList()