Searched refs:rx_parse_tok (Results 1 – 3 of 3) sorted by relevance
51 struct rx_node *rx_parse_tok(struct dm_pool *mem,
334 struct rx_node *rx_parse_tok(struct dm_pool *mem, in rx_parse_tok() function361 return rx_parse_tok(mem, str, str + strlen(str)); in rx_parse_str()
304 if (!(rx = rx_parse_tok(scratch, all, ptr))) { in dm_regex_create()