Lines Matching defs:ap
46 va_list ap;47 va_start(ap, fmt);49 StringAppendV(&error, fmt, ap);51 va_end(ap);