Lines Matching refs:ap
255 va_list ap;258 va_start(ap, zFormat);259 z = sqlite3_vmprintf(zFormat, ap);260 va_end(ap);