Searched refs:zDesc (Results 1 – 2 of 2) sorted by relevance
23546 const char *zDesc; in displayLinuxIoStats() member23560 sqlite3_fprintf(out, "%-36s %s", aTrans[i].zDesc, &z[n]); in displayLinuxIoStats()
223307 const char *zDesc = sqlite3_column_int(pXInfo, 3) ? " DESC" : "";223308 z = rbuMPrintf(p, "%z%s\"%w\"%s", z, zSep, zCol, zDesc);