OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pDest
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/ntp/dist/sntp/libopts/
tokenize.c
36
ch_t *
pDest
= (ch_t *)*ppDest;
51
*(
pDest
++) = ch;
56
*ppDest = (ch_t *)
pDest
; /* next spot for storing character */
64
ch_t *
pDest
= *ppDest;
99
*(
pDest
++) = ch;
104
*ppDest =
pDest
; /* next spot for storing character */
/src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c
2557
sqlite3 *
pDest
;
2570
rc = sqlite3_open_v2(zDestFile, &
pDest
,
2574
sqlite3_errmsg(
pDest
), (char*)0);
2575
sqlite3_close(
pDest
);
2578
pBackup = sqlite3_backup_init(
pDest
, "main", pDb->db, zSrcDb);
2581
sqlite3_errmsg(
pDest
), (char*)0);
2582
sqlite3_close(
pDest
);
2591
sqlite3_errmsg(
pDest
), (char*)0);
2594
sqlite3_close(
pDest
);
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp
1981
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;
/src/external/public-domain/sqlite/dist/
sqlite3.c
10069
sqlite3 *
pDest
, /* Destination database handle */
20687
** SRT_Exists Store a 1 in memory cell
pDest
->iSDParm if the result
20699
** in register
pDest
->iSDParm then abandon the rest
20703
** row of result as the key in table
pDest
->iSDParm.
20704
** Apply the affinity
pDest
->affSdst before storing
20705
** results. if
pDest
->iSDParm2 is positive, then it is
20708
**
pDest
->iSDParm table. This SRT is used to
20711
** SRT_EphemTab Create an temporary table
pDest
->iSDParm and store
20719
** of the co-routine is stored in register
pDest
->iSDParm
20720
** and the result row is stored in
pDest
->nDest register
[
all
...]
shell.c
24862
** Duplicate Mode pSrc into
pDest
.
pDest
is assumed to be
24865
static void modeDup(Mode *
pDest
, Mode *pSrc){
24866
memcpy(
pDest
, pSrc, sizeof(*
pDest
));
24867
if(
pDest
->spec.aWidth ){
24869
pDest
->spec.aWidth = malloc( sz );
24870
if(
pDest
->spec.aWidth ){
24871
memcpy(
pDest
->spec.aWidth, pSrc->spec.aWidth, sz);
24873
pDest
->spec.nWidth = 0
[
all
...]
sqlite3.h
9748
sqlite3 *
pDest
, /* Destination database handle */
Completed in 143 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026