• 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:address

2 /* dbus-address.c  Server address parser.
26 #include "dbus-address.h"
45 DBusString method; /**< The address type (unix, tcp, etc.) */
60 * @param address_problem_type the address type of the bad address or #NULL
61 * @param address_problem_field the missing field of the bad address or #NULL
72 "Server address of type %s was missing argument %s",
76 "Could not parse server address: %s",
81 * #TRUE if the byte need not be escaped when found in a dbus address.
82 * All other bytes are required to be escaped in a valid address.
97 * using the D-Bus address escaping mechanism
184 * Frees a #NULL-terminated array of address entries.
218 * Returns the method string of an address entry. For example, given
219 * the address entry "tcp:host=example.com" it would return the string
234 * given the address "tcp:host=example.com,port=8073" if you asked
300 "In D-Bus address, percent character was not followed by two hex digits");
319 "In D-Bus address, percent character was followed by characters other than hex digits");
327 "In D-Bus address, character '%c' should have been escaped\n",
347 * Parses an address string of the form:
353 * When connecting to an address, the first address entries
356 * @param address the address.
359 * @param error address where an error can be returned.
363 dbus_parse_address (const char *address,
375 _dbus_string_init_const (&str, address);
384 "Empty address '%s'", address);
577 * for a D-Bus address.
609 * for a D-Bus address. Note that dbus_address_entry_get_value()
767 _dbus_assert_not_reached ("could not parse address");
777 _dbus_assert_not_reached ("Parsed incorrect address.");
782 _dbus_assert_not_reached ("Parsed incorrect address.");
787 _dbus_assert_not_reached ("Parsed incorrect address.");
792 _dbus_assert_not_reached ("Parsed incorrect address.");
797 _dbus_assert_not_reached ("Parsed incorrect address.");
802 _dbus_assert_not_reached ("Parsed incorrect address.");
807 _dbus_assert_not_reached ("Parsed incorrect address.");
812 _dbus_assert_not_reached ("Parsed incorrect address.");
817 _dbus_assert_not_reached ("Parsed incorrect address.");