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

/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_xml.h144 /** @see apr_xml_doc */
145 typedef struct apr_xml_doc apr_xml_doc; typedef in typeref:struct:apr_xml_doc
199 /** apr_xml_doc: holds a parsed XML document */
200 struct apr_xml_doc { struct
222 * @param ppdoc A pointer to *apr_xml_doc (which has the parsed results in it)
229 apr_xml_doc **ppdoc,
255 apr_xml_doc **pdoc);
345 * @param pdoc The apr_xml_doc to convert.
350 apr_xml_doc *pdo
[all...]
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestxml.c124 apr_xml_doc *doc;
155 apr_xml_doc *doc;
172 apr_xml_doc *doc;
185 apr_xml_doc *doc;
/freebsd-11-stable/contrib/apr-util/xml/
H A Dapr_xml.c57 apr_xml_doc *doc; /* the doc we're parsing */
458 apr_xml_doc **pdoc)
518 apr_xml_doc **ppdoc,
1050 apr_xml_doc *pdoc,

Completed in 160 milliseconds