Searched defs:EtcHostsItem (Results 1 - 1 of 1) sorted by relevance

/systemd/src/resolve/
H A Dresolved-etc-hosts.c32 typedef struct EtcHostsItem { struct
37 } EtcHostsItem; typedef in typeref:struct:EtcHostsItem
42 EtcHostsItem **items;
47 EtcHostsItem *item;
68 const EtcHostsItem *item = p;
79 const EtcHostsItem *x = a, *y = b;
100 EtcHostsItem key = {
104 EtcHostsItem *item;
132 item = new0(EtcHostsItem, 1);
330 EtcHostsItem
[all...]

Completed in 1069 milliseconds