Searched refs:zLabel (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | shell.c | 11144 char *zLabel, /* Label for this one line */ in displayStatLine() argument 11162 raw_printf(p->out, "%-36s %s\n", zLabel, zLine); in displayStatLine() 16684 char zLabel[20]; in do_meta_command() local 16691 sqlite3_snprintf(sizeof(zLabel),zLabel,"expr%d",i); in do_meta_command() 16692 zCol = zLabel; in do_meta_command()
|
| H A D | sqlite3.c | 29479 static void sqlite3TreeViewItem(TreeView *p, const char *zLabel,u8 moreFollows){ 29481 sqlite3TreeViewLine(p, "%s", zLabel); 30131 const char *zLabel 30133 if( zLabel==0 || zLabel[0]==0 ) zLabel = "LIST"; 30135 sqlite3TreeViewLine(pView, "%s (empty)", zLabel); 30138 sqlite3TreeViewLine(pView, "%s", zLabel); 30168 const char *zLabel 30171 sqlite3TreeViewBareExprList(pView, pList, zLabel); 149398 static const char zLabel[] = "0123456789abcdefghijklmnopqrstuvwyxz" 149401 p->cId = zLabel[i%(sizeof(zLabel)-1)];
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 90106 static void returnSingleInt(Parse *pParse, const char *zLabel, i64 value){ 90115 sqlite3VdbeSetColName(v, 0, COLNAME_NAME, zLabel, SQLITE_STATIC);
|