Home
last modified time | relevance | path

Searched defs:head (Results 1 – 5 of 5) sorted by relevance

/btstack/src/
H A Dbtstack_linked_queue.h56 btstack_linked_item_t * head; member
/btstack/platform/libusb/
H A Dhci_transport_h2_libusb.c200 static inline void list_add( list_head_t *new, list_head_t *head ) { in list_add()
204 static inline void list_add_tail( list_head_t *new, list_head_t *head ) { in list_add_tail()
216 static inline bool list_empty( list_head_t *head ) { in list_empty()
220 static inline list_head_t *list_pop_front( list_head_t *head ) { in list_pop_front()
/btstack/3rd-party/lwip/core/src/api/
H A Dnetbuf.c176 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain()
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Inc/
H A Dusbh_hid.h202 uint16_t head; member
/btstack/3rd-party/lwip/core/src/apps/mqtt/
H A Dmqtt.c315 struct mqtt_request_t *head = NULL; in mqtt_append_request() local