Home | History | Annotate | Download | only in libevent

Lines Matching refs:isxdigit

2081 		} else if (c == '%' && isxdigit((unsigned char)uri[i+1]) &&
2082 isxdigit((unsigned char)uri[i+2])) {