HomeSort by relevance Sort by last modified time
    Searched full:attr_size (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_8/src/radius/
radius.c 47 * attr_size - Total size of the attribute pointer array
49 size_t attr_size; member in struct:radius_msg
92 msg->attr_size = RADIUS_DEFAULT_ATTR_COUNT;
437 if (msg->attr_used >= msg->attr_size) {
439 int nlen = msg->attr_size * 2;
447 msg->attr_size = nlen;
  /external/wpa_supplicant/
radius.h 183 size_t attr_size; /* total size of the attribute pointer array */ member in struct:radius_msg
radius.c 65 msg->attr_size = RADIUS_DEFAULT_ATTR_COUNT;
92 msg->attr_size = msg->attr_used = 0;
384 if (msg->attr_used >= msg->attr_size) {
386 int nlen = msg->attr_size * 2;
393 msg->attr_size = nlen;
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius.h 187 size_t attr_size; /* total size of the attribute pointer array */ member in struct:radius_msg
radius.c 72 msg->attr_size = RADIUS_DEFAULT_ATTR_COUNT;
95 msg->attr_size = msg->attr_used = 0;
392 if (msg->attr_used >= msg->attr_size) {
394 int nlen = msg->attr_size * 2;
402 msg->attr_size = nlen;
  /external/yaffs2/yaffs2/
devextras.h 231 #define ATTR_SIZE 8
yaffs_guts.c     [all...]
  /external/v8/tools/
ll_prof.py 490 ("attr_size", "u64"),
  /external/kernel-headers/original/linux/
fs.h 272 #define ATTR_SIZE 8
    [all...]
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java 461 * <li>{@code ATTR_SIZE} - int - the column size. When referring to char and
    [all...]

Completed in 204 milliseconds