Lines Matching refs:message_list
1062 emit_opcodes(struct wl_list *message_list, struct interface *interface) in emit_opcodes() argument
1067 if (wl_list_empty(message_list)) in emit_opcodes()
1071 wl_list_for_each(m, message_list, link) in emit_opcodes()
1079 emit_opcode_versions(struct wl_list *message_list, struct interface *interface) in emit_opcode_versions() argument
1083 wl_list_for_each(m, message_list, link) { in emit_opcode_versions()
1121 emit_stubs(struct wl_list *message_list, struct interface *interface) in emit_stubs() argument
1155 wl_list_for_each(m, message_list, link) { in emit_stubs()
1182 if (wl_list_empty(message_list)) in emit_stubs()
1185 wl_list_for_each(m, message_list, link) { in emit_stubs()
1290 emit_event_wrappers(struct wl_list *message_list, struct interface *interface) in emit_event_wrappers() argument
1299 wl_list_for_each(m, message_list, link) { in emit_event_wrappers()
1398 emit_structs(struct wl_list *message_list, struct interface *interface, enum side side) in emit_structs() argument
1404 if (wl_list_empty(message_list)) in emit_structs()
1415 wl_list_for_each(m, message_list, link) { in emit_structs()
1496 struct wl_list *message_list, in emit_types_forward_declarations() argument
1504 wl_list_for_each(m, message_list, link) { in emit_types_forward_declarations()
1702 emit_types(struct protocol *protocol, struct wl_list *message_list) in emit_types() argument
1707 wl_list_for_each(m, message_list, link) { in emit_types()
1736 emit_messages(const char *name, struct wl_list *message_list, in emit_messages() argument
1742 if (wl_list_empty(message_list)) in emit_messages()
1749 wl_list_for_each(m, message_list, link) { in emit_messages()