Home
last modified time | relevance | path

Searched refs:valuebuf (Results 1 – 3 of 3) 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.c793 unsigned char *valuebuf = NULL; in _create_tuple_for_attribute() local
796 buflen = ASN1_STRING_to_UTF8(&valuebuf, value); in _create_tuple_for_attribute()
801 value_obj = PyUnicode_DecodeUTF8((char *) valuebuf, in _create_tuple_for_attribute()
805 OPENSSL_free(valuebuf); in _create_tuple_for_attribute()
/external/python/cpython3/Modules/
D_ssl.c1113 unsigned char *valuebuf = NULL; in _create_tuple_for_attribute() local
1116 buflen = ASN1_STRING_to_UTF8(&valuebuf, value); in _create_tuple_for_attribute()
1121 attr = Py_BuildValue("Ns#", _asn1obj2py(name, 0), valuebuf, buflen); in _create_tuple_for_attribute()
1122 OPENSSL_free(valuebuf); in _create_tuple_for_attribute()