HomeSort by relevance Sort by last modified time
    Searched refs:send_callback (Results 1 - 7 of 7) sorted by null

  /external/libmicrohttpd/src/testspdy/
test_notls.c 200 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;
test_new_connection.c 221 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;
test_request_response.c 203 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;
  /hardware/qcom/audio/hal/
audio_hw.c 1382 bool send_callback = false; local
    [all...]
  /external/libmicrohttpd/src/examples/
mhd2spdy_spdy.c 485 * functions, but most of them are optional. The send_callback is
493 callbacks->send_callback = spdy_cb_send;
  /device/htc/flounder/audio/hal/
audio_hw.c 2158 bool send_callback = false; local
    [all...]
  /external/curl/lib/
http2.c 253 static ssize_t send_callback(nghttp2_session *h2, function
1003 nghttp2_session_callbacks_set_send_callback(callbacks, send_callback);
    [all...]

Completed in 316 milliseconds