Lines Matching defs:num
30 static int sock_write(BIO *h, const char *buf, int num);
83 bi->num = 0;
95 BIO_closesocket(a->num);
111 ret = ktls_read_record(b->num, out, outl);
114 ret = readsocket(b->num, out, outl);
134 ret = ktls_send_ctrl_message(b->num, record_type, in, inl);
141 ret = writesocket(b->num, in, inl);
150 static long sock_ctrl(BIO *b, int cmd, long num, void *ptr)
161 b->num = *((int *)ptr);
162 b->shutdown = (int)num;
169 *ip = b->num;
170 ret = b->num;
178 b->shutdown = (int)num;
187 ret = ktls_start(b->num, crypto_info, num);
189 BIO_set_ktls_flag(b, num);
197 b->ptr = (void *)num;