Lines Matching defs:max
594 int i, max;
596 max = sk_OSSL_PROVIDER_CHILD_CB_num(store->child_cbs);
597 for (i = 0; i < max; i++) {
1089 int i, max = sk_OSSL_PROVIDER_CHILD_CB_num(store->child_cbs);
1092 for (i = 0; i < max; i++) {
1355 int ret = 0, curr, max, ref = 0;
1384 max = sk_OSSL_PROVIDER_num(provs);
1389 for (curr = max - 1; curr >= 0; curr--) {
1419 max--;
1428 for (curr = 0; curr < max; curr++) {
1449 for (curr++; curr < max; curr++) {
1688 int i, max;
1697 max = sk_OSSL_PROVIDER_CHILD_CB_num(store->child_cbs);
1698 for (i = 0; i < max; i++) {
1728 int ret = 0, i, max;
1754 max = sk_OSSL_PROVIDER_num(store->providers);
1755 for (i = 0; i < max; i++) {
1776 if (i == max) {
1780 if (i != max || ret <= 0) {
1803 int i, max;
1811 max = sk_OSSL_PROVIDER_CHILD_CB_num(store->child_cbs);
1812 for (i = 0; i < max; i++) {