Searched refs:out_str_len (Results 1 – 1 of 1) sorted by relevance
48 size_t* out_str_len);174 size_t* out_str_len) { in uw_macaroon_encoding_decode_byte_str_() argument175 if (cbor == NULL || cbor_len == 0 || out_str == NULL || out_str_len == NULL || in uw_macaroon_encoding_decode_byte_str_()180 return blindly_decode_str_(cbor, cbor_len, out_str, out_str_len); in uw_macaroon_encoding_decode_byte_str_()186 size_t* out_str_len) { in uw_macaroon_encoding_decode_text_str_() argument187 if (cbor == NULL || cbor_len == 0 || out_str == NULL || out_str_len == NULL || in uw_macaroon_encoding_decode_text_str_()192 return blindly_decode_str_(cbor, cbor_len, out_str, out_str_len); in uw_macaroon_encoding_decode_text_str_()385 size_t* out_str_len) { in blindly_decode_str_() argument402 *out_str_len = unsigned_int; in blindly_decode_str_()