Lines Matching defs:thisext
422 RAW_EXTENSION *thisext;
434 for (thisext = exts, i = 0; i < num_exts; i++, thisext++) {
435 if (!thisext->present)
443 meth = custom_ext_find(&s->cert->custext, role, thisext->type,
469 const EXTENSION_DEFINITION *thisext;
471 for (i = 0, thisext = ext_defs; i < builtin_num; i++, thisext++) {
472 if (type == thisext->type) {
473 if (!validate_context(s, thisext->context, context))