OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmplen
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_enc.c
429
int
cmplen
, i;
local
430
cmplen
= (d1->length < d2->length) ? d1->length : d2->length;
431
i = memcmp(d1->data, d2->data,
cmplen
);
/external/openssl/crypto/asn1/
tasn_enc.c
429
int
cmplen
, i;
local
430
cmplen
= (d1->length < d2->length) ? d1->length : d2->length;
431
i = memcmp(d1->data, d2->data,
cmplen
);
Completed in 76 milliseconds