HomeSort by relevance Sort by last modified time
    Searched defs:value_size (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/extensions/
isolated_app_apitest.cc 24 int value_size; local
26 automation_util::GetCookies(contents->GetURL(), contents, &value_size,
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_delegate_win.cc 18 DWORD value_size = 0; local
22 if (key->ReadValue(name.c_str(), 0, &value_size, &key_type) != ERROR_SUCCESS)
31 buffer.reset(new uint8[value_size + 2]);
32 memset(buffer.get(), 0, value_size + 2);
33 key->ReadValue(name.c_str(), buffer.get(), &value_size, NULL);
  /external/openssl/crypto/
crypto.h 175 size_t value_size; /* Max size of value for output, length for input */ member in struct:openssl_item_st
  /external/openssl/include/openssl/
crypto.h 175 size_t value_size; /* Max size of value for output, length for input */ member in struct:openssl_item_st
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 3253 inline int EnumDescriptorProto::value_size() const { function in class:google::protobuf::EnumDescriptorProto
    [all...]

Completed in 590 milliseconds