Searched refs:pDest (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dtokenize.c53 ch_t * pDest = (ch_t *)*ppDest; local
68 *(pDest++) = ch;
73 *ppDest = (ch_t *)pDest; /* next spot for storing character */
81 ch_t * pDest = *ppDest; local
116 *(pDest++) = ch;
121 *ppDest = pDest; /* next spot for storing character */
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2076 sqlite3 *pDest; local
2089 rc = sqlite3_open_v2(zDestFile, &pDest,
2093 sqlite3_errmsg(pDest), (char*)0);
2094 sqlite3_close(pDest);
2097 pBackup = sqlite3_backup_init(pDest, "main", pDb->db, zSrcDb);
2100 sqlite3_errmsg(pDest), (char*)0);
2101 sqlite3_close(pDest);
2110 sqlite3_errmsg(pDest), (char*)0);
2113 sqlite3_close(pDest);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1981 GenericValue *pDest = &Dest;
1983 pDest = &pDest->AggregateVal[*IdxBegin];
1986 // pDest points to the target value in the Dest now
1995 pDest->IntVal = Src2.IntVal;
1998 pDest->FloatVal = Src2.FloatVal;
2001 pDest->DoubleVal = Src2.DoubleVal;
2007 pDest->AggregateVal = Src2.AggregateVal;
2010 pDest->PointerVal = Src2.PointerVal;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c9618 sqlite3 *pDest, /* Destination database handle */
19504 ** identified by pDest->iSDParm.
19506 ** SRT_Except Remove results from the temporary index pDest->iSDParm.
19508 ** SRT_Exists Store a 1 in memory cell pDest->iSDParm if the result
19520 ** in register pDest->iSDParm then abandon the rest
19524 ** row of result as the key in table pDest->iSDParm.
19525 ** Apply the affinity pDest->affSdst before storing
19528 ** SRT_EphemTab Create an temporary table pDest->iSDParm and store
19536 ** of the co-routine is stored in register pDest->iSDParm
19537 ** and the result row is stored in pDest
60622 sqlite3PagerReadFileheader(Pager *pPager, int N, unsigned char *pDest) argument
79265 btreeOverwriteContent( MemPage *pPage, u8 *pDest, const BtreePayload *pX, int iOffset, int iAmt ) argument
79725 sqlite3BtreeTransferRow(BtCursor *pDest, BtCursor *pSrc, i64 iKey) argument
81595 Btree *pDest; /* Destination b-tree file */ member in struct:sqlite3_backup
95522 Mem *pDest; /* Where to write the extracted value */ local
98354 VdbeCursor *pDest; /* Cursor to write to */ local
100930 Mem *pDest; local
134866 xferCompatibleIndex(Index *pDest, Index *pSrc) argument
134927 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
141896 sqlite3SelectDestInit(SelectDest *pDest, int eDest, int iParm) argument
142888 selectInnerLoop( Parse *pParse, Select *p, int srcTab, SortCtx *pSort, DistinctCtx *pDistinct, SelectDest *pDest, int iContinue, int iBreak ) argument
145034 generateOutputSubroutine( Parse *pParse, Select *p, SelectDest *pIn, SelectDest *pDest, int regReturn, int regPrev, KeyInfo *pKeyInfo, int iBreak ) argument
161011 whereOrMove(WhereOrSet *pDest, WhereOrSet *pSrc) argument
[all...]
H A Dsqlite3.h9305 sqlite3 *pDest, /* Destination database handle */
H A Dshell.c24826 sqlite3 *pDest; local
24861 rc = sqlite3_open_v2(zDestFile, &pDest,
24865 close_db(pDest);
24869 sqlite3_exec(pDest, "PRAGMA synchronous=OFF; PRAGMA journal_mode=OFF;",
24873 pBackup = sqlite3_backup_init(pDest, "main", p->db, zDb);
24875 eputf("Error: %s\n", sqlite3_errmsg(pDest));
24876 close_db(pDest);
24884 eputf("Error: %s\n", sqlite3_errmsg(pDest));
24887 close_db(pDest);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1789 sqlite3 *pDest, /** Destination database handle */

Completed in 774 milliseconds