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

  /external/chromium/net/proxy/
proxy_resolver_js_bindings.cc 212 const struct addrinfo* current_address = address_list.head(); local
213 while (current_address) {
216 const std::string address_string = NetAddressToString(current_address);
220 current_address = current_address->ai_next;
  /external/dbus/tools/
dbus-launch-x11.c 345 char *current_address; local
352 if (!x11_get_address (&current_address, NULL, NULL))
358 if (current_address != NULL)
361 free (current_address);
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
alloca.c 295 long current_address; /* Current stack segment address. */ member in struct:stk_stat
352 trailer = (struct stk_trailer *) (status.current_address
  /ndk/sources/host-tools/make-3.81/
alloca.c 314 long current_address; /* Current stack segment address. */ member in struct:stk_stat
371 trailer = (struct stk_trailer *) (status.current_address
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 302 long current_address; /* Current stack segment address. */ member in struct:stk_stat
359 trailer = (struct stk_trailer *) (status.current_address
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 994 const struct addrinfo* current_address = entry->addrlist.head(); local
    [all...]
  /external/v8/src/
heap.cc 5335 Address current_address = reinterpret_cast<Address>(current); local
5338 Address current_address = reinterpret_cast<Address>(current); local
    [all...]
serialize.cc     [all...]

Completed in 658 milliseconds