Lines Matching refs:match

864 	const char *match;  in web_get_action()  local
878 match = urn_wfawlanconfig; in web_get_action()
880 if (os_strncasecmp(b, match, match_len)) in web_get_action()
991 char *match; in web_connection_parse_subscribe() local
1033 match = "NT:"; in web_connection_parse_subscribe()
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()
1039 match = "upnp:event"; 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()
1050 match = "HOST:"; 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()
1063 match = "CALLBACK:"; 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()
1081 match = "SID:"; 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()
1087 match = "uuid:"; 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()
1212 char *match; in web_connection_parse_unsubscribe() local
1241 match = "HOST:"; in web_connection_parse_unsubscribe()
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()
1250 match = "SID:"; 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()
1256 match = "uuid:"; 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()
1273 match = "NT:"; 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()
1280 match = "CALLBACK:"; 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()