OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decode_length
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/
asn1_decoder.cpp
81
static bool
decode_length
(asn1_context_t* ctx, size_t* out_len) {
function
116
if (!
decode_length
(ctx, &length) || length > ctx->length) {
129
if (!
decode_length
(ctx, &length) || !skip_bytes(ctx, length)) {
146
if (!
decode_length
(ctx, &length) || length > ctx->length) {
157
if (!
decode_length
(ctx, &length) || length > ctx->length) {
165
if (get_byte(ctx) == -1 || !
decode_length
(ctx, &length) || !skip_bytes(ctx, length)) {
175
if (!
decode_length
(ctx, length) || *length == 0 || *length > ctx->length) {
186
if (!
decode_length
(ctx, length) || *length == 0 || *length > ctx->length) {
/external/webrtc/webrtc/base/
base64_unittest.cc
365
size_t
decode_length
;
local
401
decode_length
= Base64Unescape(encode_buffer,
407
EXPECT_EQ(
decode_length
, base64_tests[i].plain_length);
410
EXPECT_EQ(0, memcmp(decode_buffer, base64_tests[i].plaintext,
decode_length
));
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.cc
1365
int
decode_length
;
local
[
all
...]
Completed in 151 milliseconds