Searched refs:msgdsize (Results 1 – 12 of 12) sorted by relevance
13 size_t msgdsize(orig) in msgdsize() function
39 ASSERT(len == msgdsize(m));
70 this->size = msgdsize(args[1]);
289 self->size = msgdsize(args[2]) + 14; /* should check trailers */312 self->size = msgdsize(args[1]) + 14; /* should check trailers */
291 self->size = msgdsize(args[2]) + 14; /* should check trailers */314 self->size = msgdsize(args[1]) + 14; /* should check trailers */
63 msgdsize.c \
411 # define MSGDSIZE(m) msgdsize(m)
1719 extern size_t msgdsize(mb_t *);
230 3438273 msgdsize should be easier to read974 use mbufchainlen rather than msgdsize,