Searched defs:pSrc (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Ddelete.c23 ** Look up every table that is named in pSrc. If any table is not found,
27 Table *sqliteSrcListLookup(Parse *pParse, SrcList *pSrc){ argument
30 for(i=0; i<pSrc->nSrc; i++){
31 const char *zTab = pSrc->a[i].zName;
32 const char *zDb = pSrc->a[i].zDatabase;
34 pSrc->a[i].pTab = pTab;
H A Dtrigger.c585 SrcList *pSrc; /* SrcList to be returned */ local
592 pSrc = sqliteSrcListAppend(0, &sDb, &pStep->target);
594 pSrc = sqliteSrcListAppend(0, &pStep->target, 0);
596 return pSrc;
620 assert(ss->pSrc);
626 SrcList *pSrc; local
627 pSrc = targetSrcList(pParse, pTriggerStep);
629 sqliteUpdate(pParse, pSrc,
636 SrcList *pSrc; local
637 pSrc
645 SrcList *pSrc; local
[all...]
H A Dprintf.c581 SrcList *pSrc = va_arg(ap, SrcList*); local
583 struct SrcList_item *pItem = &pSrc->a[k];
584 assert( k>=0 && k<pSrc->nSrc );
H A Dselect.c29 SrcList *pSrc, /* the FROM clause -- which tables to scan */
42 sqliteSrcListDelete(pSrc);
52 pNew->pSrc = pSrc;
213 SrcList *pSrc; local
215 pSrc = p->pSrc;
216 for(i=0; i<pSrc->nSrc-1; i++){
217 struct SrcList_item *pTerm = &pSrc->a[i];
218 struct SrcList_item *pOther = &pSrc
27 sqliteSelectNew( ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, int nLimit, int nOffset ) argument
1054 SrcList *pSrc = p->pSrc; local
1646 SrcList *pSrc; /* The FROM clause of the outer query */ local
1860 SrcList *pSrc; local
[all...]
H A DsqliteInt.h857 SrcList *pSrc; /* The FROM clause */ member in struct:Select
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c859 const void * pSrc,
862 memcpy(pDest, pSrc, memSize);
858 mm_memcpy(void * pDest, const void * pSrc, u32_t memSize) argument

Completed in 129 milliseconds