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

/freebsd-current/contrib/ntp/sntp/libopts/
H A Dtokenize.c35 const ch_t * pSrc = (const ch_t *)(*ppSrc + 1); local
63 cc_t * pSrc = (cc_t *) (*ppSrc + 1); local
[all...]
/freebsd-current/sys/contrib/ncsw/etc/
H A Dmemcpy.c39 void * MemCpy8(void* pDst, void* pSrc, uint32_t size) argument
59 void * MemCpy32(void* pDst,void* pSrc, uint32_t size) argument
133 void * IO2IOCpy32(void* pDst,void* pSrc, uint32_t size) argument
212 Mem2IOCpy32(void* pDst,void* pSrc, uint32_t size) argument
290 IO2MemCpy32(void* pDst,void* pSrc, uint32_t size) argument
369 MemCpy64(void* pDst,void* pSrc, uint32_t size) argument
[all...]
/freebsd-current/stand/ficl/
H A Dvm.c314 char *pSrc = vmGetInBuf(pVM); local
392 char *pSrc = vmGetInBuf(pVM); local
[all...]
H A Dwords.c2670 char *pSrc = vmGetInBuf(pVM); local
/freebsd-current/sys/dev/netmap/
H A Dnetmap_mem2.c892 PPFN_NUMBER pSrc, pDst; local
/freebsd-current/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3177 sqlite3 *pSrc; local
/freebsd-current/contrib/sqlite3/
H A Dshell.c26656 sqlite3 *pSrc; local
H A Dsqlite3.c19412 SrcList *pSrc; /* The FROM clause */ member in struct:Select
32436 sqlite3TreeViewSrcList(TreeView *pView, const SrcList *pSrc) argument
71661 ptrmapPutOvflPtr(MemPage *pPage, MemPage *pSrc, u8 *pCell,int *pRC) argument
77050 const u8 *pSrc; local
79674 sqlite3BtreeTransferRow(BtCursor *pDest, BtCursor *pSrc, i64 iKey) argument
81550 Btree *pSrc; /* Source b-tree file */ member in struct:sqlite3_backup
98304 VdbeCursor *pSrc; /* Cursor to read from */ local
106038 SrcList *pSrc; local
106955 sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol) argument
110884 const SrcItem *pSrc = &pSrcList->a[iSrc]; local
111177 SrcList *pSrc; local
114777 SrcList *pSrc = pSelect->pSrc; local
114797 SrcList *pSrc = pSelect->pSrc; local
114818 SrcList *pSrc = p->pRef; local
115483 sqlite3AlterRenameTable( Parse *pParse, SrcList *pSrc, Token *pName ) argument
115842 sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc) argument
115955 sqlite3AlterRenameColumn( Parse *pParse, SrcList *pSrc, Token *pOld, Token *pNew ) argument
116254 SrcList *pSrc = p->pSrc; local
116696 SrcList *pSrc = sqlite3TriggerStepSrc(pParse, pStep); local
117033 SrcList *pSrc = pSelect->pSrc; local
117513 sqlite3AlterDropColumn(Parse *pParse, SrcList *pSrc, const Token *pName) argument
125338 sqlite3SrcListEnlarge( Parse *pParse, SrcList *pSrc, int nExtra, int iStart ) argument
126846 sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc) argument
126995 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, char *zStmtType ) argument
131151 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
131623 SrcList *pSrc; local
131932 SrcList *pSrc; local
134815 xferCompatibleIndex(Index *pDest, Index *pSrc) argument
134885 Table *pSrc; /* The table in the FROM clause of SELECT */ local
141859 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, u32 selFlags, Expr *pLimit ) argument
142089 tableAndColumnIndex( SrcList *pSrc, int iStart, int iEnd, const char *zCol, int *piTab, int *piCol, int bIgnoreHidden ) argument
142228 SrcList *pSrc; /* All tables in the FROM clause */ local
144355 SrcList *pSrc = p->pSrc; /* The FROM clause of the recursive query */ local
145689 SrcList *pSrc; local
145757 srclistRenumberCursors( Parse *pParse, int *aCsrMap, SrcList *pSrc, int iExcept ) argument
146064 SrcList *pSrc; /* The FROM clause of the outer query */ local
146879 SrcItem *pSrc; /* The subquery FROM term into which WHERE is pushed */ local
147480 SrcList *pSrc = pRecTerm->pSrc; local
148900 sameSrcAlias(SrcItem *p0, SrcList *pSrc) argument
151371 SrcList *pSrc; /* SrcList to be returned */ local
152208 SrcList *pSrc; local
153201 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
153633 SrcList *pSrc; /* FROM clause for the UPDATE */ local
159408 whereCombineDisjuncts( SrcList *pSrc, WhereClause *pWC, WhereTerm *pOne, WhereTerm *pTwo ) argument
159535 exprAnalyzeOrTerm( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
159835 SrcList *pSrc = pS->pSrc; local
159954 exprAnalyze( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
160960 whereOrMove(WhereOrSet *pDest, WhereOrSet *pSrc) argument
161568 termCanDriveIndex( const WhereTerm *pTerm, const SrcItem *pSrc, const Bitmask notReady ) argument
161678 SrcItem *pSrc; /* The FROM clause term to get the next index */ local
162034 allocateIndexInfo( WhereInfo *pWInfo, WhereClause *pWC, Bitmask mUnusable, SrcItem *pSrc, u16 *pmNoOmit ) argument
163702 whereLoopAddBtreeIndex( WhereLoopBuilder *pBuilder, SrcItem *pSrc, Index *pProbe, LogEst nInMul ) argument
164468 SrcItem *pSrc; /* The FROM clause btree term to add */ local
164801 SrcItem *pSrc = &pBuilder->pWInfo->pTabList->a[pNew->iTab]; local
165110 SrcItem *pSrc; /* The FROM clause term to search */ local
167374 SrcItem *pSrc; local
168539 SrcList *pSrc; member in struct:WindowRewrite
168660 selectWindowRewriteEList( Parse *pParse, Window *pWin, SrcList *pSrc, ExprList *pEList, Table *pTab, ExprList **ppSub ) argument
168770 SrcList *pSrc = p->pSrc; local
175507 SrcList *pSrc = sqlite3SrcListAppend(pParse, 0,&yymsp[-2].minor.yy0,&yymsp[-1].minor.yy0); local
209304 u8 *pSrc = &pDst[pRtree->nBytesPerCell]; local
210278 RtreeMatchArg *pBlob, *pSrc; /* BLOB returned by geometry function */ local
[all...]

Completed in 822 milliseconds