Searched refs:ESTSCORE (Results 1 – 1 of 1) sorted by relevance
238 } ESTSCORE; typedef1343 ESTSCORE *scores; in est_db_add_attr_index()5023 ESTSCORE sc; in est_db_refresh_rescc()8090 return ((ESTSCORE *)ap)->id - ((ESTSCORE *)bp)->id; in est_score_compare_by_id_asc()8100 return ((ESTSCORE *)bp)->id - ((ESTSCORE *)ap)->id; in est_score_compare_by_id_desc()8110 return ((ESTSCORE *)ap)->score - ((ESTSCORE *)bp)->score; in est_score_compare_by_score_asc()8120 return ((ESTSCORE *)bp)->score - ((ESTSCORE *)ap)->score; in est_score_compare_by_score_desc()8130 return strcmp(((ESTSCORE *)ap)->value, ((ESTSCORE *)bp)->value); in est_score_compare_by_str_asc()8140 return strcmp(((ESTSCORE *)bp)->value, ((ESTSCORE *)ap)->value); in est_score_compare_by_str_desc()8251 ESTSCORE *scores; in est_search_uvset()[all …]