Home
last modified time | relevance | path

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

/hostap-latest/src/wps/
Dhttpread.c102 int end1 = 0; in word_eq() local
111 end1 = !isgraph(c1); in word_eq()
113 if (end1 || end2 || c1 != c2) in word_eq()
116 return end1 && end2; /* reached end of both words? */ in word_eq()
Dwps_upnp_ssdp.c42 int end1 = 0; in token_eq() local
51 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-'); in token_eq()
53 if (end1 || end2 || c1 != c2) in token_eq()
56 return end1 && end2; /* reached end of both words? */ in token_eq()