Searched refs:p_loader (Results 1 – 1 of 1) sorted by relevance
1337 size_t buflen, FILE **p_fp, PyObject **p_loader) in find_module() argument1354 if (p_loader != NULL) in find_module()1355 *p_loader = NULL; in find_module()1370 if (p_loader != NULL) { in find_module()1395 *p_loader = loader; in find_module()1500 if (p_loader != NULL) { in find_module()1520 *p_loader = loader; in find_module()1647 size_t buflen, FILE **p_fp, PyObject **p_loader) in _PyImport_FindModule() argument1650 buf, buflen, p_fp, p_loader); in _PyImport_FindModule()