Searched refs:zTabname (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 26089 const char *zTabname = 0; in do_meta_command() local 26114 }else if( zTabname==0 ){ in do_meta_command() 26115 zTabname = z; in do_meta_command() 26175 set_table_name(p, zTabname ? zTabname : "table"); in do_meta_command()
|
| H A D | sqlite3.c | 188546 const char *zTabname, /* Name of the pVTab table */ 188560 p->bFts4 ? 4 : 3, zSchema, zTabname, sqlite3_errstr(rc)); 188563 p->bFts4 ? 4 : 3, zSchema, zTabname); 250627 const char *zTabname, /* Name of the table itself */ 250639 zSchema, zTabname); 250643 zSchema, zTabname, sqlite3_errstr(rc));
|