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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.c124 } array_entry_t; typedef in typeref:struct:array_entry
126 static array_entry_t *lock_array = NULL;
364 array_entry_t *tmp = NULL;
372 tmp = libc_malloc(size * sizeof (array_entry_t));
422 tmp = libc_realloc(lock_array, size * sizeof (array_entry_t));

Completed in 21 milliseconds