Lines Matching defs:ap
267 va_list ap;270 va_start(ap, zFormat);271 z = sqlite3_vmprintf(zFormat, ap);272 va_end(ap);