HomeSort by relevance Sort by last modified time
    Searched defs:match_info (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/tests/
regex-test.c 289 GMatchInfo *match_info; local
320 start_position, 0, &match_info, NULL);
321 while (g_match_info_matches (match_info))
324 match->string = g_match_info_fetch (match_info, 0);
327 g_match_info_fetch_pos (match_info, 0, &match->start, &match->end);
329 g_match_info_next (match_info, NULL);
331 g_assert (regex == g_match_info_get_regex (match_info));
332 g_assert (string == g_match_info_get_string (match_info));
333 g_match_info_free (match_info);
445 GMatchInfo *match_info; local
484 GMatchInfo *match_info; local
538 GMatchInfo *match_info; local
596 GMatchInfo *match_info; local
659 GMatchInfo *match_info; local
1108 GMatchInfo *match_info = NULL; local
1301 GMatchInfo *match_info; local
1409 GMatchInfo *match_info; local
    [all...]
  /external/grub/netboot/
tulip.c 176 struct match_info {
175 struct match_info { struct in struct:pci_id_info
    [all...]

Completed in 91 milliseconds