Home | History | Annotate | Download | only in bio

Lines Matching refs:num

95 static int acpt_write(BIO *h, const char *buf, int num);
134 bi->num=INVALID_SOCKET;
178 bio->num=INVALID_SOCKET;
229 b->num=s;
341 static long acpt_ctrl(BIO *b, int cmd, long num, void *ptr)
366 if (num == 0)
373 else if (num == 1)
377 else if (num == 2)
386 data->nbio=(int)num;
390 b->num= *((int *)ptr);
391 data->accept_sock=b->num;
393 b->shutdown=(int)num;
425 b->shutdown=(int)num;
434 data->bind_mode=(int)num;