Home
last modified time | relevance | path

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

/third_party/libxml2/
Dparser.c6711 size_t inputIdsSize = 0; in xmlParseConditionalSections() local
6736 if (inputIdsSize <= depth) { in xmlParseConditionalSections()
6739 inputIdsSize = (inputIdsSize == 0 ? 4 : inputIdsSize * 2); in xmlParseConditionalSections()
6741 inputIdsSize * sizeof(int)); in xmlParseConditionalSections()