Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c78124 Table *pTable;
78136 if( pTable==0 ){
79645 assert( !pTable || pTable->nRef>0 );
79866 Table *pTable;
79947 if( pTable ){
79963 if( pTable==0 ){
79984 pTable->pSchema->pSeqTab = pTable;
88433 assert( pDest->pTable!=pSrc->pTable );
97677 Table *pTable;
102382 mxBitCol = (pTable->nCol >= BMS-1) ? BMS-1 : pTable->nCol;
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c108757 Table *pTable;
108803 fakeIdx.pTable = pTable;
111063 Table *pTable;
111131 if( pTable ){
111172 pTable->pSchema->pSeqTab = pTable;
111982 assert( pPk->pTable==pIdx->pTable );
112752 &pTable->nCol, &pTable->aCol);
112771 pTable->nNVCol = pTable->nCol;
122613 assert( pDest->pTable!=pSrc->pTable );
136469 if( pTable ){
[all …]
H A Dshell.c7015 IdxTable *pTable; /* List of all IdxTable objects */ member
7291 p->pTab = pExpert->pTable; in expertConnect()
8066 for(pTab=p->pTable; pTab; pTab=pTab->pNext){ in idxAuthCallback()
8221 pTab->pNext = p->pTable; in idxCreateVtabSchema()
8222 p->pTable = pTab; in idxCreateVtabSchema()
8823 idxTableFree(p->pTable); in sqlite3_expert_destroy()