Searched refs:zLabel (Results 1 – 1 of 1) sorted by relevance
1131 char *zName, *zLabel; in matchOrderbyToColumn() local1134 zLabel = sqliteStrNDup(pE->token.z, pE->token.n); in matchOrderbyToColumn()1135 sqliteDequote(zLabel); in matchOrderbyToColumn()1136 if( sqliteStrICmp(zName, zLabel)==0 ){ in matchOrderbyToColumn()1139 sqliteFree(zLabel); in matchOrderbyToColumn()