Searched refs:pSubSrc (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c2684 SrcList *pSubSrc; /* The FROM clause of the subquery */ local
2705 pSubSrc = pSub->pSrc;
2706 assert( pSubSrc );
2717 if( pSubSrc->nSrc==0 ) return 0; /* Restriction (7) */
2918 pSubSrc = pSub->pSrc; /* FROM clause of subquery */
2919 nSubSrc = pSubSrc->nSrc; /* Number of terms in subquery FROM clause */
2961 pSrc->a[i+iFrom] = pSubSrc->a[i];
2962 memset(&pSubSrc->a[i], 0, sizeof(pSubSrc->a[i]));
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c92813 SrcList *pSubSrc; /* The FROM clause of the subquery */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c97223 SrcList *pSubSrc; /* The FROM clause of the subquery */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c97259 SrcList *pSubSrc; /* The FROM clause of the subquery */ local
[all...]

Completed in 471 milliseconds