Lines Matching defs:interface
173 struct interface { struct
174 struct location loc;
175 char *name;
176 char *uppercase_name;
177 int version;
178 int since;
179 struct wl_list request_list;
180 struct wl_list event_list;
181 struct wl_list enumeration_list;
182 struct wl_list link;
183 struct description *description;
245 struct interface *interface; member
567 struct interface *interface; in create_interface() local
583 free_interface(struct interface *interface) in free_interface()
703 struct interface *interface; in start_element() local
908 struct interface *interface, in find_enumeration()
943 struct interface *interface, in verify_arguments()
1064 emit_opcodes(struct wl_list *message_list, struct interface *interface) in emit_opcodes()
1081 emit_opcode_versions(struct wl_list *message_list, struct interface *interface) in emit_opcode_versions()
1123 emit_stubs(struct wl_list *message_list, struct interface *interface) in emit_stubs()
1292 emit_event_wrappers(struct wl_list *message_list, struct interface *interface) in emit_event_wrappers()
1344 emit_enumerations(struct interface *interface) in emit_enumerations()
1400 emit_structs(struct wl_list *message_list, struct interface *interface, enum side side) in emit_structs()
1739 struct interface *interface, const char *suffix) in emit_messages()