Lines Matching defs:ap
378 va_list ap;381 va_start(ap, zFormat);382 z = sqlite3_vmprintf(zFormat, ap);383 va_end(ap);