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

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_stream.h 239 int ossl_quic_sstream_append(QUIC_SSTREAM *qss,
245 * Marks a stream as finished. ossl_quic_sstream_append() may not be called anymore
  /src/crypto/external/apache2/openssl/dist/test/
quic_stream_test.c 62 if (!TEST_true(ossl_quic_sstream_append(sstream, data_1, sizeof(data_1),
249 if (!TEST_true(ossl_quic_sstream_append(sstream, src_buf, init_size / 2,
268 if (!TEST_true(ossl_quic_sstream_append(sstream, src_buf, l, &consumed)))
quic_fifd_test.c 137 if (!TEST_true(ossl_quic_sstream_append(info->sstream[i],
quic_txp_test.c 1481 if (!TEST_true(ossl_quic_sstream_append(h.args.crypto[op->arg0],
1517 if (!TEST_true(ossl_quic_sstream_append(s->sstream, op->buf,
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_sstream.c 282 int ossl_quic_sstream_append(QUIC_SSTREAM *qss, function
297 * Note: It is assumed that ossl_quic_sstream_append will be called during a
quic_tserver.c 380 if (!ossl_quic_sstream_append(qs->sstream,
quic_channel.c 972 ret = ossl_quic_sstream_append(sstream, buf, buf_len, consumed);
quic_impl.c 2534 return ossl_quic_sstream_append(sstream, buf, len, actual_written);

Completed in 25 milliseconds