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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea.c303 void *tmprealloc; local
332 tmprealloc = realloc(ea->ea_entries, sizeof(struct ea_entry) * (ea->ea_count + 1));
333 if ( ! tmprealloc) {
337 ea->ea_entries = tmprealloc;

Completed in 97 milliseconds