Searched refs:countD (Results 1 – 1 of 1) sorted by relevance
153 int countD = 0; in _PyImport_Init() local161 ++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()