Searched refs:inputIdsSize (Results 1 – 1 of 1) sorted by relevance
6699 size_t inputIdsSize = 0; in xmlParseConditionalSections() local6724 if (inputIdsSize <= depth) { in xmlParseConditionalSections()6727 inputIdsSize = (inputIdsSize == 0 ? 4 : inputIdsSize * 2); in xmlParseConditionalSections()6729 inputIdsSize * sizeof(int)); in xmlParseConditionalSections()