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

/macosx-10.10/OpenSSL098-52/src/crypto/store/
H A Dstr_mem.c221 void *attribute_context = NULL; local
231 attribute_context = STORE_parse_attrs_start(attributes);
232 if (!attribute_context)
238 while((attrs = STORE_parse_attrs_next(attribute_context)))
253 if (!STORE_parse_attrs_endp(attribute_context))
255 STORE_parse_attrs_end(attribute_context);
260 if (attribute_context) STORE_parse_attrs_end(attribute_context);

Completed in 187 milliseconds