Lines Matching refs:max
610 int i, max; in create_provider_children() local
612 max = sk_OSSL_PROVIDER_CHILD_CB_num(store->child_cbs); in create_provider_children()
613 for (i = 0; i < max; i++) { in create_provider_children()
1136 int i, max = sk_OSSL_PROVIDER_CHILD_CB_num(store->child_cbs); in provider_deactivate() local
1139 for (i = 0; i < max; i++) { in provider_deactivate()
1418 int ret = 0, curr, max, ref = 0; in ossl_provider_doall_activated() local
1447 max = sk_OSSL_PROVIDER_num(provs); in ossl_provider_doall_activated()
1452 for (curr = max - 1; curr >= 0; curr--) { in ossl_provider_doall_activated()
1481 max--; in ossl_provider_doall_activated()
1490 for (curr = 0; curr < max; curr++) { in ossl_provider_doall_activated()
1511 for (curr++; curr < max; curr++) { in ossl_provider_doall_activated()
1971 int i, max; in ossl_provider_default_props_update() local
1980 max = sk_OSSL_PROVIDER_CHILD_CB_num(store->child_cbs); in ossl_provider_default_props_update()
1981 for (i = 0; i < max; i++) { in ossl_provider_default_props_update()
2011 int ret = 0, i, max; in ossl_provider_register_child_cb() local
2037 max = sk_OSSL_PROVIDER_num(store->providers); in ossl_provider_register_child_cb()
2038 for (i = 0; i < max; i++) { in ossl_provider_register_child_cb()
2059 if (i == max) { in ossl_provider_register_child_cb()
2063 if (i != max || ret <= 0) { in ossl_provider_register_child_cb()
2086 int i, max; in ossl_provider_deregister_child_cb() local
2094 max = sk_OSSL_PROVIDER_CHILD_CB_num(store->child_cbs); in ossl_provider_deregister_child_cb()
2095 for (i = 0; i < max; i++) { in ossl_provider_deregister_child_cb()