Lines Matching refs:end
40 mSection.end = mpBuffer + size - 1; in ReadFile()
59 mSection.end = mpBuffer + size - 1; in ReadFile()
321 *(mSection.end + 1) = '.'; in CloseSection()
326 char *pStart = mSection.end + 1; in CloseSection()
336 while(pStart < mSection.end) in CloseSection()
362 return FindTag(mSection.start, mSection.end, tagname, mark_used); in FindTag()
480 end_tag = EndTag(start_tag, mSection.end); in EnterSection()
488 end_section = FindTag(end_tag + 1, mSection.end, close); in EnterSection()
499 mSection.end = end_section; in EnterSection()
534 end_tag = EndTag(start_tag, mSection.end); in EnterTag()
543 end_data = FindTag(end_tag, mSection.end, close); in EnterTag()
563 mSection.end = end_data; in EnterTag()
647 char *end = marker + 1; in GetTagString() local
649 while(*end) in GetTagString()
651 if (*end == '\"' || *end == '\'') in GetTagString()
655 end++; in GetTagString()
657 int len = end - marker; in GetTagString()