Searched refs:hook_prefix (Results 1 – 1 of 1) sorted by relevance
36 get_encoded_name(PyObject *name, const char **hook_prefix) { in get_encoded_name() argument61 *hook_prefix = ascii_only_prefix; in get_encoded_name()69 *hook_prefix = nonascii_prefix; in get_encoded_name()96 const char *name_buf, *hook_prefix; in _PyImport_LoadDynamicModuleWithSpec() local107 name = get_encoded_name(name_unicode, &hook_prefix); in _PyImport_LoadDynamicModuleWithSpec()118 exportfunc = _PyImport_FindSharedFuncptrWindows(hook_prefix, name_buf, in _PyImport_LoadDynamicModuleWithSpec()124 exportfunc = _PyImport_FindSharedFuncptr(hook_prefix, name_buf, in _PyImport_LoadDynamicModuleWithSpec()136 hook_prefix, name_buf); in _PyImport_LoadDynamicModuleWithSpec()193 if (hook_prefix == nonascii_prefix) { in _PyImport_LoadDynamicModuleWithSpec()