Searched refs:match_list (Results 1 – 9 of 9) sorted by relevance
/external/bluetooth/glib/gio/xdgmime/ |
D | xdgmimemagic.c | 89 XdgMimeMagicMatch *match_list; member 606 if (mime_magic->match_list == NULL) in _xdg_mime_magic_insert_match() 608 mime_magic->match_list = match; in _xdg_mime_magic_insert_match() 612 if (match->priority > mime_magic->match_list->priority) in _xdg_mime_magic_insert_match() 614 match->next = mime_magic->match_list; in _xdg_mime_magic_insert_match() 615 mime_magic->match_list = match; in _xdg_mime_magic_insert_match() 619 list = mime_magic->match_list; in _xdg_mime_magic_insert_match() 644 _xdg_mime_magic_match_free (mime_magic->match_list); in _xdg_mime_magic_free() 670 for (match = mime_magic->match_list; match; match = match->next) in _xdg_mime_magic_lookup_data() 710 for (match = mime_magic->match_list; match; match = match->next) in _xdg_mime_update_mime_magic_extents()
|
/external/openssh/ |
D | kex.c | 288 char *name = match_list(client, server, NULL); in choose_enc() 305 char *name = match_list(client, server, NULL); in choose_mac() 322 char *name = match_list(client, server, NULL); in choose_comp() 340 k->name = match_list(client, server, NULL); in choose_kex() 368 char *hostkeyalg = match_list(client, server, NULL); in choose_hostkeyalg() 425 roaming = match_list(KEX_RESUME, peer[PROPOSAL_KEX_ALGS], NULL); in kex_choose_conf()
|
D | match.h | 22 char *match_list(const char *, const char *, u_int *);
|
D | match.c | 241 match_list(const char *client, const char *server, u_int *next) in match_list() function
|
D | roaming_client.c | 186 || (str = match_list(KEX_RESUME, kexlist, NULL)) == NULL) { in roaming_resume()
|
D | auth2-pubkey.c | 189 if ((result = match_list(cert->principals[i], in match_principals_option()
|
D | sshconnect2.c | 1880 if ((name = match_list(preferred, supported, &next)) == NULL) { in authmethod_get()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_cookies_helpers.cc | 107 ListValue* match_list) { in AppendMatchingCookiesToList() argument 118 match_list->Append(CreateCookieValue(*it, store_id)); in AppendMatchingCookiesToList()
|
D | extension_cookies_helpers.h | 70 ListValue* match_list);
|