Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/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.c989 if( i>0 && sqliteIdListIndex(pTabList->a[i-1].pUsing, zName)>=0 ){ in fillInColumnList()

Completed in 27 milliseconds