HomeSort by relevance Sort by last modified time
    Searched refs:attribute_context (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/store/
str_mem.c 226 void *attribute_context = NULL; local
236 attribute_context = STORE_parse_attrs_start(attributes);
237 if (!attribute_context)
243 while((attrs = STORE_parse_attrs_next(attribute_context)))
258 if (!STORE_parse_attrs_endp(attribute_context))
260 STORE_parse_attrs_end(attribute_context);
265 if (attribute_context) STORE_parse_attrs_end(attribute_context);
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_attributes.py 46 def attribute_context(interface, attribute): function
v8_interface.py 277 attributes = [v8_attributes.attribute_context(interface, attribute)
    [all...]

Completed in 248 milliseconds