Lines Matching defs:num
15 static int mem_write(BIO *h, const char *buf, int num);
68 * bio->num is used to hold the value to return on 'empty', if it is 0,
105 ret->num = 0;
127 bi->num = -1;
207 ret = b->num;
242 static long mem_ctrl(BIO *b, int cmd, long num, void *ptr)
277 if (num < 0 || num > off + remain)
280 bm->data = (num != 0) ? bo->data + num : bo->data;
281 bm->length = bo->length - num;
282 bm->max = bo->max - num;
283 off = num;
292 b->num = (int)num;
303 b->shutdown = (int)num;
320 b->shutdown = (int)num;
368 * i is now the max num of bytes to copy, either j or up to