OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_ex
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/x509/
x509_v3.c
144
X509_EXTENSION *
new_ex
= NULL;
local
165
if ((
new_ex
= X509_EXTENSION_dup(ex)) == NULL)
167
if (!sk_X509_EXTENSION_insert(sk,
new_ex
, loc))
175
if (
new_ex
!= NULL)
176
X509_EXTENSION_free(
new_ex
);
/external/bsdiff/
bspatch.cc
136
for (ex_t
new_ex
: new_extents)
137
if (static_cast<uint64_t>(old_ex.off) <
new_ex
.off +
new_ex
.len &&
138
static_cast<uint64_t>(
new_ex
.off) < old_ex.off + old_ex.len)
Completed in 1827 milliseconds