Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dzipimport.c57 int *p_ispackage, PyObject **p_modpath);
1525 int *p_ispackage, PyObject **p_modpath) in get_module_code() argument
1580 if (code != NULL && p_modpath != NULL) { in get_module_code()
1581 *p_modpath = PyTuple_GetItem(toc_entry, 0); in get_module_code()
1582 Py_INCREF(*p_modpath); in get_module_code()
/external/python/cpython2/Modules/
Dzipimport.c50 int *p_ispackage, char **p_modpath);
1232 int *p_ispackage, char **p_modpath) in get_module_code() argument
1272 if (code != NULL && p_modpath != NULL) in get_module_code()
1273 *p_modpath = PyString_AsString( in get_module_code()