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

  /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/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 61 milliseconds