Home
last modified time | relevance | path

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

/NextBSD/contrib/apr-util/include/
HDapr_xml.h196 #define APR_XML_ELEM_IS_EMPTY(e) ((e)->first_child == NULL && \ macro
/NextBSD/contrib/apr-util/xml/
HDapr_xml.c685 if (APR_XML_ELEM_IS_EMPTY(elem)) { in elem_size()
761 int empty = APR_XML_ELEM_IS_EMPTY(elem); in write_elem()