Home
last modified time | relevance | path

Searched refs:hook_prefix (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Python/
Dimportdl.c36 get_encoded_name(PyObject *name, const char **hook_prefix) { in get_encoded_name() argument
61 *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() local
112 name = get_encoded_name(name_unicode, &hook_prefix); in _PyImport_LoadDynamicModuleWithSpec()
123 exportfunc = _PyImport_FindSharedFuncptrWindows(hook_prefix, name_buf, in _PyImport_LoadDynamicModuleWithSpec()
129 exportfunc = _PyImport_FindSharedFuncptr(hook_prefix, name_buf, in _PyImport_LoadDynamicModuleWithSpec()
141 hook_prefix, name_buf); in _PyImport_LoadDynamicModuleWithSpec()
198 if (hook_prefix == nonascii_prefix) { in _PyImport_LoadDynamicModuleWithSpec()