Home
last modified time | relevance | path

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

/trueos/crypto/openssl/crypto/store/
HDstr_mem.c249 void *attribute_context = NULL; in mem_list_start() local
258 attribute_context = STORE_parse_attrs_start(attributes); in mem_list_start()
259 if (!attribute_context) { in mem_list_start()
264 while ((attrs = STORE_parse_attrs_next(attribute_context))) { in mem_list_start()
275 if (!STORE_parse_attrs_endp(attribute_context)) in mem_list_start()
277 STORE_parse_attrs_end(attribute_context); in mem_list_start()
282 if (attribute_context) in mem_list_start()
283 STORE_parse_attrs_end(attribute_context); in mem_list_start()