Searched refs:inputIdsSize (Results 1 – 1 of 1) sorted by relevance
6711 size_t inputIdsSize = 0; in xmlParseConditionalSections() local6736 if (inputIdsSize <= depth) { in xmlParseConditionalSections()6739 inputIdsSize = (inputIdsSize == 0 ? 4 : inputIdsSize * 2); in xmlParseConditionalSections()6741 inputIdsSize * sizeof(int)); in xmlParseConditionalSections()