OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callback_depth
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/lhash/
lhash.c
199
if (lh->
callback_depth
> 0) {
287
if (lh->
callback_depth
< UINT_MAX) {
288
/* |
callback_depth
| is a saturating counter. */
289
lh->
callback_depth
++;
303
if (lh->
callback_depth
< UINT_MAX) {
304
lh->
callback_depth
--;
308
* |
callback_depth
| will have suppressed any resizing. Thus any needed
/external/boringssl/src/include/openssl/
lhash.h
137
/*
callback_depth
contains the current depth of |lh_doall| or |lh_doall_arg|
140
unsigned
callback_depth
;
member in struct:lhash_st
Completed in 66 milliseconds