Searched refs:queue (Results 1 – 25 of 27) sorted by relevance
12
/openssl-master/doc/man3/ |
A D | ERR_clear_error.pod | 5 ERR_clear_error - clear the error queue 15 ERR_clear_error() empties the current thread's error queue.
|
A D | ERR_get_error.pod | 53 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 D | ERR_put_error.pod | 30 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 D | OSSL_CMP_log_open.pod | 54 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 D | SSL_get_error.pod | 22 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 D | ERR_new.pod | 24 ERR_new() allocates a new slot in the thread's error queue. 27 error in the thread's error queue.
|
A D | ERR_remove_state.pod | 23 ERR_remove_state() frees the error queue associated with the specified
|
A D | ERR_print_errors.pod | 21 emptying the error queue.
|
A D | SSL_CONF_CTX_set_flags.pod | 53 the error queue. If this option isn't set such errors are only reflected
|
A D | ERR_error_string.pod | 51 all error codes currently in the queue.
|
A D | DTLSv1_listen.pod | 86 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 D | SSL_COMP_add_compression_method.pod | 77 The operation failed. Check the error queue to find out the reason.
|
A D | SSL_want.pod | 35 error queue, the results are obtained by examining an internal state flag
|
A D | DH_generate_parameters.pod | 133 to the thread's error queue instead of provided as return values from the
|
A D | X509_STORE_CTX_set_verify_cb.pod | 69 when a certificate verification has failed, adds an entry to the error queue
|
A D | CONF_modules_load_file.pod | 53 Normally any modules errors will add error information to the error queue. If
|
A D | BIO_should_retry.pod | 74 the error queue. For more details see the individual BIO type manual
|
A D | SSL_CTX_add1_chain_cert.pod | 66 are cleared from the error queue.
|
A D | X509V3_get_d2i.pod | 105 be added to the error queue.
|
A D | ASYNC_start_job.pod | 70 An error occurred trying to start the job. Check the OpenSSL error queue (e.g.
|
A D | OSSL_CMP_CTX_new.pod | 316 for handling error queue entries and logging messages. 324 OSSL_CMP_CTX_print_errors() outputs any entries in the OpenSSL error queue. It
|
A D | SSL_CONF_cmd.pod | 660 error in the syntax of B<value> in this case the error queue may provide
|
/openssl-master/ssl/record/ |
A D | rec_layer_d1.c | 146 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 D | record_local.h | 45 int dtls1_retrieve_buffered_record(SSL *s, record_pqueue *queue);
|
/openssl-master/include/openssl/ |
A D | cmp.h.in | 290 /* CMP-specific callback for logging and outputting the error queue: */
|
Completed in 33 milliseconds
12