Searched refs:send_callback (Results 1 - 5 of 5) sorted by relevance

/external/libmicrohttpd/src/testspdy/
H A Dtest_notls.c200 static ssize_t send_callback(spdylay_session *session, function
445 * functions, but most of them are optional. The send_callback is
452 callbacks->send_callback = send_callback;
H A Dtest_new_connection.c221 static ssize_t send_callback(spdylay_session *session, function
442 * functions, but most of them are optional. The send_callback is
449 callbacks->send_callback = send_callback;
H A Dtest_request_response.c203 static ssize_t send_callback(spdylay_session *session, function
430 * functions, but most of them are optional. The send_callback is
437 callbacks->send_callback = send_callback;
/external/curl/lib/
H A Dhttp2.c178 static ssize_t send_callback(nghttp2_session *h2, function
674 nghttp2_session_callbacks_set_send_callback(callbacks, send_callback);
/external/libmicrohttpd/src/examples/
H A Dmhd2spdy_spdy.c485 * functions, but most of them are optional. The send_callback is
493 callbacks->send_callback = spdy_cb_send;

Completed in 115 milliseconds