HomeSort by: relevance | last modified time | path
    Searched refs:on_end_stream (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/demos/http3/
ossl-nghttp3-demo.c 71 static int on_end_stream(nghttp3_conn *h3conn, int64_t stream_id, function
110 callbacks.end_stream = on_end_stream;
ossl-nghttp3-demo-server.c 331 static int on_end_stream(nghttp3_conn *h3conn, int64_t stream_id, function
336 printf("on_end_stream!\n");
1076 callbacks.end_stream = on_end_stream;

Completed in 22 milliseconds