Searched refs:asIdsOrRanges (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_asid.c91 ASN1_SEQUENCE_OF(ASIdentifierChoice, u.asIdsOrRanges, ASIdOrRange)
122 for (i = 0; i < sk_ASIdOrRange_num(choice->u.asIdsOrRanges); i++) {
123 ASIdOrRange *aor = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i);
253 assert((*choice)->u.asIdsOrRanges == NULL);
254 (*choice)->u.asIdsOrRanges = sk_ASIdOrRange_new(ASIdOrRange_cmp);
255 if ((*choice)->u.asIdsOrRanges == NULL)
273 if (!(sk_ASIdOrRange_push((*choice)->u.asIdsOrRanges, aor)))
321 sk_ASIdOrRange_num(choice->u.asIdsOrRanges) == 0)
327 for (i = 0; i < sk_ASIdOrRange_num(choice->u.asIdsOrRanges) - 1; i++) {
328 ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges,
[all...]
H A Dx509v3.h656 ASIdOrRanges *asIdsOrRanges; member in union:ASIdentifierChoice_st::__anon2938
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509v3.h656 ASIdOrRanges *asIdsOrRanges; member in union:ASIdentifierChoice_st::__anon3000

Completed in 46 milliseconds