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

  /external/curl/lib/
hostip.c 293 char *entry_id = NULL; local
299 entry_id = create_hostcache_id(hostname, port);
301 if(!entry_id)
304 entry_len = strlen(entry_id);
307 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len+1);
319 Curl_hash_delete(data->dns.hostcache, entry_id, entry_len+1);
323 /* free the allocated entry_id again */
324 free(entry_id);
379 char *entry_id; local
385 entry_id = create_hostcache_id(hostname, port)
784 char *entry_id; local
817 char *entry_id; local
    [all...]
  /external/autotest/client/cros/networking/
wifi_proxy.py 34 for entry_id in entries:
36 entry = profile.GetEntry(entry_id)
38 logging.error('Unable to retrieve entry %s', entry_id)
41 profile.DeleteEntry(entry_id)
shill_xmlrpc_server.py 220 for entry_id in entry_ids:
221 entry = profile.GetEntry(entry_id)
223 profile.DeleteEntry(entry_id)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
acl.h 91 extern int acl_get_entry(acl_t acl, int entry_id, acl_entry_t *entry_p);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sys/
acl.h 91 extern int acl_get_entry(acl_t acl, int entry_id, acl_entry_t *entry_p);
  /external/v8/src/arm64/
deoptimizer-arm64.cc 323 Register entry_id = temps.AcquireX(); local
339 __ movz(entry_id, i);
345 __ Push(entry_id);
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_shill_wifi_client.cc 44 for (const auto& entry_id : entry_ids) {
46 if (profile_proxy->GetEntry(entry_id, &entry_props, nullptr)) {
49 profile_proxy->DeleteEntry(entry_id, nullptr);
403 for (const auto& entry_id : entry_ids) {
405 if ((profile->GetEntry(entry_id, &entry_props, nullptr)) &&
407 profile->DeleteEntry(entry_id, nullptr);
  /external/freetype/src/base/
ftrfork.c 716 FT_Int32 entry_id, entry_offset, entry_length = 0; local
746 if ( FT_READ_LONG( entry_id ) )
748 if ( entry_id == resource_fork_entry_id )
  /external/pdfium/third_party/freetype/src/base/
ftrfork.c 727 FT_Int32 entry_id, entry_offset, entry_length = 0; local
757 if ( FT_READ_LONG( entry_id ) )
759 if ( entry_id == resource_fork_entry_id )
  /external/v8/src/full-codegen/
full-codegen.cc     [all...]
full-codegen.h     [all...]

Completed in 1107 milliseconds