Home
last modified time | relevance | path

Searched refs:queue (Results 1 – 25 of 27) sorted by relevance

12

/openssl-master/doc/man3/
A DERR_clear_error.pod5 ERR_clear_error - clear the error queue
15 ERR_clear_error() empties the current thread's error queue.
A DERR_get_error.pod53 queue and removes the entry. This function can be called repeatedly
57 error queue without modifying it.
60 error queue without modifying it.
76 is valid until the respective entry is overwritten in the error queue.
113 The error code, or 0 if there is no error in the queue.
A DERR_put_error.pod30 ERR_raise() adds a new error to the thread's error queue. The
40 ERR_put_error() adds an error code to the thread's error queue. It
48 Multiple calls to these functions append to the current top of the error queue.
52 last error queue entry, after inserting the optional separator string if it is
58 it is split over sufficiently many new copies of the last error queue entry.
A DOSSL_CMP_log_open.pod54 and enhancements of the error queue mechanism needed for large diagnostic
95 severity level, and log message or error queue message to the given I<bio>.
99 OSSL_CMP_print_errors_cb() outputs any entries in the OpenSSL error queue.
A DSSL_get_error.pod22 current thread's OpenSSL error queue. Thus, SSL_get_error() must be
25 thread's error queue must be empty before the TLS/SSL I/O operation is
155 Some non-recoverable, fatal I/O error occurred. The OpenSSL error queue may
160 This value can also be returned for other errors, check the error queue for
166 error. The OpenSSL error queue contains more information on the error. If this
A DERR_new.pod24 ERR_new() allocates a new slot in the thread's error queue.
27 error in the thread's error queue.
A DERR_remove_state.pod23 ERR_remove_state() frees the error queue associated with the specified
A DERR_print_errors.pod21 emptying the error queue.
A DSSL_CONF_CTX_set_flags.pod53 the error queue. If this option isn't set such errors are only reflected
A DERR_error_string.pod51 all error codes currently in the queue.
A DDTLSv1_listen.pod86 Both SSL_stateless() and DTLSv1_listen() will clear the error queue when they
102 received from a peer. Errors may be placed on the OpenSSL error queue with
A DSSL_COMP_add_compression_method.pod77 The operation failed. Check the error queue to find out the reason.
A DSSL_want.pod35 error queue, the results are obtained by examining an internal state flag
A DDH_generate_parameters.pod133 to the thread's error queue instead of provided as return values from the
A DX509_STORE_CTX_set_verify_cb.pod69 when a certificate verification has failed, adds an entry to the error queue
A DCONF_modules_load_file.pod53 Normally any modules errors will add error information to the error queue. If
A DBIO_should_retry.pod74 the error queue. For more details see the individual BIO type manual
A DSSL_CTX_add1_chain_cert.pod66 are cleared from the error queue.
A DX509V3_get_d2i.pod105 be added to the error queue.
A DASYNC_start_job.pod70 An error occurred trying to start the job. Check the OpenSSL error queue (e.g.
A DOSSL_CMP_CTX_new.pod316 for handling error queue entries and logging messages.
324 OSSL_CMP_CTX_print_errors() outputs any entries in the OpenSSL error queue. It
A DSSL_CONF_cmd.pod660 error in the syntax of B<value> in this case the error queue may provide
/openssl-master/ssl/record/
A Drec_layer_d1.c146 int dtls1_buffer_record(SSL *s, record_pqueue *queue, unsigned char *priority) in dtls1_buffer_record() argument
152 if (pqueue_size(queue->q) >= 100) in dtls1_buffer_record()
194 if (pqueue_insert(queue->q, item) == NULL) { in dtls1_buffer_record()
204 int dtls1_retrieve_buffered_record(SSL *s, record_pqueue *queue) in dtls1_retrieve_buffered_record() argument
208 item = pqueue_pop(queue->q); in dtls1_retrieve_buffered_record()
A Drecord_local.h45 int dtls1_retrieve_buffered_record(SSL *s, record_pqueue *queue);
/openssl-master/include/openssl/
A Dcmp.h.in290 /* CMP-specific callback for logging and outputting the error queue: */

Completed in 33 milliseconds

12