Home
last modified time | relevance | path

Searched refs:str_find_first_of_chars (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dauthzone.c7194 str_find_first_of_chars(char* s, char a, char b) in str_find_first_of_chars() function
7245 char* end = str_find_first_of_chars(p, ':', '/'); in parse_url()