Home
last modified time | relevance | path

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

/external/clang/test/Rewriter/
Drewrite-modern-block.mm40 int rdar7547630(const char *keybuf, const char *valuebuf) {
45 __block const char *keys = keybuf, *values = valuebuf, *novalues;
/external/python/cpython2/Modules/
D_ssl.c686 unsigned char *valuebuf = NULL; in _create_tuple_for_attribute() local
697 buflen = ASN1_STRING_to_UTF8(&valuebuf, value); in _create_tuple_for_attribute()
703 value_obj = PyUnicode_DecodeUTF8((char *) valuebuf, in _create_tuple_for_attribute()
705 OPENSSL_free(valuebuf); in _create_tuple_for_attribute()