Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dxml_reader.cpp474 char *start_tag = FindTag(tagname); in EnterSection() local
476 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() local
530 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()