Searched refs:get_dll_import_func (Results 1 – 4 of 4) sorted by relevance
5 void *get_dll_import_func(HINSTANCE hInst, const char *funcname);
1047 py__acrt_iob_func = get_dll_import_func(hinst, "__acrt_iob_func"); in reset_stdin()
4917 iconv_errno = get_dll_import_func(hIconvDLL, "_errno"); in iconv_enabled()
652 get_dll_import_func(HINSTANCE hInst, const char *funcname) in get_dll_import_func() function