HomeSort by relevance Sort by last modified time
    Searched refs:server_id (Results 1 - 6 of 6) sorted by null

  /external/dbus/test/name-test/
test-ids.c 25 char *server_id; local
37 server_id = dbus_connection_get_server_id (connection);
38 if (server_id == NULL)
40 /* printf("'%s'\n", server_id); */
41 if (strlen (server_id) != 32)
43 dbus_free (server_id);
  /external/chromium/chrome/browser/sync/syncable/
syncable_id.cc 35 Id Id::CreateFromServerId(const string& server_id) {
37 if (server_id == "0")
40 id.s_ = string("s") + server_id;
syncable_id.h 102 static Id CreateFromServerId(const std::string& server_id);
syncable_unittest.cc 1724 Id server_id = factory_.NewServerId(); local
1744 Id server_id = factory_.NewServerId(); local
1762 Id server_id = factory_.NewServerId(); local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
process_updates_command.cc 98 syncable::Id server_id = update.id();
126 if (local_id != server_id) {
129 server_id);
  /external/dnsmasq/src/
rfc2131.c 85 static struct in_addr server_id(struct dhcp_context *context, struct in_addr override, struct in_addr fallback);
835 option_addr(opt).s_addr != server_id(context, override, fallback).s_addr)
868 option_addr(opt).s_addr != server_id(context, override, fallback).s_addr)
956 option_put(mess, end, OPTION_SERVER_IDENTIFIER, INADDRSZ, ntohl(server_id(context, override, fallback).s_addr));
1353 static struct in_addr server_id(struct dhcp_context *context, struct in_addr override, struct in_addr fallback) function
    [all...]

Completed in 4688 milliseconds