Searched refs:zSp (Results 1 - 6 of 6) sorted by relevance

/external/sqlite/dist/orig/
H A Dshell.c2245 char *zSp = j<=nPrintRow ? "" : " "; local
2246 printf("%s%-*s", zSp, maxlen, azResult[j] ? azResult[j] : "");
H A Dsqlite3.c94671 const char *zSp = " "; local
[all...]
/external/sqlite/dist/
H A Dshell.c2264 char *zSp = j<=nPrintRow ? "" : " "; local
2265 printf("%s%-*s", zSp, maxlen, azResult[j] ? azResult[j] : "");
H A Dsqlite3.c94707 const char *zSp = " "; local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c165 const char *zSp = " "; local
167 if( pC==0 ){ zSp++; }
169 "%T %T%s%T", pA, pB, zSp, pC);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c90294 const char *zSp = " "; local
[all...]

Completed in 546 milliseconds