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

  /src/crypto/external/apache2/openssl/dist/include/internal/
recordmethod.h 162 * to process in a single call to write_records. It is the caller's
163 * responsibility to ensure that no call to write_records exceeds this
185 * to try again. No more calls to write_records() should be attempted until
188 * write_records() returns - even in the case a retry.
196 int (*write_records)(OSSL_RECORD_LAYER *rl, OSSL_RECORD_TEMPLATE *templates, member in struct:ossl_record_method_st
200 * Retry a previous call to write_records. The caller should continue to
  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
recmethod_local.h 143 int (*write_records)(OSSL_RECORD_LAYER *rl, OSSL_RECORD_TEMPLATE *templates, member in struct:record_functions_st

Completed in 22 milliseconds