OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spdy_connections_tail
(Results
1 - 3
of
3
) sorted by null
/external/libmicrohttpd/src/examples/
mhd2spdy.c
208
DLL_remove(glob_opt.spdy_connections_head, glob_opt.
spdy_connections_tail
, connection_for_delete);
mhd2spdy_structures.h
151
struct SPDY_Connection *
spdy_connections_tail
;
member in struct:global_options
mhd2spdy_spdy.c
873
DLL_insert(glob_opt.spdy_connections_head, glob_opt.
spdy_connections_tail
, connection);
957
DLL_remove(glob_opt.spdy_connections_head, glob_opt.
spdy_connections_tail
, connection);
1033
DLL_remove(glob_opt.spdy_connections_head, glob_opt.
spdy_connections_tail
, connection);
1086
DLL_remove(glob_opt.spdy_connections_head, glob_opt.
spdy_connections_tail
, connections[i]);
1134
DLL_remove(glob_opt.spdy_connections_head, glob_opt.
spdy_connections_tail
, connections[i]);
Completed in 3441 milliseconds