Go to the source code of this file.
Defines | |
| #define | _(args) () |
Functions | |
| RUBY_SYMBOL_EXPORT_BEGIN char * | dln_find_exe_r (const char *, const char *, char *, size_t DLN_FIND_EXTRA_ARG_DECL) |
| char * | dln_find_file_r (const char *, const char *, char *, size_t DLN_FIND_EXTRA_ARG_DECL) |
| void * | dln_load (const char *) |
| #define _ | ( | args | ) | () |
Definition at line 28 of file dln.h.
Referenced by decode_enum(), decode_int(), decode_time(), ip_rb_threadUpdateCommand(), ossl_buf2str(), ossl_client_cert_cb(), ossl_dsa_to_der(), ossl_pkcs12_initialize(), ossl_protect_membio2str(), ossl_protect_obj2bio(), ossl_rsa_to_der(), ossl_sslctx_session_get_cb(), ossl_sslctx_session_new_cb(), ossl_sslctx_session_remove_cb(), and ossl_tmp_dh_callback().
| RUBY_SYMBOL_EXPORT_BEGIN char* dln_find_exe_r | ( | const char * | , | |
| const char * | , | |||
| char * | , | |||
| size_t | DLN_FIND_EXTRA_ARG_DECL | |||
| ) |
| char* dln_find_file_r | ( | const char * | , | |
| const char * | , | |||
| char * | , | |||
| size_t | DLN_FIND_EXTRA_ARG_DECL | |||
| ) |
| void* dln_load | ( | const char * | ) |
Definition at line 1250 of file dln.c.
References DLN_ERROR, dln_load(), dln_loaderror(), dln_memerror, dln_notimplement, dln_strerror(), errno, EXTERNAL_PREFIX, free, init_funcname, MAXPATHLEN, NULL, rb_fatal(), rb_loaderror(), rb_w32_mbstr_to_wstr(), ruby_xmalloc(), strdup, strerror(), strlcat(), strlcpy(), translit_separator, and UNREACHABLE.
Referenced by dln_load(), and load_ext().
1.6.1