HomeSort by: relevance | last modified time | path
    Searched defs:app_error_code (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_wire.h 187 uint64_t app_error_code; member in struct:ossl_quic_frame_reset_stream_st
194 uint64_t app_error_code; member in struct:ossl_quic_frame_stop_sending_st
  /src/external/bsd/unbound/dist/testcode/
doqclient.c 977 uint64_t final_size, uint64_t app_error_code, void* user_data, variable
984 (int)stream_id, (int)final_size, (int)app_error_code);
  /src/external/bsd/unbound/dist/services/
listen_dnsport.c 3954 verbose(VERB_ALGO, "doq: shutdown stream_id %d with app_error_code %d",
4414 int64_t stream_id, uint64_t app_error_code, void* user_data, variable
4424 (int)app_error_code);
4443 uint64_t final_size, uint64_t app_error_code, void* user_data, variable
4449 "app_error_code %d", (int)stream_id, (int)final_size,
4450 (int)app_error_code);

Completed in 28 milliseconds