Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c13717 char *zLabel, /* Label for this one line */ in displayStatLine() argument
13735 raw_printf(p->out, "%-36s %s\n", zLabel, zLine); in displayStatLine()
19712 char zLabel[20]; in do_meta_command() local
19719 sqlite3_snprintf(sizeof(zLabel),zLabel,"expr%d",i); in do_meta_command()
19720 zCol = zLabel; in do_meta_command()
H A Dsqlite3.c30329 static void sqlite3TreeViewItem(TreeView *p, const char *zLabel,u8 moreFollows){
30331 sqlite3TreeViewLine(p, "%s", zLabel);
31022 const char *zLabel
31024 if( zLabel==0 || zLabel[0]==0 ) zLabel = "LIST";
31026 sqlite3TreeViewLine(pView, "%s (empty)", zLabel);
31029 sqlite3TreeViewLine(pView, "%s", zLabel);
31059 const char *zLabel
31062 sqlite3TreeViewBareExprList(pView, pList, zLabel);
155365 static const char zLabel[] = "0123456789abcdefghijklmnopqrstuvwyxz"
155368 p->cId = zLabel[i%(sizeof(zLabel)-1)];