Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram_pair.c1033 ERR_raise(ERR_LIB_BIO, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in dgram_pair_read()
1079 ERR_raise(ERR_LIB_BIO, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in dgram_pair_recvmmsg()
1123 ERR_raise(ERR_LIB_BIO, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in dgram_mem_read()
1286 ERR_raise(ERR_LIB_BIO, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in dgram_pair_write()
1318 ERR_raise(ERR_LIB_BIO, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in dgram_pair_sendmmsg()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.c249 ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in OBJ_new_nid()
282 ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in ossl_obj_add_object()
812 ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in OBJ_create()
H A Dobj_xref.c165 ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in OBJ_add_sigid()
/freebsd/crypto/openssl/crypto/property/
H A Dproperty_string.c164 ERR_raise(ERR_LIB_CRYPTO, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in ossl_property_string()
/freebsd/crypto/openssl/include/openssl/
H A Derr.h367 # define ERR_R_UNABLE_TO_GET_WRITE_LOCK (272|ERR_R_FATAL) macro
H A Derr.h.in369 # define ERR_R_UNABLE_TO_GET_WRITE_LOCK (272|ERR_R_FATAL) macro
/freebsd/crypto/openssl/crypto/err/
H A Derr.c136 {ERR_R_UNABLE_TO_GET_WRITE_LOCK, "unable to get write lock"},