Home
last modified time | relevance | path

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

/external/openssl/crypto/store/
Dstr_mem.c226 void *attribute_context = NULL; in mem_list_start() local
236 attribute_context = STORE_parse_attrs_start(attributes); in mem_list_start()
237 if (!attribute_context) in mem_list_start()
243 while((attrs = STORE_parse_attrs_next(attribute_context))) in mem_list_start()
258 if (!STORE_parse_attrs_endp(attribute_context)) in mem_list_start()
260 STORE_parse_attrs_end(attribute_context); in mem_list_start()
265 if (attribute_context) STORE_parse_attrs_end(attribute_context); in mem_list_start()
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dv8_attributes.py46 def attribute_context(interface, attribute): function
Dv8_interface.py277 attributes = [v8_attributes.attribute_context(interface, attribute)