Home | History | Annotate | Download | only in apps

Lines Matching refs:idx

1206 	int i, idx, ret = 0;
1214 idx = X509_get_ext_by_OBJ(x, obj, -1);
1216 if (idx != -1) {
1222 tmpext = X509_get_ext(x, idx);
1223 X509_delete_ext(x, idx);
1225 idx = X509_get_ext_by_OBJ(x, obj, -1);
1226 } while (idx != -1);