Lines Matching defs:v1
88 static int cpl_cmp_matches(const void *v1, const void *v2);
89 static int cpl_cmp_suffixes(const void *v1, const void *v2);
375 * v1, v2 void * Pointers to the two matches to be compared.
377 * return int -1 -> v1 < v2.
378 * 0 -> v1 == v2
379 * 1 -> v1 > v2
381 static int cpl_cmp_matches(const void *v1, const void *v2)
383 const CplMatch *m1 = (const CplMatch *) v1;
405 * v1, v2 void * Pointers to the two matches to be compared.
407 * return int -1 -> v1 < v2.
408 * 0 -> v1 == v2
409 * 1 -> v1 > v2
411 static int cpl_cmp_suffixes(const void *v1, const void *v2)
413 const CplMatch *m1 = (const CplMatch *) v1;