Searched refs:pTable (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 18737 Table *pTable; /* The SQL table being indexed */ member 70806 iTab = pIdx->pTable->tnum; 113129 sqlite3ExprCodeGetColumnOfTable(pParse->pVdbe, pIdx->pTable, iTabCur, 119421 VdbeComment((v,"%s.%s", pIdx->zName, pIdx->pTable->aCol[i].zCnName)); 119688 Index *pPk = sqlite3PrimaryKeyIndex(pIdx->pTable); 119947 analyzeTable(pParse, pIdx->pTable, pIdx); 120028 pIndex->pTable->costMult = sqlite3LogEst(sqlite3Atoi(z+9)); 120061 Table *pTable; 120070 pTable = sqlite3FindTable(pInfo->db, argv[0], pInfo->zDatabase); 120071 if( pTable==0 ){ [all …]
|
H A D | shell.c | 12075 IdxTable *pTable; /* List of all IdxTable objects */ member 12351 p->pTab = pExpert->pTable; in expertConnect() 13188 for(pTab=p->pTable; pTab; pTab=pTab->pNext){ in idxAuthCallback() 13345 pTab->pNext = p->pTable; in idxCreateVtabSchema() 13346 p->pTable = pTab; in idxCreateVtabSchema() 14061 idxTableFree(p->pTable); in sqlite3_expert_destroy()
|