Searched refs:zTabname (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 27459 const char *zTabname = 0; in do_meta_command() local 27484 }else if( zTabname==0 ){ in do_meta_command() 27485 zTabname = z; in do_meta_command() 27545 set_table_name(p, zTabname ? zTabname : "table"); in do_meta_command()
|
H A D | sqlite3.c | 190162 const char *zTabname, /* Name of the pVTab table */ 190176 p->bFts4 ? 4 : 3, zSchema, zTabname, sqlite3_errstr(rc)); 190180 p->bFts4 ? 4 : 3, zSchema, zTabname); 252566 const char *zTabname, /* Name of the table itself */ 252581 zSchema, zTabname); 252586 zSchema, zTabname, sqlite3_errstr(rc));
|