OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppe
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
os-win32.c
64
PollingEntry **
ppe
, *pe;
local
68
for(
ppe
= &first_polling_entry; *
ppe
!= NULL;
ppe
= &(*
ppe
)->next);
69
*
ppe
= pe;
75
PollingEntry **
ppe
, *pe;
local
76
for(
ppe
= &first_polling_entry; *
ppe
!= NULL;
ppe
= &(*ppe)->next)
[
all
...]
/external/quake/quake/src/QW/qwfwd/
qwfwd.c
108
struct protoent *
ppe
;
local
134
if((
ppe
= getprotobyname(protocol)) == 0)
147
s = socket(PF_INET, type,
ppe
->p_proto);
Completed in 874 milliseconds