Searched refs:sel (Results 1 – 1 of 1) sorted by relevance
31 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector() local33 return *sel; in ossl_asn1_get_choice_selector()39 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector_const() local41 return *sel; in ossl_asn1_get_choice_selector_const()51 int *sel, ret; in ossl_asn1_set_choice_selector() local53 sel = offset2ptr(*pval, it->utype); in ossl_asn1_set_choice_selector()54 ret = *sel; in ossl_asn1_set_choice_selector()55 *sel = value; in ossl_asn1_set_choice_selector()
Completed in 4 milliseconds