Lines Matching refs:is_key
209 is_key (const char *key_start, const char *key_end, const char *value) in is_key() function
225 if (is_key (key_start, key_end, "type")) in parse_key()
229 else if (is_key (key_start, key_end, "sender")) in parse_key()
233 else if (is_key (key_start, key_end, "interface")) in parse_key()
237 else if (is_key (key_start, key_end, "member")) in parse_key()
241 else if (is_key (key_start, key_end, "path")) in parse_key()
245 else if (is_key (key_start, key_end, "path_namespace")) in parse_key()
249 else if (is_key (key_start, key_end, "destination")) in parse_key()
253 else if (is_key (key_start, key_end, "arg0namespace")) in parse_key()
257 else if (is_key (key_start, key_end, "eavesdrop")) in parse_key()
261 else if (key_end - key_start > 3 && is_key (key_start, key_start + 3, "arg")) in parse_key()
274 else if (is_key (end_digits, key_end, "path")) /* argNpath */ in parse_key()