Searched refs:data_bytes (Results 1 – 1 of 1) 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()