Searched refs:valuebuf (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/Rewriter/ |
D | rewrite-modern-block.mm | 40 int rdar7547630(const char *keybuf, const char *valuebuf) { 45 __block const char *keys = keybuf, *values = valuebuf, *novalues;
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 793 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.c | 1113 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()
|