Lines Matching refs:wrlmethod
57 if (rl->wrlmethod != NULL) in RECORD_LAYER_clear()
58 rl->wrlmethod->free(rl->wrl); /* Ignore return value */ in RECORD_LAYER_clear()
61 rl->wrlmethod = NULL; in RECORD_LAYER_clear()
342 s->rlayer.wrlmethod->retry_write_records(s->rlayer.wrl)); in ssl3_write_bytes()
412 maxpipes = s->rlayer.wrlmethod->get_max_records(s->rlayer.wrl, type, n, in ssl3_write_bytes()
469 s->rlayer.wrlmethod->write_records(s->rlayer.wrl, tmpls, maxpipes)); in ssl3_write_bytes()
1200 : s->rlayer.wrlmethod; in ssl_select_next_record_layer()
1212 thismethod = s->rlayer.wrlmethod; in ssl_post_record_layer_select()
1267 thismethod = &s->rlayer.wrlmethod; in ssl_set_new_record_layer()
1476 || !ossl_assert(s->rlayer.wrlmethod != NULL)) in ssl_set_record_protocol_version()
1479 s->rlayer.wrlmethod->set_protocol_version(s->rlayer.wrl, s->version); in ssl_set_record_protocol_version()