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