Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17852 Schema *pSchema; /* Pointer to database schema (possibly shared) */ member
18832 Schema *pSchema; /* Schema that contains this table */ member
19152 Schema *pSchema; /* Schema containing this index */ member
19750 Schema *pSchema; /* Schema to which this item is fixed */ member
20475 Schema *pSchema; /* Schema containing the trigger */ member
20783 Schema *pSchema; /* Fix items to this schema */ member
24610 Schema *pSchema = db->aDb[i].pSchema; in sqlite3_db_status() local
70963 void *pSchema; /* Pointer to space allocated by sqlite3BtreeSchema() */ member
71776 Schema *pSchema = (Schema *)pBtree->pBt->pSchema; local
H A Dshell.c14213 sqlite3_stmt *pSchema = 0; in idxCreateVtabSchema() local