list::next is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

list::next field

Syntax

struct list *next;

References

LocationReferrerText
libjaylink-internal.h:204
struct list *next;
core.c:182jaylink_exit()
item = item->next;
device.c:161jaylink_get_devices()
item = item->next;
discovery.c:47clear_discovery_list()
item = item->next;
list.c:41list_prepend()
item->next = list;
list.c:58list_remove()
tmp = item->next;
list.c:63list_remove()
while (item->next) {
list.c:64list_remove()
if (item->next->data == data) {
list.c:65list_remove()
tmp = item->next;
list.c:66list_remove()
item->next = item->next->next;
list.c:71list_remove()
item = item->next;
list.c:88list_find_custom()
list = list->next;
list.c:100list_length()
list = list->next;
list.c:112list_free()
list = list->next;

Data Use

Functions writing list::next
Functions reading list::next
all items filtered out
list::next
jaylink_exit()
jaylink_get_devices()
all items filtered out
Type of list::next
list::next
all items filtered out