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

/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dtokenize.c52 const ch_t * pSrc = (const ch_t *)(*ppSrc + 1); local
80 cc_t * pSrc = (cc_t *) (*ppSrc + 1); local
[all...]
/freebsd-10-stable/sys/boot/ficl/
H A Dvm.c315 char *pSrc = vmGetInBuf(pVM); local
393 char *pSrc = vmGetInBuf(pVM); local
[all...]
H A Dwords.c2659 char *pSrc = vmGetInBuf(pVM); local
/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2800 sqlite3 *pSrc; local
/freebsd-10-stable/contrib/sqlite3/
H A Dshell.c3946 sqlite3 *pSrc; local
H A Dsqlite3.c15252 SrcList *pSrc; /* The FROM clause */ member in struct:Select
25372 SrcList *pSrc = va_arg(ap, SrcList*); local
48442 sqlite3PagerAlignReserve(Pager *pDest, Pager *pSrc) argument
64208 const u8 *pSrc; local
67880 Btree *pSrc; /* Source b-tree file */ member in struct:sqlite3_backup
87892 SrcList *pSrc; local
88458 sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol) argument
91060 SrcList *pSrc; local
93495 SrcList *pSrc; /* One particular FROM clause in a nested query */ member in struct:SrcCount
93512 SrcList *pSrc = p->pSrc; local
94227 sqlite3AlterRenameTable( Parse *pParse, SrcList *pSrc, Token *pName ) argument
94569 sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc) argument
101033 sqlite3SrcListEnlarge( sqlite3 *db, SrcList *pSrc, int nExtra, int iStart ) argument
102339 sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc) argument
102434 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, Expr *pOffset, char *zStmtType ) argument
105596 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
106039 SrcList *pSrc; local
108288 xferCompatibleIndex(Index *pDest, Index *pSrc) argument
108358 Table *pSrc; /* The table in the FROM clause of SELECT */ local
113589 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, u32 selFlags, Expr *pLimit, Expr *pOffset ) argument
113767 tableAndColumnIndex( SrcList *pSrc, int N, const char *zCol, int *piTab, int *piCol ) argument
113802 addWhereTerm( Parse *pParse, SrcList *pSrc, int iLeft, int iColLeft, int iRight, int iColRight, int isOuterJoin, Expr **ppWhere ) argument
113893 SrcList *pSrc; /* All tables in the FROM clause */ local
115493 SrcList *pSrc = p->pSrc; /* The FROM clause of the recursive query */ local
116678 SrcList *pSrc; local
116851 SrcList *pSrc; /* The FROM clause of the outer query */ local
117627 SrcList *pSrc = pFrom->pSelect->pSrc; local
120058 SrcList *pSrc; /* SrcList to be returned */ local
121230 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
125724 whereCombineDisjuncts( SrcList *pSrc, WhereClause *pWC, WhereTerm *pOne, WhereTerm *pTwo ) argument
125850 exprAnalyzeOrTerm( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
126144 SrcList *pSrc = pS->pSrc; local
126225 exprAnalyze( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
126821 whereOrMove(WhereOrSet *pDest, WhereOrSet *pSrc) argument
127301 termCanDriveIndex( WhereTerm *pTerm, struct SrcList_item *pSrc, Bitmask notReady ) argument
127325 constructAutomaticIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, WhereLevel *pLevel ) argument
127530 allocateIndexInfo( Parse *pParse, WhereClause *pWC, Bitmask mUnusable, struct SrcList_item *pSrc, ExprList *pOrderBy ) argument
128918 whereLoopAddBtreeIndex( WhereLoopBuilder *pBuilder, struct SrcList_item *pSrc, Index *pProbe, LogEst nInMul ) argument
129325 struct SrcList_item *pSrc; /* The FROM clause btree term to add */ local
129573 struct SrcList_item *pSrc = &pBuilder->pWInfo->pTabList->a[pNew->iTab]; local
129718 struct SrcList_item *pSrc; /* The FROM clause term to search */ local
134601 SrcList *pSrc = sqlite3SrcListAppend(pParse->db, 0,&yymsp[-2].minor.yy0,&yymsp[-1].minor.yy0); local
160579 u8 *pSrc = &pDst[pRtree->nBytesPerCell]; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10694 SrcList *pSrc; /* The FROM clause */ member in struct:Select
19576 SrcList *pSrc = va_arg(ap, SrcList*); local
53515 const u8 *pSrc; local
56480 Btree *pSrc; /* Source b-tree file */ member in struct:sqlite3_backup
71760 SrcList *pSrc; local
72209 sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol) argument
74366 SrcList *pSrc; local
77170 sqlite3AlterRenameTable( Parse *pParse, SrcList *pSrc, Token *pName ) argument
77524 sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc) argument
82271 sqlite3SrcListEnlarge( sqlite3 *db, SrcList *pSrc, int nExtra, int iStart ) argument
83429 sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc) argument
83529 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, Expr *pOffset, char *zStmtType ) argument
86129 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
86466 SrcList *pSrc; local
88430 xferCompatibleIndex(Index *pDest, Index *pSrc) argument
88495 Table *pSrc; /* The table in the FROM clause of SELECT */ local
92397 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, Expr *pLimit, Expr *pOffset ) argument
92550 tableAndColumnIndex( SrcList *pSrc, int N, const char *zCol, int *piTab, int *piCol ) argument
92585 addWhereTerm( Parse *pParse, SrcList *pSrc, int iLeft, int iColLeft, int iRight, int iColRight, int isOuterJoin, Expr **ppWhere ) argument
92670 SrcList *pSrc; /* All tables in the FROM clause */ local
94911 SrcList *pSrc; local
95053 SrcList *pSrc; /* The FROM clause of the outer query */ local
97818 SrcList *pSrc; /* SrcList to be returned */ local
98855 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
100815 SrcList *pSrc = pS->pSrc; local
101197 exprAnalyzeOrTerm( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
101449 exprAnalyze( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
102134 bestOrClauseIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, WhereCost *pCost ) argument
102224 termCanDriveIndex( WhereTerm *pTerm, struct SrcList_item *pSrc, Bitmask notReady ) argument
102248 bestAutomaticIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, WhereCost *pCost ) argument
102319 constructAutomaticIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, WhereLevel *pLevel ) argument
102472 allocateIndexInfo( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, ExprList *pOrderBy ) argument
102636 bestVirtualIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, WhereCost *pCost, sqlite3_index_info **ppIdxInfo ) argument
103207 bestBtreeIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, ExprList *pDistinct, WhereCost *pCost ) argument
103679 bestIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, WhereCost *pCost ) argument
108376 SrcList *pSrc = sqlite3SrcListAppend(pParse->db, 0,&yymsp[-1].minor.yy0,&yymsp[0].minor.yy0); local
127601 u8 *pSrc = &pDst[pRtree->nBytesPerCell]; local
[all...]

Completed in 799 milliseconds