Searched refs:zThis (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 234803 const char *zThis, /* Table name */ argument 234837 nThis = sqlite3Strlen30(zThis); 234838 if( nThis==12 && 0==sqlite3_stricmp("sqlite_stat1", zThis) ){ 234839 rc = sqlite3_table_column_metadata(db, zDb, zThis, 0, 0, 0, 0, 0, 0); 234853 zPragma = sqlite3_mprintf("PRAGMA '%q'.table_xinfo('%q')", zDb, zThis); 234896 memcpy(pAlloc, zThis, nThis+1);
|