Searched refs:thisrl (Results 1 – 1 of 1) sorted by relevance
1206 OSSL_RECORD_LAYER *thisrl; in ssl_post_record_layer_select() local1210 thisrl = s->rlayer.rrl; in ssl_post_record_layer_select()1213 thisrl = s->rlayer.wrl; in ssl_post_record_layer_select()1227 thismethod->set_first_handshake(thisrl, 1); in ssl_post_record_layer_select()1230 thismethod->set_max_pipelines(thisrl, s->max_pipelines); in ssl_post_record_layer_select()1248 OSSL_RECORD_LAYER **thisrl, *newrl = NULL; in ssl_set_new_record_layer() local1264 thisrl = &s->rlayer.rrl; in ssl_set_new_record_layer()1268 thisrl = &s->rlayer.wrl; in ssl_set_new_record_layer()1461 if (*thismethod != NULL && !(*thismethod)->free(*thisrl)) { in ssl_set_new_record_layer()1467 *thisrl = newrl; in ssl_set_new_record_layer()
Completed in 6 milliseconds