OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newsa
(Results
1 - 4
of
4
) sorted by null
/external/ipsec-tools/src/racoon/
ipsec_doi.c
183
vchar_t *
newsa
; /* new SA payload approved. */
local
192
newsa
= get_ph1approval(iph1, pair);
196
if (
newsa
== NULL)
199
iph1->sa_ret =
newsa
;
213
vchar_t *
newsa
;
local
318
newsa
= get_sabyproppair(p, iph1);
319
if (
newsa
== NULL){
324
return
newsa
;
1571
vchar_t *
newsa
;
local
1696
vchar_t *
newsa
= NULL;
local
[
all
...]
/external/libpcap/
fad-helpers.c
123
struct sockaddr *
newsa
;
local
125
if ((
newsa
= malloc(sa_length)) == NULL)
127
return (memcpy(
newsa
, sa, sa_length));
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
682
SDValue
NewSA
=
686
InOp.getOperand(0),
NewSA
));
728
SDValue
NewSA
=
735
NewExt,
NewSA
));
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
Completed in 176 milliseconds