File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,24 @@ BIO_callback_fn() is the type of the callback function. The meaning of each
40
40
argument is described below:
41
41
42
42
=over
43
+
44
+ =item B<b>
45
+
43
46
The BIO the callback is attached to is passed in B<b>.
44
47
48
+ =item B<oper>
49
+
45
50
B<oper> is set to the operation being performed. For some operations
46
51
the callback is called twice, once before and once after the actual
47
52
operation, the latter case has B<oper> or'ed with BIO_CB_RETURN.
48
53
54
+ =item B<argp> B<argi> B<argl>
55
+
49
56
The meaning of the arguments B<argp>, B<argi> and B<argl> depends on
50
57
the value of B<oper>, that is the operation being performed.
51
58
59
+ =item B<ret>
60
+
52
61
B<ret> is the return value that would be returned to the
53
62
application if no callback were present. The actual value returned
54
63
is the return value of the callback itself. In the case of callbacks
You can’t perform that action at this time.
0 commit comments