OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:state_hash
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/boringssl/src/crypto/err/
err_impl.c
120
/*
state_hash
is a map from thread ID to ERR_STATE. It works like thread-local
122
static LHASH_OF(ERR_STATE) *
state_hash
= NULL;
224
if (
state_hash
== NULL) {
227
if (
state_hash
== NULL) {
228
state_hash
= lh_ERR_STATE_new(err_state_hash, err_state_cmp);
234
state = lh_ERR_STATE_retrieve(
state_hash
, &pattern);
252
insert_result = lh_ERR_STATE_insert(
state_hash
, &race_state, state);
274
if (
state_hash
== NULL) {
279
state = lh_ERR_STATE_delete(
state_hash
, &pattern);
/external/bison/src/
state.c
331
state_hash
(state const *s, size_t tablesize)
function
344
return
state_hash
(s, tablesize);
Completed in 1383 milliseconds