Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dxml_reader.cpp459 char *end_section; in EnterSection() local
488 end_section = FindTag(end_tag + 1, mSection.end, close); in EnterSection()
490 if (end_section) in EnterSection()
492 int datalen = (int) (end_section - end_tag) + 1; in EnterSection()
499 mSection.end = end_section; in EnterSection()