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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dhash.c56 static hnode_t *hnode_alloc(void *context);
309 hash->allocnode = hnode_alloc;
334 hash->allocnode = al ? al : hnode_alloc;
740 static hnode_t *hnode_alloc(void *context _U_) function
742 return malloc(sizeof *hnode_alloc(NULL));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dhash.c56 static hnode_t *hnode_alloc(void *context);
309 hash->allocnode = hnode_alloc;
334 hash->allocnode = al ? al : hnode_alloc;
740 static hnode_t *hnode_alloc(void *context _U_) function
742 return malloc(sizeof *hnode_alloc(NULL));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dhash.c56 static hnode_t *hnode_alloc(void *context);
309 hash->allocnode = hnode_alloc;
334 hash->allocnode = al ? al : hnode_alloc;
740 static hnode_t *hnode_alloc(void *context _U_) function
742 return malloc(sizeof *hnode_alloc(NULL));

Completed in 125 milliseconds