Searched refs:processed_read_pending (Results 1 – 4 of 4) sorted by relevance
161 int (*processed_read_pending)(OSSL_RECORD_LAYER *rl); member
271 } while (sc->rlayer.rrlmethod->processed_read_pending(sc->rlayer.rrl) in dtls1_read_bytes()
109 || rl->rrlmethod->processed_read_pending(rl->rrl); in RECORD_LAYER_processed_read_pending()702 } while (s->rlayer.rrlmethod->processed_read_pending(s->rlayer.rrl) in ssl3_read_bytes()
225 `processed_read_pending()`: to query whether there is data buffered that has437 int (*processed_read_pending)(OSSL_RECORD_LAYER *rl);
Completed in 15 milliseconds