OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPDY_get_remote_addr
(Results
1 - 4
of
4
) sorted by null
/external/libmicrohttpd/src/examples/
spdy_event_loop.c
63
socklen_t addr_len =
SPDY_get_remote_addr
(session, &addr);
67
printf("
SPDY_get_remote_addr
");
/external/libmicrohttpd/src/include/
microspdy.h
[
all
...]
/external/libmicrohttpd/src/microspdy/
applicationlayer.c
669
SPDY_get_remote_addr
(struct SPDY_Session * session,
/external/libmicrohttpd/src/testspdy/
test_new_connection.c
831
socklen_t addr_len =
SPDY_get_remote_addr
(session, &addr);
835
printf("
SPDY_get_remote_addr
");
Completed in 2163 milliseconds