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;
246 struct interface *interface; member
568 struct interface *interface; in create_interface() local
584 free_interface(struct interface *interface) in free_interface()
704 struct interface *interface; in start_element() local
912 struct interface *interface, in find_enumeration()
947 struct interface *interface, in verify_arguments()
1070 emit_opcodes(struct wl_list *message_list, struct interface *interface) in emit_opcodes()
1087 emit_opcode_versions(struct wl_list *message_list, struct interface *interface) in emit_opcode_versions()
1129 emit_stubs(struct wl_list *message_list, struct interface *interface) in emit_stubs()
1295 emit_event_wrappers(struct wl_list *message_list, struct interface *interface) in emit_event_wrappers()
1347 emit_enumerations(struct interface *interface) in emit_enumerations()
1410 emit_structs(struct wl_list *message_list, struct interface *interface, enum side side) in emit_structs()
1751 struct interface *interface, const char *suffix) in emit_messages()