Home | History | Annotate | Download | only in dist

Lines Matching refs:zFormat

306 static void iotracePrintf(const char *zFormat, ...){
310 va_start(ap, zFormat);
311 z = sqlite3_vmprintf(zFormat, ap);