Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c17369 Schema *pSchema; /* Pointer to database schema (possibly shared) */ member
18374 Schema *pSchema; /* Schema that contains this table */ member
18678 Schema *pSchema; /* Schema containing this index */ member
19199 Schema *pSchema; /* Schema to which this item is fixed */ member
19937 Schema *pSchema; /* Schema containing the trigger */ member
20241 Schema *pSchema; /* Fix items to this schema */ member
24027 Schema *pSchema = db->aDb[i].pSchema; in sqlite3_db_status() local
H A Dshell.c13235 sqlite3_stmt *pSchema = 0; in idxCreateVtabSchema() local