Lines Matching refs:match_len
865 int match_len; in web_get_action() local
879 match_len = os_strlen(urn_wfawlanconfig) - 1; in web_get_action()
880 if (os_strncasecmp(b, match, match_len)) in web_get_action()
882 b += match_len; in web_get_action()
992 int match_len; in web_connection_parse_subscribe() local
1034 match_len = os_strlen(match); in web_connection_parse_subscribe()
1035 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe()
1036 h += match_len; in web_connection_parse_subscribe()
1040 match_len = os_strlen(match); in web_connection_parse_subscribe()
1041 if (os_strncasecmp(h, match, match_len) != 0) { in web_connection_parse_subscribe()
1051 match_len = os_strlen(match); in web_connection_parse_subscribe()
1052 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe()
1053 h += match_len; in web_connection_parse_subscribe()
1064 match_len = os_strlen(match); in web_connection_parse_subscribe()
1065 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe()
1066 h += match_len; in web_connection_parse_subscribe()
1082 match_len = os_strlen(match); in web_connection_parse_subscribe()
1083 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe()
1084 h += match_len; in web_connection_parse_subscribe()
1088 match_len = os_strlen(match); in web_connection_parse_subscribe()
1089 if (os_strncasecmp(h, match, match_len) != 0) { in web_connection_parse_subscribe()
1093 h += match_len; in web_connection_parse_subscribe()
1213 int match_len; in web_connection_parse_unsubscribe() local
1242 match_len = os_strlen(match); in web_connection_parse_unsubscribe()
1243 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_unsubscribe()
1244 h += match_len; in web_connection_parse_unsubscribe()
1251 match_len = os_strlen(match); in web_connection_parse_unsubscribe()
1252 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_unsubscribe()
1253 h += match_len; in web_connection_parse_unsubscribe()
1257 match_len = os_strlen(match); in web_connection_parse_unsubscribe()
1258 if (os_strncasecmp(h, match, match_len) != 0) { in web_connection_parse_unsubscribe()
1262 h += match_len; in web_connection_parse_unsubscribe()
1274 match_len = os_strlen(match); in web_connection_parse_unsubscribe()
1275 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_unsubscribe()
1281 match_len = os_strlen(match); in web_connection_parse_unsubscribe()
1282 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_unsubscribe()