OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:err_state
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/err/
err.c
156
ERR_STATE
*state = statep;
170
/* err_get_state gets the
ERR_STATE
object for the current thread. */
171
static
ERR_STATE
*err_get_state(void) {
172
ERR_STATE
*state = CRYPTO_get_thread_local(OPENSSL_THREAD_LOCAL_ERR);
174
state = OPENSSL_malloc(sizeof(
ERR_STATE
));
178
memset(state, 0, sizeof(
ERR_STATE
));
191
ERR_STATE
*state;
298
ERR_STATE
*const state = err_get_state();
558
/* thread_hash is the least-significant bits of the |
ERR_STATE
| pointer value
591
ERR_STATE
*const state = err_get_state()
[
all
...]
/external/boringssl/src/include/openssl/
err.h
370
/*
ERR_STATE
contains the per-thread, error queue. */
384
}
ERR_STATE
;
/external/libmicrohttpd/src/microhttpd/
daemon.c
947
int
err_state
= 0;
local
956
err_state
= 1;
961
err_state
= 1;
965
err_state
= 1;
971
err_state
= 1;
985
err_state
= 1;
988
if (0 !=
err_state
)
[
all
...]
Completed in 130 milliseconds