Lines Matching defs:num
38 static int acpt_write(BIO *h, const char *buf, int num);
81 bi->num = (int)INVALID_SOCKET;
128 bio->num = (int)INVALID_SOCKET;
242 b->num = s;
403 static long acpt_ctrl(BIO *b, int cmd, long num, void *ptr)
427 if (num == 0) {
442 } else if (num == 1) {
448 } else if (num == 2) {
450 } else if (num == 3) {
453 } else if (num == 4) {
457 if (num == 2) {
463 if (num != 0)
469 b->num = *((int *)ptr);
470 data->accept_sock = b->num;
472 b->shutdown = (int)num;
486 if (num == 0 && ptr != NULL) {
489 } else if (num == 1 && ptr != NULL) {
492 } else if (num == 2 && ptr != NULL) {
495 } else if (num == 3 && ptr != NULL) {
498 } else if (num == 4) {
524 b->shutdown = (int)num;
533 data->bind_mode = (int)num;
544 ret = BIO_ctrl(b->next_bio, cmd, num, ptr);