Searched refs:zColName (Results 1 – 4 of 4) sorted by relevance
2635 const char *zColName = pListItem->zName; in sqlite3CreateIndex() local2641 if( sqlite3StrICmp(zColName, pTabCol->zName)==0 ) break; in sqlite3CreateIndex()2645 pTab->zName, zColName); in sqlite3CreateIndex()
79474 const char *zColName = pListItem->zName;79480 if( sqlite3StrICmp(zColName, pTabCol->zName)==0 ) break;79484 pTab->zName, zColName);
89164 const char *zColName = pListItem->zName;89169 if( sqlite3StrICmp(zColName, pTabCol->zName)==0 ) break;89173 pTab->zName, zColName);
89144 const char *zColName = pListItem->zName;89149 if( sqlite3StrICmp(zColName, pTabCol->zName)==0 ) break;89153 pTab->zName, zColName);