Home | History | Annotate | Download | only in libxml2

Lines Matching refs:aq

4528     va_list aq;
4531 VA_COPY(aq, ap);
4532 chars = vsnprintf(str, size, msg, aq);
4533 va_end(aq);