Lines Matching defs:max
222 int i, max;
255 max = 1;
258 max++;
263 *mapA = (char **)calloc(max+1, sizeof (char *));
620 int *cnt, int *max, ns_ldap_search_desc_t *ret)
626 *max = NS_SDESC_MAX;
628 calloc(*max, sizeof (ns_ldap_search_desc_t *));
631 } else if (*cnt+1 >= *max) {
632 *max += NS_SDESC_MAX;
635 *max * sizeof (ns_ldap_search_desc_t *));
664 int cnt, max;
682 max = 0;
738 rc = __ns_ldap_saveSearchDesc(&sdlist, &cnt, &max, ret);
784 &sdlist, &cnt, &max, ret);