Searched refs:pSrc (Results 1 - 6 of 6) 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
57 ch_t ch = *(pSrc++);
62 pSrc += ao_string_cook_escape_char((const char *)pSrc, (char *)&ch, 0x7F);
74 *ppSrc = (char const *)pSrc; /* char following closing quote */
82 cc_t * pSrc = (cc_t *) (*ppSrc + 1); local
85 ch_t ch = *(pSrc++);
94 switch (*pSrc) {
97 if (*(++pSrc) == NL)
98 ++pSrc;
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c19313 ** be NULL. The pSrc corresponds to the FROM clause of a SELECT or
19440 SrcList *pSrc; /* The FROM clause */ member in struct:Select
19488 #define SF_UFSrcCheck 0x0800000 /* Check pSrc as required by UPDATE...FROM */
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...]
H A Dshell.c26657 sqlite3 *pSrc; local
26673 rc = sqlite3_open(zSrcFile, &pSrc);
26676 close_db(pSrc);
26680 pBackup = sqlite3_backup_init(p->db, zDb, pSrc, "main");
26683 close_db(pSrc);
26703 close_db(pSrc);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1934 GenericValue *pSrc = &Src;
1937 pSrc = &pSrc->AggregateVal[*IdxBegin];
1947 Dest.IntVal = pSrc->IntVal;
1950 Dest.FloatVal = pSrc->FloatVal;
1953 Dest.DoubleVal = pSrc->DoubleVal;
1959 Dest.AggregateVal = pSrc->AggregateVal;
1962 Dest.PointerVal = pSrc->PointerVal;
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c3177 sqlite3 *pSrc; local
3191 rc = sqlite3_open_v2(zSrcFile, &pSrc,
3195 sqlite3_errmsg(pSrc), (char*)0);
3196 sqlite3_close(pSrc);
3199 pBackup = sqlite3_backup_init(pDb->db, zDestDb, pSrc, "main");
3203 sqlite3_close(pSrc);
3225 sqlite3_close(pSrc);
/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
1231 *pSrc = sc->sc_sector + (start << DEV_BSHIFT) - secstart;
1234 device_xname(sc->sc_dev), start,*pSize, *pSrc));

Completed in 548 milliseconds