Searched refs:BIO_TYPE_DESCRIPTOR (Results 1 – 6 of 6) sorted by relevance
44 if (bio->method->type & BIO_TYPE_DESCRIPTOR) in BIO_debug_callback_ex()53 if (bio->method->type & BIO_TYPE_DESCRIPTOR) in BIO_debug_callback_ex()
39 # define BIO_TYPE_DESCRIPTOR 0x0100 /* socket, fd, connect or accept */ macro48 # define BIO_TYPE_FD ( 4|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)49 # define BIO_TYPE_SOCKET ( 5|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)56 # define BIO_TYPE_CONNECT (12|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)57 # define BIO_TYPE_ACCEPT (13|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)63 # define BIO_TYPE_DGRAM (21|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)67 # define BIO_TYPE_DGRAM_SCTP (24|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)
40 # define BIO_TYPE_DESCRIPTOR 0x0100 /* socket, fd, connect or accept */ macro49 # define BIO_TYPE_FD ( 4|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)50 # define BIO_TYPE_SOCKET ( 5|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)57 # define BIO_TYPE_CONNECT (12|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)58 # define BIO_TYPE_ACCEPT (13|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)64 # define BIO_TYPE_DGRAM (21|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)68 # define BIO_TYPE_DGRAM_SCTP (24|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)
25 B<BIO_TYPE_DESCRIPTOR>, B<BIO_TYPE_FILTER>, and B<BIO_TYPE_SOURCE_SINK>.
75 additionally have the "descriptor" bit set (B<BIO_TYPE_DESCRIPTOR>). See the
1377 r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR); in SSL_get_rfd()1389 r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR); in SSL_get_wfd()