Searched refs:BIO_CTRL_PENDING (Results 1 – 1 of 1) sorted by relevance
135 # define BIO_CTRL_PENDING 10/* opt - is their more data buffered */ macro591 # define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL)