Searched defs:BIO_pending (Results 1 – 2 of 2) sorted by relevance
507 #define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL) macro