Searched refs:ucl_swd (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/gpxe/src/util/ |
D | nrv2b.c | 220 struct ucl_swd struct 277 static void assert_match(const struct ucl_swd * swd, unsigned int m_len, in assert_match() argument 323 void swd_initdict(struct ucl_swd *s, const uint8_t *dict, unsigned int dict_len) in swd_initdict() 346 void swd_insertdict(struct ucl_swd *s, unsigned int node, unsigned int len) in swd_insertdict() 375 int swd_init(struct ucl_swd *s, const uint8_t *dict, unsigned int dict_len) in swd_init() 439 void swd_exit(struct ucl_swd *s) in swd_exit() 453 void swd_getbyte(struct ucl_swd *s) in swd_getbyte() 480 void swd_remove_node(struct ucl_swd *s, unsigned int node) in swd_remove_node() 519 void swd_accept(struct ucl_swd *s, unsigned int n) in swd_accept() 550 void swd_search(struct ucl_swd *s, unsigned int node, unsigned int cnt) in swd_search() [all …]
|