Searched refs:zLabel (Results 1 - 2 of 2) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 17205 char *zLabel, /* Label for this one line */ in displayStatLine() 17223 raw_printf(p->out, "%-36s %s\n", zLabel, zLine); in displayStatLine() 23126 char zLabel[20]; in do_meta_command() local 23133 sqlite3_snprintf(sizeof(zLabel),zLabel,"expr%d",i); in do_meta_command() local 23134 zCol = zLabel; in do_meta_command() 17203 displayStatLine( ShellState *p, char *zLabel, char *zFormat, int iStatusCtrl, int bReset ) displayStatLine() argument
|
H A D | sqlite3.c | 31415 sqlite3TreeViewItem(TreeView *p, const char *zLabel,u8 moreFollows) sqlite3TreeViewItem() argument 32406 const char *zLabel = "INSERT"; sqlite3TreeViewInsert() local 32477 const char *zLabel = "UPDATE"; sqlite3TreeViewUpdate() local 161855 static const char zLabel[] = "0123456789abcdefghijklmnopqrstuvwyxz" global() local [all...] |
Completed in 170 milliseconds