Searched refs:streamid (Results 1 – 1 of 1) sorted by relevance
163 uint64_t streamid; in main() local247 streamid = ossl_quic_tserver_pop_incoming_stream(qtserv); in main()248 if (streamid == UINT64_MAX) in main()256 } while(streamid == UINT64_MAX); in main()272 if (ossl_quic_tserver_read(qtserv, streamid, reqbuf + reqbytes, in main()283 if ((streamid & QUIC_STREAM_DIR_UNI) != 0) { in main()288 if (!ossl_quic_tserver_stream_new(qtserv, 1, &streamid)) { in main()297 if (!ossl_quic_tserver_write(qtserv, streamid, in main()302 if (!ossl_quic_tserver_conclude(qtserv, streamid)) in main()
Completed in 15 milliseconds