Home | History | Annotate | Download | only in libublock

Lines Matching full:sizeof

79 	if (in_len != sizeof(*in_h))
96 *out_len = sizeof(*out_h);
114 if (in_len != sizeof(struct ublock_ready_in))
117 *out_len = sizeof(struct ublock_ready_out);
136 if (in_len != sizeof(*in_h))
147 *out_len = sizeof(*out_h) + in_h->length;
149 *out_len = sizeof(*out_h);
166 if (in_len < sizeof(*in_h))
173 *out_len = sizeof(*out_h);
199 if (in_len < sizeof(*in_h))
204 in_buf_len = in_len - sizeof(*in_h);
232 *out_len = sizeof(*out_h) + out_buf_len;
331 size_t in_size = sizeof(struct ublock_in_header) +
332 sizeof(struct ublock_init_in);
333 size_t out_size = sizeof(struct ublock_out_header) +
334 sizeof(struct ublock_init_out);
352 ub_ctx = malloc(sizeof(struct ublock_ctx));