Lines Matching refs:memPool
51 MemPool* pool = node->memPool; \
58 MemPool* pool = attrib->memPool; \
491 returnNode->memPool = &commentPool; in Identify()
496 returnNode->memPool = &commentPool; in Identify()
502 returnNode->memPool = &textPool; in Identify()
508 returnNode->memPool = &commentPool; in Identify()
513 returnNode->memPool = &elementPool; in Identify()
518 returnNode->memPool = &textPool; in Identify()
1247 attrib->memPool = &document->attributePool; in FindOrCreateAttribute()
1295 attrib->memPool = &document->attributePool; in ParseAttributes()
1466 ele->memPool = &elementPool; in NewElement()
1475 comment->memPool = &commentPool; in NewComment()
1484 text->memPool = &textPool; in NewText()
1493 dec->memPool = &commentPool; in NewDeclaration()
1502 unk->memPool = &commentPool; in NewUnknown()