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() argument64 *hook_prefix = ascii_only_prefix; in get_encoded_name()72 *hook_prefix = nonascii_prefix; in get_encoded_name()99 const char *name_buf, *hook_prefix; in _PyImport_LoadDynamicModuleWithSpec() local115 name = get_encoded_name(name_unicode, &hook_prefix); in _PyImport_LoadDynamicModuleWithSpec()131 exportfunc = _PyImport_FindSharedFuncptrWindows(hook_prefix, name_buf, in _PyImport_LoadDynamicModuleWithSpec()137 exportfunc = _PyImport_FindSharedFuncptr(hook_prefix, name_buf, in _PyImport_LoadDynamicModuleWithSpec()149 hook_prefix, name_buf); in _PyImport_LoadDynamicModuleWithSpec()206 if (hook_prefix == nonascii_prefix) { in _PyImport_LoadDynamicModuleWithSpec()