Searched defs:spdy_free_connection (Results 1 - 1 of 1) sorted by relevance

/external/libmicrohttpd/src/examples/
H A Dmhd2spdy_spdy.c813 spdy_free_connection(struct SPDY_Connection * connection) function
826 PRINT_INFO2("spdy_free_connection for id %i", proxy->id);
936 spdy_free_connection(glob_opt.spdy_connection);
966 spdy_free_connection(connection);
1008 PRINT_INFO("spdy_free_connection in spdy_get_selectfdset");
1009 spdy_free_connection(glob_opt.spdy_connection);
1036 PRINT_INFO("spdy_free_connection in spdy_get_selectfdset");
1037 spdy_free_connection(connection);
1095 PRINT_INFO2("spdy_free_connection for id %i", proxy->id);
1097 PRINT_INFO("spdy_free_connection i
[all...]

Completed in 26 milliseconds