Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dzipimport.c55 int *p_ispackage, PyObject **p_modpath);
1455 int *p_ispackage, PyObject **p_modpath) in get_module_code() argument
1504 if (code != NULL && p_modpath != NULL) { in get_module_code()
1505 *p_modpath = PyTuple_GetItem(toc_entry, 0); in get_module_code()
1506 Py_INCREF(*p_modpath); in get_module_code()
/external/python/cpython2/Modules/
Dzipimport.c52 int *p_ispackage, char **p_modpath);
1234 int *p_ispackage, char **p_modpath) in get_module_code() argument
1274 if (code != NULL && p_modpath != NULL) in get_module_code()
1275 *p_modpath = PyString_AsString( in get_module_code()