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

  /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/bluetooth/glib/gio/xdgmime/
xdgmimemagic.c 78 unsigned int value_length; member in struct:XdgMimeMagicMatchlet
109 matchlet->value_length = 0;
380 matchlet->value_length = 0;
387 matchlet->value_length = c & 0xFF;
388 matchlet->value_length = matchlet->value_length << 8;
396 matchlet->value_length = matchlet->value_length + (c & 0xFF);
398 matchlet->value = malloc (matchlet->value_length);
406 bytes_read = fread (matchlet->value, 1, matchlet->value_length, magic_file)
    [all...]
  /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/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

Completed in 2071 milliseconds