Searched refs:pSrcList (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/crypto/heimdal/lib/sqlite/ |
| D | sqlite3.c | 10657 SrcList *pSrcList; /* One or more tables used to resolve names */ member 71958 SrcList *pSrcList = pNC->pSrcList; 71960 if( pSrcList ){ 71961 for(i=0, pItem=pSrcList->a; i<pSrcList->nSrc; i++, pItem++){ 72000 if( i<pSrcList->nSrc-1 ){ 72190 sqlite3AuthRead(pParse, pExpr, pSchema, pNC->pSrcList); 72251 if( pNC->pSrcList && pNC->pSrcList->nAlloc>0 ){ 72252 SrcList *pSrcList = pNC->pSrcList; 72254 for(i=0; i<pNC->pSrcList->nSrc; i++){ 72255 assert( pSrcList->a[i].iCursor>=0 && pSrcList->a[i].iCursor<pParse->nTab); [all …]
|
| /freebsd-12-stable/contrib/sqlite3/ |
| D | sqlite3.c | 19186 SrcList *pSrcList; /* One or more tables used to resolve names */ member 20062 SrcList *pSrcList; /* FROM clause */ member 106014 SrcList *pSrcList = pNC->pSrcList; 106016 if( pSrcList ){ 106017 for(i=0, pItem=pSrcList->a; i<pSrcList->nSrc; i++, pItem++){ 106473 sqlite3AuthRead(pParse, pExpr, pSchema, pNC->pSrcList); 106597 if( pNC->pSrcList && pNC->pSrcList->nAlloc>0 ){ 106598 SrcList *pSrcList = pNC->pSrcList; 106600 for(i=0; i<pNC->pSrcList->nSrc; i++){ 106601 assert( pSrcList->a[i].iCursor>=0 && pSrcList->a[i].iCursor<pParse->nTab); [all …]
|