Searched refs:pmaps (Results 1 – 1 of 1) sorted by relevance
50 POLICY_MAPPINGS *pmaps = a; variable56 for (i = 0; i < sk_POLICY_MAPPING_num(pmaps); i++) {57 pmap = sk_POLICY_MAPPING_value(pmaps, i);71 POLICY_MAPPINGS *pmaps; in v2i_POLICY_MAPPINGS() local75 if ((pmaps = sk_POLICY_MAPPING_new_reserve(NULL, num)) == NULL) { in v2i_POLICY_MAPPINGS()102 sk_POLICY_MAPPING_push(pmaps, pmap); /* no failure as it was reserved */ in v2i_POLICY_MAPPINGS()104 return pmaps; in v2i_POLICY_MAPPINGS()108 sk_POLICY_MAPPING_pop_free(pmaps, POLICY_MAPPING_free); in v2i_POLICY_MAPPINGS()
Completed in 7 milliseconds