Home
last modified time | relevance | path

Searched defs:alloclen (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dallocator.h155 auto alloclen = get_alloc_length(ptr); in realloc() local
/third_party/NuttX/include/nuttx/
Dscsi.h618 uint8_t alloclen; /* 4: Allocation length */ member
645 uint8_t alloclen[2]; /* 3-4: Allocation length */ member
705 uint8_t alloclen; /* 4: Allocation length */ member
806 uint8_t alloclen[2]; /* 7-8: Allocation length */ member
966 uint8_t alloclen[2]; /* 7-8: Allocation length */ member
/third_party/node/deps/cares/src/lib/
Dares_dns_record.c1072 size_t alloclen = (datatype == ARES_DATATYPE_BINP) ? len + 1 : len; in ares_dns_rr_set_bin() local