Searched refs:aField (Results 1 – 1 of 1) sorted by relevance
26948 static const struct { const char *zName; int ofst; } aField[] = { in shell_dbinfo_command() local27009 for(i=0; i<ArraySize(aField); i++){ in shell_dbinfo_command()27010 int ofst = aField[i].ofst; in shell_dbinfo_command()27012 sqlite3_fprintf(p->out, "%-20s %u", aField[i].zName, val); in shell_dbinfo_command()