Home
last modified time | relevance | path

Searched refs:zThis (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c234408 const char *zThis, /* Table name */ argument
234442 nThis = sqlite3Strlen30(zThis);
234443 if( nThis==12 && 0==sqlite3_stricmp("sqlite_stat1", zThis) ){
234444 rc = sqlite3_table_column_metadata(db, zDb, zThis, 0, 0, 0, 0, 0, 0);
234458 zPragma = sqlite3_mprintf("PRAGMA '%q'.table_xinfo('%q')", zDb, zThis);
234501 memcpy(pAlloc, zThis, nThis+1);