Searched refs:DSO_R_UNSUPPORTED (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/dso/ |
D | dso_lib.c | 158 DSOerr(DSO_F_DSO_LOAD, DSO_R_UNSUPPORTED); in DSO_load() 182 DSOerr(DSO_F_DSO_BIND_FUNC, DSO_R_UNSUPPORTED); in DSO_bind_func() 225 DSOerr(DSO_F_DSO_CTRL, DSO_R_UNSUPPORTED); in DSO_ctrl() 316 DSOerr(DSO_F_DSO_PATHBYADDR, DSO_R_UNSUPPORTED); in DSO_pathbyaddr() 346 DSOerr(DSO_F_DSO_GLOBAL_LOOKUP, DSO_R_UNSUPPORTED); in DSO_global_lookup()
|
D | dso_win32.c | 525 DSOerr(DSO_F_WIN32_PATHBYADDR, DSO_R_UNSUPPORTED); in win32_pathbyaddr() 533 DSOerr(DSO_F_WIN32_PATHBYADDR, DSO_R_UNSUPPORTED); in win32_pathbyaddr() 553 DSOerr(DSO_F_WIN32_PATHBYADDR, DSO_R_UNSUPPORTED); in win32_pathbyaddr() 624 DSOerr(DSO_F_WIN32_GLOBALLOOKUP, DSO_R_UNSUPPORTED); in win32_globallookup() 632 DSOerr(DSO_F_WIN32_GLOBALLOOKUP, DSO_R_UNSUPPORTED); in win32_globallookup() 648 DSOerr(DSO_F_WIN32_GLOBALLOOKUP, DSO_R_UNSUPPORTED); in win32_globallookup()
|
D | dso_err.c | 84 {ERR_PACK(ERR_LIB_DSO, 0, DSO_R_UNSUPPORTED),
|
/third_party/openssl/include/internal/ |
D | dsoerr.h | 80 # define DSO_R_UNSUPPORTED 108 macro
|
/third_party/python/Modules/ |
D | _ssl_data_111.h | 1923 #ifdef DSO_R_UNSUPPORTED 1924 {"UNSUPPORTED", ERR_LIB_DSO, DSO_R_UNSUPPORTED},
|
D | _ssl_data_300.h | 2683 #ifdef DSO_R_UNSUPPORTED 2684 {"UNSUPPORTED", ERR_LIB_DSO, DSO_R_UNSUPPORTED},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 2137 DSO_R_UNSUPPORTED:108:functionality not supported
|