Lines Matching refs:idx
1222 int idx = X509_get_ext_by_OBJ(x, obj, -1);
1225 if (idx != -1) {
1231 X509_EXTENSION_free(X509_delete_ext(x, idx));
1232 idx = X509_get_ext_by_OBJ(x, obj, -1);
1233 } while (idx != -1);
2241 int idx, rv = 0;
2246 idx = X509v3_get_ext_by_OBJ(exts, X509_EXTENSION_get_object(new_ext), -1);
2247 if (idx >= 0) {
2248 X509_EXTENSION *found_ext = X509v3_get_ext(exts, idx);
2253 X509_delete_ext(cert, idx);