Home | History | Annotate | Download | only in libmicrohttpd

Lines Matching refs:DIR_SEPARATOR

4232 #ifndef DIR_SEPARATOR
4233 # define DIR_SEPARATOR '/'
4250 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
4253 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
4752 /* search backwards for last DIR_SEPARATOR */