Searched refs:newcount (Results 1 – 7 of 7) sorted by relevance
94 mecherrmap__pairarray_grow(mecherrmap__pairarray *arr, unsigned long newcount) in mecherrmap__pairarray_grow() argument100 if (newcount > LONG_MAX) in mecherrmap__pairarray_grow()102 if (newcount < arr->allocated) in mecherrmap__pairarray_grow()104 if (newcount > mecherrmap__pairarray_max_size(arr)) in mecherrmap__pairarray_grow()107 newsize = sizeof(*arr->elts) * newcount; in mecherrmap__pairarray_grow()113 arr->allocated = newcount; in mecherrmap__pairarray_grow()
321 int newcount = *count + 1; in krb5int_plugin_file_handle_array_add() local323 newharray = realloc (*harray, ((newcount + 1) * sizeof (**harray))); /* +1 for NULL */ in krb5int_plugin_file_handle_array_add()327 newharray[newcount - 1] = p; in krb5int_plugin_file_handle_array_add()328 newharray[newcount] = NULL; in krb5int_plugin_file_handle_array_add()329 *count = newcount; in krb5int_plugin_file_handle_array_add()
328 uint32_t newcount; in it_config_setprop() local422 ISNS_DEFAULT_SERVER_PORT, &newisnslist, &newcount); in it_config_setprop()425 newcount = 0; in it_config_setprop()438 cfg->config_isns_svr_count = newcount; in it_config_setprop()445 if (newcount > 0) { in it_config_setprop()449 newarray = malloc(sizeof (char *) * newcount); in it_config_setprop()461 newcount); in it_config_setprop()463 for (i = 0; i < newcount; i++) { in it_config_setprop()
846 ssize_t count, newcount = 0; in rlmodrmsg() local882 count = newcount + tmp - mp->b_rptr; in rlmodrmsg()906 newcount = 0; in rlmodrmsg()965 newcount += (mp->b_wptr - mp->b_rptr); in rlmodrmsg()
1152 \newcount\tempnum1153 \newcount\lnkcount1155 \newcount\filenamelength1156 \newcount\pgn1162 \newcount\countA1701 \newcount\fontdepth \fontdepth=02434 \newcount \itemno2658 \newcount\colcount2861 \newcount\doignorecount3888 \newcount\unnumberedno \unnumberedno = 10000[all …]
673 uint_t newcount = 0; in unmount_filesystems() local732 newcount++; in unmount_filesystems()736 if (newcount == 0) in unmount_filesystems()738 if (newcount >= oldcount) { in unmount_filesystems()745 oldcount = newcount; in unmount_filesystems()
755 int newcount = ipss->ipsec_nalgs[at]; in alg_remove_sortlist() local759 for (i = 0; i <= newcount; i++) { in alg_remove_sortlist()