Searched refs:thisrl (Results 1 – 1 of 1) sorted by relevance
1214 OSSL_RECORD_LAYER *thisrl; in ssl_post_record_layer_select() local1218 thisrl = s->rlayer.rrl; in ssl_post_record_layer_select()1221 thisrl = s->rlayer.wrl; in ssl_post_record_layer_select()1235 thismethod->set_first_handshake(thisrl, 1); in ssl_post_record_layer_select()1238 thismethod->set_max_pipelines(thisrl, s->max_pipelines); in ssl_post_record_layer_select()1256 OSSL_RECORD_LAYER **thisrl, *newrl = NULL; in ssl_set_new_record_layer() local1272 thisrl = &s->rlayer.rrl; in ssl_set_new_record_layer()1276 thisrl = &s->rlayer.wrl; in ssl_set_new_record_layer()1468 if (*thismethod != NULL && !(*thismethod)->free(*thisrl)) { in ssl_set_new_record_layer()1474 *thisrl = newrl; in ssl_set_new_record_layer()