Searched refs:BIO_CB_RETURN (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbio_cb.c75 if (BIO_CB_RETURN & cmd)
111 case BIO_CB_RETURN|BIO_CB_READ:
114 case BIO_CB_RETURN|BIO_CB_WRITE:
117 case BIO_CB_RETURN|BIO_CB_GETS:
120 case BIO_CB_RETURN|BIO_CB_PUTS:
123 case BIO_CB_RETURN|BIO_CB_CTRL:
H A Dbio_lib.c171 i=(int)cb(b,BIO_CB_READ|BIO_CB_RETURN,out,outl,
206 i=(int)cb(b,BIO_CB_WRITE|BIO_CB_RETURN,in,inl,
239 i=(int)cb(b,BIO_CB_PUTS|BIO_CB_RETURN,in,0,
270 i=(int)cb(b,BIO_CB_GETS|BIO_CB_RETURN,in,inl,
327 ret=cb(b,BIO_CB_CTRL|BIO_CB_RETURN,parg,cmd,
354 ret=cb(b,BIO_CB_CTRL|BIO_CB_RETURN,(void *)&fp,cmd,
H A Dbio.h243 * The BIO_CB_RETURN flag indicates if it is after the call */
244 #define BIO_CB_RETURN 0x80 macro
245 #define BIO_CB_return(a) ((a)|BIO_CB_RETURN))
246 #define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN))
247 #define BIO_cb_post(a) ((a)&BIO_CB_RETURN)
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Ds_cb.c268 if (cmd == (BIO_CB_READ|BIO_CB_RETURN))
275 else if (cmd == (BIO_CB_WRITE|BIO_CB_RETURN))

Completed in 61 milliseconds