Home
last modified time | relevance | path

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

/src/crypto/openssl/engines/
H A De_loader_attic.c262 int *matchcount,
299 int *matchcount, in try_decode_PKCS12() argument
323 *matchcount = 1; in try_decode_PKCS12()
398 *matchcount = 1; in try_decode_PKCS12()
435 int *matchcount, in try_decode_PKCS8Encrypted() argument
455 *matchcount = 1; in try_decode_PKCS8Encrypted()
461 *matchcount = 1; in try_decode_PKCS8Encrypted()
513 int *matchcount, in try_decode_PrivateKey() argument
527 *matchcount = 1; in try_decode_PrivateKey()
541 *matchcount = 1; in try_decode_PrivateKey()
[all …]
/src/contrib/ncurses/progs/
H A Dtoe.c696 int matchcount = 0; in main() local
707 if (matchcount++ == 0) in main()
714 if (matchcount) in main()
/src/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c418 int matchcount = 0; in _nc_resolve_uses2() local
424 matchcount + 1)) { in _nc_resolve_uses2()
425 if (!matchcount++) { in _nc_resolve_uses2()
/src/contrib/unbound/validator/
H A Dval_utils.c215 int* matchcount) in val_find_best_signer() argument
233 if(m > *matchcount) { in val_find_best_signer()
234 *matchcount = m; in val_find_best_signer()
332 int matchcount = 0; in val_find_signer() local
341 signer_name, signer_len, &matchcount); in val_find_signer()