Searched refs:data_bytes (Results 1 – 2 of 2) sorted by relevance
81 const UInt8 *data_bytes = NULL; in convert_cfstring() local93 data_bytes = CFDataGetBytePtr(the_data); in convert_cfstring()94 if (!data_bytes) { in convert_cfstring()99 converted_len = strlen((const char *)data_bytes) + 1; // +1 for nul in convert_cfstring()106 bytes_copied = strlcpy(converted_string, (const char *) data_bytes, in convert_cfstring()
1184 data_bytes = ext_paniclog_bytes[idx:idx+data_len]1185 data = base64.b64encode(data_bytes).decode('ascii')