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

/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dtokenize.c54 const ch_t * pSrc = (const ch_t *)(*ppSrc + 1); local
82 cc_t * pSrc = (cc_t *) (*ppSrc + 1); local
[all...]
/netbsd-current/sys/arch/emips/ebus/
H A Dflash_ebus.c1173 static int eflash_validate(struct eflash_softc *sc, daddr_t start, size_t *pSize, void **pSrc) argument
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c3177 sqlite3 *pSrc; local
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c26657 sqlite3 *pSrc; local
H A Dsqlite3.c19440 SrcList *pSrc; /* The FROM clause */ member in struct:Select
32464 sqlite3TreeViewSrcList(TreeView *pView, const SrcList *pSrc) argument
71712 ptrmapPutOvflPtr(MemPage *pPage, MemPage *pSrc, u8 *pCell,int *pRC) argument
77101 const u8 *pSrc; local
79725 sqlite3BtreeTransferRow(BtCursor *pDest, BtCursor *pSrc, i64 iKey) argument
81601 Btree *pSrc; /* Source b-tree file */ member in struct:sqlite3_backup
98355 VdbeCursor *pSrc; /* Cursor to read from */ local
106089 SrcList *pSrc; local
107006 sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol) argument
110935 const SrcItem *pSrc = &pSrcList->a[iSrc]; local
111228 SrcList *pSrc; local
114828 SrcList *pSrc = pSelect->pSrc; local
114848 SrcList *pSrc = pSelect->pSrc; local
114869 SrcList *pSrc = p->pRef; local
115534 sqlite3AlterRenameTable( Parse *pParse, SrcList *pSrc, Token *pName ) argument
115893 sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc) argument
116006 sqlite3AlterRenameColumn( Parse *pParse, SrcList *pSrc, Token *pOld, Token *pNew ) argument
116305 SrcList *pSrc = p->pSrc; local
116747 SrcList *pSrc = sqlite3TriggerStepSrc(pParse, pStep); local
117084 SrcList *pSrc = pSelect->pSrc; local
117564 sqlite3AlterDropColumn(Parse *pParse, SrcList *pSrc, const Token *pName) argument
125389 sqlite3SrcListEnlarge( Parse *pParse, SrcList *pSrc, int nExtra, int iStart ) argument
126897 sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc) argument
127046 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, char *zStmtType ) argument
131202 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
131674 SrcList *pSrc; local
131983 SrcList *pSrc; local
134866 xferCompatibleIndex(Index *pDest, Index *pSrc) argument
134936 Table *pSrc; /* The table in the FROM clause of SELECT */ local
141910 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, u32 selFlags, Expr *pLimit ) argument
142140 tableAndColumnIndex( SrcList *pSrc, int iStart, int iEnd, const char *zCol, int *piTab, int *piCol, int bIgnoreHidden ) argument
142279 SrcList *pSrc; /* All tables in the FROM clause */ local
144406 SrcList *pSrc = p->pSrc; /* The FROM clause of the recursive query */ local
145740 SrcList *pSrc; local
145808 srclistRenumberCursors( Parse *pParse, int *aCsrMap, SrcList *pSrc, int iExcept ) argument
146115 SrcList *pSrc; /* The FROM clause of the outer query */ local
146930 SrcItem *pSrc; /* The subquery FROM term into which WHERE is pushed */ local
147531 SrcList *pSrc = pRecTerm->pSrc; local
148951 sameSrcAlias(SrcItem *p0, SrcList *pSrc) argument
151422 SrcList *pSrc; /* SrcList to be returned */ local
152259 SrcList *pSrc; local
153252 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
153684 SrcList *pSrc; /* FROM clause for the UPDATE */ local
159459 whereCombineDisjuncts( SrcList *pSrc, WhereClause *pWC, WhereTerm *pOne, WhereTerm *pTwo ) argument
159586 exprAnalyzeOrTerm( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
159886 SrcList *pSrc = pS->pSrc; local
160005 exprAnalyze( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
161011 whereOrMove(WhereOrSet *pDest, WhereOrSet *pSrc) argument
161619 termCanDriveIndex( const WhereTerm *pTerm, const SrcItem *pSrc, const Bitmask notReady ) argument
161729 SrcItem *pSrc; /* The FROM clause term to get the next index */ local
162085 allocateIndexInfo( WhereInfo *pWInfo, WhereClause *pWC, Bitmask mUnusable, SrcItem *pSrc, u16 *pmNoOmit ) argument
163753 whereLoopAddBtreeIndex( WhereLoopBuilder *pBuilder, SrcItem *pSrc, Index *pProbe, LogEst nInMul ) argument
164519 SrcItem *pSrc; /* The FROM clause btree term to add */ local
164852 SrcItem *pSrc = &pBuilder->pWInfo->pTabList->a[pNew->iTab]; local
165161 SrcItem *pSrc; /* The FROM clause term to search */ local
167425 SrcItem *pSrc; local
168590 SrcList *pSrc; member in struct:WindowRewrite
168711 selectWindowRewriteEList( Parse *pParse, Window *pWin, SrcList *pSrc, ExprList *pEList, Table *pTab, ExprList **ppSub ) argument
168821 SrcList *pSrc = p->pSrc; local
175558 SrcList *pSrc = sqlite3SrcListAppend(pParse, 0,&yymsp[-2].minor.yy0,&yymsp[-1].minor.yy0); local
209355 u8 *pSrc = &pDst[pRtree->nBytesPerCell]; local
210329 RtreeMatchArg *pBlob, *pSrc; /* BLOB returned by geometry function */ local
[all...]

Completed in 714 milliseconds