Searched refs:zTabname (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | shell.c | 30191 const char *zTabname = 0; in do_meta_command() local 30244 }else if( zTabname==0 ){ in do_meta_command() 30245 zTabname = z; in do_meta_command() 30317 set_table_name(p, zTabname ? zTabname : "table"); in do_meta_command()
|
| H A D | sqlite3.c | 193092 const char *zTabname, /* Name of the pVTab table */ 193106 p->bFts4 ? 4 : 3, zSchema, zTabname, sqlite3_errstr(rc)); 193110 p->bFts4 ? 4 : 3, zSchema, zTabname); 257411 const char *zTabname, /* Name of the table itself */ 257426 zSchema, zTabname); 257431 zSchema, zTabname, sqlite3_errstr(rc));
|