Searched refs:apr_xml_attr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_xml.h140 /** @see apr_xml_attr */
141 typedef struct apr_xml_attr apr_xml_attr; typedef in typeref:struct:apr_xml_attr
147 /** apr_xml_attr: holds a parsed XML attribute */
148 struct apr_xml_attr { struct
158 struct apr_xml_attr *next;
182 struct apr_xml_attr *attr;
/freebsd-11-stable/contrib/apr-util/xml/
H A Dapr_xml.c147 apr_xml_attr *attr;
148 apr_xml_attr *prev;
292 * apr_xml_attr defines this as "const" but we dup'd it, so we
671 const apr_xml_attr *attr;
806 const apr_xml_attr *attr;
910 apr_xml_attr *scan_attr;
998 apr_xml_attr *a;
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestxml.c92 apr_xml_attr *a;

Completed in 96 milliseconds