Searched refs:APR_XML_ELEM_IS_EMPTY (Results 1 – 2 of 2) sorted by relevance
196 #define APR_XML_ELEM_IS_EMPTY(e) ((e)->first_child == NULL && \ macro
685 if (APR_XML_ELEM_IS_EMPTY(elem)) { in elem_size()761 int empty = APR_XML_ELEM_IS_EMPTY(elem); in write_elem()