Lines Matching refs:idx
214 int idx;
262 for (idx = 0; idx < sk_X509_EXTENSION_num(exts); idx++)
265 ext = sk_X509_EXTENSION_value(exts, idx);
448 int idx;
459 idx = sk_X509_REVOKED_find(crl->crl->revoked, &rtmp);
460 if(idx < 0)
463 for(;idx < sk_X509_REVOKED_num(crl->crl->revoked); idx++)
465 rev = sk_X509_REVOKED_value(crl->crl->revoked, idx);