Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c2108 static PyObject *load_next(PyObject *mod, PyObject *altmod, in find_module()
2139 head = load_next(parent, level < 0 ? Py_None : parent, &name, buf, in find_module()
2147 next = load_next(tail, tail, &name, buf, &buflen); in find_module()
2375 load_next(PyObject *mod, PyObject *altmod, char **p_name, char *buf, in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c2108 static PyObject *load_next(PyObject *mod, PyObject *altmod, in find_module()
2139 head = load_next(parent, level < 0 ? Py_None : parent, &name, buf, in find_module()
2147 next = load_next(tail, tail, &name, buf, &buflen); in find_module()
2375 load_next(PyObject *mod, PyObject *altmod, char **p_name, char *buf, in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimport.c2193 static PyObject *load_next(PyObject *mod, PyObject *altmod,
2228 head = load_next(parent, level < 0 ? Py_None : parent, &name, buf, in import_module_level()
2236 next = load_next(tail, tail, &name, buf, &buflen); in import_module_level()
2476 load_next(PyObject *mod, PyObject *altmod, char **p_name, char *buf, in load_next() function