Searched refs:slash_pos (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dvalidate.c51 const char *const slash_pos = strchr(mime_type, '/');
60 if (slash_pos == NULL || slash_pos >= &mime_type[len])
68 if (&mime_type[i] != slash_pos
49 const char *const slash_pos = strchr(mime_type, '/'); local

Completed in 47 milliseconds