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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c469 struct plugin_file_handle **newharray = NULL; local
472 newharray = realloc (*harray, ((newcount + 1) * sizeof (**harray))); /* +1 for NULL */
473 if (newharray == NULL) {
476 newharray[newcount - 1] = p;
477 newharray[newcount] = NULL;
479 *harray = newharray;

Completed in 16 milliseconds