Lines Matching refs:thisex
591 RAW_EXTENSION *thisex;
603 if (!verify_extension(s, context, type, exts, raw_extensions, &thisex)
604 || (thisex != NULL && thisex->present == 1)
611 idx = thisex - raw_extensions;
643 if (thisex != NULL) {
644 thisex->data = extension;
645 thisex->present = 1;
646 thisex->type = type;
647 thisex->received_order = i++;
649 s->ext.debug_cb(s, !s->server, thisex->type,
650 PACKET_data(&thisex->data),
651 PACKET_remaining(&thisex->data),