Searched refs:apr_text (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/apr-util/include/
H A Dapr_xml.h49 /** @see apr_text */
50 typedef struct apr_text apr_text; typedef in typeref:struct:apr_text
53 struct apr_text { struct
57 struct apr_text *next;
66 apr_text *first;
68 apr_text *last;
/freebsd-12-stable/contrib/apr-util/xml/
H A Dapr_xml.c557 apr_text *t = apr_palloc(p, sizeof(*t));
655 static apr_size_t text_size(const apr_text *t)
786 static char *write_text(char *s, const apr_text *t)
909 apr_text *scan_txt;
1000 apr_text *t;

Completed in 163 milliseconds