Searched refs:delim_p (Results 1 – 1 of 1) sorted by relevance
1200 const char *end, *delim_p; in ceph_dns_resolve_name() local1208 delim_p = memchr(name, delim, namelen); in ceph_dns_resolve_name()1211 if (delim_p && colon_p) in ceph_dns_resolve_name()1212 end = delim_p < colon_p ? delim_p : colon_p; in ceph_dns_resolve_name()1213 else if (!delim_p && colon_p) in ceph_dns_resolve_name()1216 end = delim_p; in ceph_dns_resolve_name()