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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.cc 37 const char **value, int *value_length) {
72 *value_length = end - pos;
79 int value_length = internal_strlen(value); local
80 return (flag_length >= value_length) &&
81 (0 == internal_strncmp(flag, value, value_length));
86 int value_length; local
87 if (!GetFlagValue(env, name, &value, &value_length))
89 if (StartsWith(value, value_length, "0") ||
90 StartsWith(value, value_length, "no") ||
91 StartsWith(value, value_length, "false")
101 int value_length; local
111 int value_length; local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/table/
block.cc 49 // "*value_length", respectively. Will not derefence past "limit".
56 uint32_t* value_length) {
60 *value_length = reinterpret_cast<const unsigned char*>(p)[2];
61 if ((*shared | *non_shared | *value_length) < 128) {
67 if ((p = GetVarint32Ptr(p, limit, value_length)) == NULL) return NULL;
70 if (static_cast<uint32_t>(limit - p) < (*non_shared + *value_length)) {
173 uint32_t shared, non_shared, value_length; local
176 &shared, &non_shared, &value_length);
238 uint32_t shared, non_shared, value_length; local
239 p = DecodeEntry(p, limit, &shared, &non_shared, &value_length);
    [all...]
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 309 unsigned int value_length = 0; local
322 value_length = sizeof(ExifAsciiPrefix) + strlen(value + sizeof(ExifAsciiPrefix));
324 value_length = strlen(value);
342 table[position].Value = (char*) malloc(sizeof(char) * (value_length + 1));
345 memcpy(table[position].Value, value, value_length + 1);
346 table[position].DataLength = value_length + 1;
  /external/chromium/net/tools/flip_server/
balsa_frame.cc 674 size_t value_length = line_end - value_begin; local
676 if ((value_length == 7) &&
679 } else if ((value_length == 8) &&
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.cc 266 size_t value_length = end_of_value - start_of_value; local
269 std::string value(formatted_header.substr(start_of_value, value_length));
  /external/chromium_org/chrome/installer/gcapi/
gcapi.cc 154 DWORD value_length = sizeof(DWORD); local
157 &value_length) == ERROR_SUCCESS &&
  /external/chromium_org/net/tools/flip_server/
balsa_frame.cc 674 size_t value_length = line_end - value_begin; local
676 if ((value_length == 7) &&
679 } else if ((value_length == 8) &&
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpclient.cc 268 size_t value_length = end_of_value - start_of_value; local
271 std::string value(formatted_header.substr(start_of_value, value_length));
  /external/chromium_org/third_party/openssl/openssl/crypto/
crypto.h 176 size_t *value_length; /* Returned length of value for output */ member in struct:openssl_item_st
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
crypto.h 176 size_t *value_length; /* Returned length of value for output */ member in struct:openssl_item_st
  /external/openssl/crypto/
crypto.h 176 size_t *value_length; /* Returned length of value for output */ member in struct:openssl_item_st
  /external/openssl/include/openssl/
crypto.h 176 size_t *value_length; /* Returned length of value for output */ member in struct:openssl_item_st
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 423 DWORD value_length=sizeof(DWORD); local
427 (LPBYTE) &libusb0_symboliclink_index, &value_length);
    [all...]

Completed in 710 milliseconds