Lines Matching full:callback
35 * Callback functions.
39 * Deprecated. Use send_callback2 instead. Callback function
41 * This callback is not necessary if the application uses solely
46 * Callback function invoked when the session wants to send data to
47 * the remote peer. This callback is not necessary if the
53 * Deprecated. Use recv_callback2 instead. Callback function
55 * peer. This callback is not necessary if the application uses
60 * Callback function invoked when the session wants to receive data
61 * from the remote peer. This callback is not necessary if the
67 * Callback function invoked by `nghttp2_session_recv()` when a
72 * Callback function invoked by `nghttp2_session_recv()` when an
77 * Callback function invoked when a chunk of data in DATA frame is
82 * Callback function invoked before a non-DATA frame is sent.
86 * Callback function invoked after a frame is sent.
90 * The callback function invoked when a non-DATA frame is not sent
95 * Callback function invoked when the stream is closed.
99 * Callback function invoked when the reception of header block in
104 * Callback function invoked when a header name/value pair is
110 * Callback function invoked when a invalid header name/value pair
117 * Deprecated. Use select_padding_callback2 instead. Callback
124 * Callback function invoked when the library asks application how
130 * Deprecated. Use read_length_callback2 instead. The callback
136 * The callback function used to determine the length allowed in
141 * Sets callback function invoked when a frame header is received.