Searched refs:zColName (Results 1 – 4 of 4) sorted by relevance
2638 const char *zColName = pListItem->zName; in sqlite3CreateIndex() local2644 if( sqlite3StrICmp(zColName, pTabCol->zName)==0 ) break; in sqlite3CreateIndex()2648 pTab->zName, zColName); in sqlite3CreateIndex()
79654 const char *zColName = pListItem->zName;79660 if( sqlite3StrICmp(zColName, pTabCol->zName)==0 ) break;79664 pTab->zName, zColName);
83907 const char *zColName = pListItem->zName;83913 if( sqlite3StrICmp(zColName, pTabCol->zName)==0 ) break;83917 pTab->zName, zColName);
83943 const char *zColName = pListItem->zName;83949 if( sqlite3StrICmp(zColName, pTabCol->zName)==0 ) break;83953 pTab->zName, zColName);