Lines Matching refs:num
77 static int fd_write(BIO *h, const char *buf, int num);
115 bi->num=-1;
128 UP_close(a->num);
143 ret=UP_read(b->num,out,outl);
158 ret=UP_write(b->num,in,inl);
168 static long fd_ctrl(BIO *b, int cmd, long num, void *ptr)
176 num=0;
178 ret=(long)UP_lseek(b->num,num,0);
182 ret=(long)UP_lseek(b->num,0,1);
186 b->num= *((int *)ptr);
187 b->shutdown=(int)num;
194 if (ip != NULL) *ip=b->num;
195 ret=b->num;
204 b->shutdown=(int)num;