Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dimport.c153 int countD = 0; in _PyImport_Init() local
161 ++countD; in _PyImport_Init()
165 filetab = PyMem_NEW(struct filedescr, countD + countS + 1); in _PyImport_Init()
170 countD * sizeof(struct filedescr)); in _PyImport_Init()
172 memcpy(filetab + countD, _PyImport_StandardFiletab, in _PyImport_Init()
174 filetab[countD + countS].suffix = NULL; in _PyImport_Init()