Lines Matching refs:os_strncasecmp
880 if (os_strncasecmp(b, match, match_len)) in web_get_action()
942 if (!os_strncasecmp("GetDeviceInfo", action, action_len)) in web_connection_parse_post()
944 else if (!os_strncasecmp("PutMessage", action, action_len)) in web_connection_parse_post()
946 else if (!os_strncasecmp("PutWLANResponse", action, action_len)) in web_connection_parse_post()
949 else if (!os_strncasecmp("SetSelectedRegistrar", action, action_len)) in web_connection_parse_post()
1035 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe()
1041 if (os_strncasecmp(h, match, match_len) != 0) { in web_connection_parse_subscribe()
1052 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe()
1065 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe()
1083 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe()
1089 if (os_strncasecmp(h, match, match_len) != 0) { in web_connection_parse_subscribe()
1243 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_unsubscribe()
1252 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_unsubscribe()
1258 if (os_strncasecmp(h, match, match_len) != 0) { in web_connection_parse_unsubscribe()
1275 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_unsubscribe()
1282 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_unsubscribe()