Lines Matching defs:ap
372 va_list ap;375 va_start(ap, zFormat);376 z = sqlite3_vmprintf(zFormat, ap);377 va_end(ap);