Searched refs:newharray (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c320 struct plugin_file_handle **newharray = NULL; local
323 newharray = realloc (*harray, ((newcount + 1) * sizeof (**harray))); /* +1 for NULL */
324 if (newharray == NULL) {
327 newharray[newcount - 1] = p;
328 newharray[newcount] = NULL;
330 *harray = newharray;

Completed in 56 milliseconds