Home
last modified time | relevance | path

Searched refs:callback_depth (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/lhash/
Dlhash.c89 unsigned callback_depth; member
229 if (lh->callback_depth > 0) { in lh_maybe_resize()
319 if (lh->callback_depth < UINT_MAX) { in lh_doall_arg()
321 lh->callback_depth++; in lh_doall_arg()
332 if (lh->callback_depth < UINT_MAX) { in lh_doall_arg()
333 lh->callback_depth--; in lh_doall_arg()