Searched refs:a_next (Results 1 – 5 of 5) sorted by relevance
/external/libnl/lib/route/ |
D | act.c | 40 while (p_act->a_next) { in rtnl_act_append() 42 p_act = p_act->a_next; in rtnl_act_append() 48 p_act->a_next = new; in rtnl_act_append() 56 for (ap = head; (a = *ap) != NULL; ap = &a->a_next) in rtnl_act_remove() 60 *ap = a->a_next; in rtnl_act_remove() 61 a->a_next = NULL; in rtnl_act_remove() 119 p_act = p_act->a_next; in rtnl_act_fill() 378 next = curr->a_next; in rtnl_act_put_all() 513 p_act = p_act->a_next; in act_msg_parser()
|
/external/jemalloc/include/jemalloc/internal/ |
D | ph.h | 47 #define phn_next_set(a_type, a_field, a_phn, a_next) do { \ argument 48 a_phn->a_field.phn_next = a_next; \
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | ph.h | 47 #define phn_next_set(a_type, a_field, a_phn, a_next) do { \ argument 48 a_phn->a_field.phn_next = a_next; \
|
/external/libnl/include/netlink-private/ |
D | types.h | 515 struct rtnl_act * a_next; member
|
/external/wayland/src/ |
D | scanner.c | 477 struct arg *a, *a_next; in free_message() local 483 wl_list_for_each_safe(a, a_next, &message->arg_list, link) in free_message()
|