Home
last modified time | relevance | path

Searched refs:tlist_cmp (Results 1 – 1 of 1) sorted by relevance

/src/crypto/heimdal/lib/asn1/
H A Dgen_template.c258 static int tlist_cmp(const struct tlist *, const struct tlist *);
336 return tlist_cmp(tl, ql); in tlist_cmp_name()
340 tlist_cmp(const struct tlist *tl, const struct tlist *ql) in tlist_cmp() function
379 if (tlist_cmp(ql, tl) == 0) { in tlist_find_dup()