Home
last modified time | relevance | path

Searched refs:zLabel (Results 1 – 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
Dshell.c9150 char *zLabel, /* Label for this one line */ in displayStatLine() argument
9168 raw_printf(p->out, "%-36s %s\n", zLabel, zLine); in displayStatLine()
12968 char zLabel[20]; in do_meta_command() local
12975 sqlite3_snprintf(sizeof(zLabel),zLabel,"expr%d",i); in do_meta_command()
12976 zCol = zLabel; in do_meta_command()
Dsqlite3.c27056 static void sqlite3TreeViewItem(TreeView *p, const char *zLabel,u8 moreFollows){
27058 sqlite3TreeViewLine(p, "%s", zLabel);
27478 const char *zLabel
27480 if( zLabel==0 || zLabel[0]==0 ) zLabel = "LIST";
27482 sqlite3TreeViewLine(pView, "%s (empty)", zLabel);
27485 sqlite3TreeViewLine(pView, "%s", zLabel);
27509 const char *zLabel
27512 sqlite3TreeViewBareExprList(pView, pList, zLabel);
137581 static const char zLabel[] = "0123456789abcdefghijklmnopqrstuvwyxz"
137584 p->cId = zLabel[i%(sizeof(zLabel)-1)];
/external/sqlite/dist/
Dshell.c9156 char *zLabel, /* Label for this one line */ in displayStatLine() argument
9174 raw_printf(p->out, "%-36s %s\n", zLabel, zLine); in displayStatLine()
12991 char zLabel[20]; in do_meta_command() local
12998 sqlite3_snprintf(sizeof(zLabel),zLabel,"expr%d",i); in do_meta_command()
12999 zCol = zLabel; in do_meta_command()
Dsqlite3.c27056 static void sqlite3TreeViewItem(TreeView *p, const char *zLabel,u8 moreFollows){
27058 sqlite3TreeViewLine(p, "%s", zLabel);
27478 const char *zLabel
27480 if( zLabel==0 || zLabel[0]==0 ) zLabel = "LIST";
27482 sqlite3TreeViewLine(pView, "%s (empty)", zLabel);
27485 sqlite3TreeViewLine(pView, "%s", zLabel);
27509 const char *zLabel
27512 sqlite3TreeViewBareExprList(pView, pList, zLabel);
137597 static const char zLabel[] = "0123456789abcdefghijklmnopqrstuvwyxz"
137600 p->cId = zLabel[i%(sizeof(zLabel)-1)];