Home
last modified time | relevance | path

Searched defs:pSchema (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17419 Schema *pSchema; /* Pointer to database schema (possibly shared) */ member
18428 Schema *pSchema; /* Schema that contains this table */ member
18740 Schema *pSchema; /* Schema containing this index */ member
19263 Schema *pSchema; /* Schema to which this item is fixed */ member
20007 Schema *pSchema; /* Schema containing the trigger */ member
20316 Schema *pSchema; /* Fix items to this schema */ member
24115 Schema *pSchema = db->aDb[i].pSchema; in sqlite3_db_status() local
H A Dshell.c13314 sqlite3_stmt *pSchema = 0; in idxCreateVtabSchema() local