Lines Matching full:zformat
377 static void SQLITE_CDECL iotracePrintf(const char *zFormat, ...){381 va_start(ap, zFormat);382 z = sqlite3_vmprintf(zFormat, ap);