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

/freebsd-10.1-release/crypto/openssl/crypto/store/
H A Dstr_mem.c249 void *attribute_context = NULL; local
258 attribute_context = STORE_parse_attrs_start(attributes);
259 if (!attribute_context) {
264 while ((attrs = STORE_parse_attrs_next(attribute_context))) {
275 if (!STORE_parse_attrs_endp(attribute_context))
277 STORE_parse_attrs_end(attribute_context);
282 if (attribute_context)
283 STORE_parse_attrs_end(attribute_context);

Completed in 101 milliseconds