locator
.offset = offsetof(OCSP_SERVICELOC, locator),
!(sloc->locator = sk_ACCESS_DESCRIPTION_new_null()))
if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad))
STACK_OF(ACCESS_DESCRIPTION) *locator;
for (i = 0; i < sk_ACCESS_DESCRIPTION_num(a->locator); i++) {
ad = sk_ACCESS_DESCRIPTION_value(a->locator, i);
str2locator(const char *string, struct locator *location)
const char *str2locator(const char *, struct locator *);
struct locator location;
struct locator location;
%type <list> locators locator
locators locator { ($$ = $2)->nv_next = $1; } |
locator: