Searched defs:pDest (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dtokenize.c46 ch_t* pDest = (ch_t*)*ppDest; local
74 ch_t* pDest = *ppDest; local
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dtokenize.c48 ch_t* pDest = (ch_t*)*ppDest; local
76 ch_t* pDest = *ppDest; local
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dshell.c1539 sqlite3 *pDest; local
H A Dsqlite3.c41908 sqlite3PagerReadFileheader(Pager *pPager, int N, unsigned char *pDest) argument
57527 Btree *pDest; /* Destination b-tree file */ member in struct:sqlite3_backup
64978 Mem *pDest; /* Where to write the extracted value */ member in struct:vdbeExecUnion::OP_Column_stack_vars
65284 Mem *pDest; member in struct:vdbeExecUnion::OP_VColumn_stack_vars
90387 xferCompatibleIndex(Index *pDest, Index *pSrc) argument
90438 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
94382 sqlite3SelectDestInit(SelectDest *pDest, int eDest, int iParm) argument
94856 checkForMultiColumnSelectError( Parse *pParse, SelectDest *pDest, int nExpr ) argument
94881 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
96273 generateOutputSubroutine( Parse *pParse, Select *p, SelectDest *pIn, SelectDest *pDest, int regReturn, int regPrev, KeyInfo *pKeyInfo, int p4type, int iBreak ) argument
[all...]

Completed in 346 milliseconds