Home | History | Annotate | Download | only in orig

Lines Matching full:zformat

371 static void SQLITE_CDECL iotracePrintf(const char *zFormat, ...){
375 va_start(ap, zFormat);
376 z = sqlite3_vmprintf(zFormat, ap);