Home
last modified time | relevance | path

Searched refs:nPrintRow (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dshell.c2152 int nPrintCol, nPrintRow; in do_meta_command() local
2160 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol; in do_meta_command()
2161 for(i=0; i<nPrintRow; i++){ in do_meta_command()
2162 for(j=i+1; j<=nRow; j+=nPrintRow){ in do_meta_command()
2163 char *zSp = j<=nPrintRow ? "" : " "; in do_meta_command()
/external/sqlite/dist/
Dshell.c3265 int nPrintCol, nPrintRow; in do_meta_command() local
3272 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol; in do_meta_command()
3273 for(i=0; i<nPrintRow; i++){ in do_meta_command()
3274 for(j=i; j<nRow; j+=nPrintRow){ in do_meta_command()
3275 char *zSp = j<nPrintRow ? "" : " "; in do_meta_command()
/external/sqlite/dist/orig/
Dshell.c3245 int nPrintCol, nPrintRow; in do_meta_command() local
3252 nPrintRow = (nRow + nPrintCol - 1)/nPrintCol; in do_meta_command()
3253 for(i=0; i<nPrintRow; i++){ in do_meta_command()
3254 for(j=i; j<nRow; j+=nPrintRow){ in do_meta_command()
3255 char *zSp = j<nPrintRow ? "" : " "; in do_meta_command()