Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c81564 SrcList *pSrcList = pNC->pSrcList;
81566 if( pSrcList ){
81567 for(i=0, pItem=pSrcList->a; i<pSrcList->nSrc; i++, pItem++){
81914 if( pNC->pSrcList && pNC->pSrcList->nAlloc>0 ){
81915 SrcList *pSrcList = pNC->pSrcList;
81918 assert( pSrcList->a[i].iCursor>=0 && pSrcList->a[i].iCursor<pParse->nTab);
81930 SrcList *pSrcList = pNC->pSrcList;
81932 assert( pSrcList && pSrcList->nSrc==1 );
82791 sNC.pSrcList = &sSrc;
86952 cnt.pSrc = pSrcList;
[all …]

Completed in 366 milliseconds