Lines Matching defs:ap
272 va_list ap;275 va_start(ap, zFormat);276 z = sqlite3_vmprintf(zFormat, ap);277 va_end(ap);