Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dzipimport.c50 int *p_ispackage, char **p_modpath);
1232 int *p_ispackage, char **p_modpath) in get_module_code() argument
1261 if (p_ispackage != NULL) in get_module_code()
1262 *p_ispackage = ispackage; in get_module_code()