• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/

Lines Matching defs:exact_match

167                       dbus_bool_t        *exact_match)
172 return_deepest_match = exact_match != NULL;
182 if (exact_match != NULL)
183 *exact_match = TRUE;
223 index_in_parent, exact_match);
231 if (exact_match != NULL)
232 *exact_match = FALSE;
241 index_in_parent, exact_match);
312 index_in_parent, exact_match);
316 if (exact_match != NULL)
317 *exact_match = FALSE;
354 dbus_bool_t *exact_match)
359 _dbus_assert (exact_match != NULL);
361 *exact_match = FALSE; /* ensure always initialized */
363 return find_subtree_recurse (tree->root, path, FALSE, NULL, exact_match);
752 dbus_bool_t exact_match;
793 subtree = find_handler (tree, (const char**) path, &exact_match);
804 if (subtree->message_function != NULL && (exact_match || subtree->invoke_as_fallback))
817 exact_match = FALSE;
922 dbus_bool_t exact_match;
929 subtree = find_handler (tree, (const char**) path, &exact_match);
931 if ((subtree == NULL) || !exact_match)
1525 dbus_bool_t exact_match;
1549 _dbus_assert (find_handler (tree, path0, &exact_match) && exact_match);
1550 _dbus_assert (find_handler (tree, path1, &exact_match) == tree->root && !exact_match);
1551 _dbus_assert (find_handler (tree, path2, &exact_match) == tree->root && !exact_match);
1552 _dbus_assert (find_handler (tree, path3, &exact_match) == tree->root && !exact_match);
1553 _dbus_assert (find_handler (tree, path4, &exact_match) == tree->root && !exact_match);
1554 _dbus_assert (find_handler (tree, path5, &exact_match) == tree->root && !exact_match);
1555 _dbus_assert (find_handler (tree, path6, &exact_match) == tree->root && !exact_match);
1556 _dbus_assert (find_handler (tree, path7, &exact_match) == tree->root && !exact_match);
1557 _dbus_assert (find_handler (tree, path8, &exact_match) == tree->root && !exact_match);
1572 _dbus_assert (find_handler (tree, path0, &exact_match) && exact_match);
1573 _dbus_assert (find_handler (tree, path1, &exact_match) && exact_match);
1574 _dbus_assert (find_handler (tree, path2, &exact_match) && !exact_match);
1575 _dbus_assert (find_handler (tree, path3, &exact_match) && !exact_match);
1576 _dbus_assert (find_handler (tree, path4, &exact_match) && !exact_match);
1577 _dbus_assert (find_handler (tree, path5, &exact_match) == tree->root && !exact_match);
1578 _dbus_assert (find_handler (tree, path6, &exact_match) == tree->root && !exact_match);
1579 _dbus_assert (find_handler (tree, path7, &exact_match) == tree->root && !exact_match);
1580 _dbus_assert (find_handler (tree, path8, &exact_match) == tree->root && !exact_match);
1633 _dbus_assert (find_handler (tree, path0, &exact_match) == tree->root && exact_match);
1634 _dbus_assert (find_handler (tree, path1, &exact_match) != tree->root && exact_match);
1635 _dbus_assert (find_handler (tree, path2, &exact_match) != tree->root && exact_match);
1636 _dbus_assert (find_handler (tree, path3, &exact_match) != tree->root && exact_match);
1637 _dbus_assert (find_handler (tree, path4, &exact_match) != tree->root && exact_match);
1638 _dbus_assert (find_handler (tree, path5, &exact_match) != tree->root && exact_match);
1639 _dbus_assert (find_handler (tree, path6, &exact_match) != tree->root && !exact_match);
1640 _dbus_assert (find_handler (tree, path7, &exact_match) != tree->root && !exact_match);
1641 _dbus_assert (find_handler (tree, path8, &exact_match) == tree->root && !exact_match);
1682 _dbus_assert (find_handler (tree, path0, &exact_match) == tree->root && exact_match);
1683 _dbus_assert (find_handler (tree, path1, &exact_match) != tree->root && exact_match);
1684 _dbus_assert (find_handler (tree, path2, &exact_match) != tree->root && exact_match);
1685 _dbus_assert (find_handler (tree, path3, &exact_match) != tree->root && exact_match);
1686 _dbus_assert (find_handler (tree, path4, &exact_match) != tree->root && exact_match);
1687 _dbus_assert (find_handler (tree, path5, &exact_match) != tree->root && exact_match);
1688 _dbus_assert (find_handler (tree, path6, &exact_match) != tree->root && exact_match);
1689 _dbus_assert (find_handler (tree, path7, &exact_match) != tree->root && exact_match);
1690 _dbus_assert (find_handler (tree, path8, &exact_match) != tree->root && exact_match);