Searched refs:start_tag (Results 1 – 1 of 1) sorted by relevance
474 char *start_tag = FindTag(tagname); in EnterSection() local476 if (!start_tag) in EnterSection()480 end_tag = EndTag(start_tag, mSection.end); in EnterSection()504 int len = end_tag - start_tag + 1; in EnterSection()506 strncpy_s(mSection.tag, len + 1, start_tag, len); in EnterSection()527 char *start_tag = FindTag(tagname, TRUE); in EnterTag() local530 if (!start_tag) in EnterTag()534 end_tag = EndTag(start_tag, mSection.end); in EnterTag()568 int tag_len = end_tag - start_tag + 1; in EnterTag()572 strncpy_s(mSection.tag, tag_len + 1, start_tag, tag_len); in EnterTag()