Home | History | Annotate | Download | only in lib

Lines Matching refs:attInfo

654 #define attInfo (parser->m_attInfo)
767 attInfo = (XML_AttrInfo*)MALLOC(attsSize * sizeof(XML_AttrInfo));
768 if (attInfo == NULL) {
778 FREE(attInfo);
793 FREE(attInfo);
1182 FREE((void *)attInfo);
1268 return attInfo;
2744 temp2 = (XML_AttrInfo *)REALLOC((void *)attInfo, attsSize * sizeof(XML_AttrInfo));
2747 attInfo = temp2;
2757 XML_AttrInfo *currAttInfo = &attInfo[i];