Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/err/
Derr.c402 void (*remove_state_func) (unsigned long pid); variable
413 remove_state_func = remove_func; in int_ERR_set_state_func()
418 if (remove_state_func) in ERR_remove_state()
419 remove_state_func(pid); in ERR_remove_state()