Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c95348 SrcList *pSrcList = pNC->pSrcList;
95350 if( pSrcList ){
95351 for(i=0, pItem=pSrcList->a; i<pSrcList->nSrc; i++, pItem++){
95761 if( pNC->pSrcList && pNC->pSrcList->nAlloc>0 ){
95762 SrcList *pSrcList = pNC->pSrcList;
95765 assert( pSrcList->a[i].iCursor>=0 && pSrcList->a[i].iCursor<pParse->nTab);
95777 SrcList *pSrcList = pNC->pSrcList;
95779 assert( pSrcList && pSrcList->nSrc==1 );
96881 sNC.pSrcList = &sSrc;
102050 cnt.pSrc = pSrcList;
[all …]

Completed in 394 milliseconds