Lines Matching full:some
36 .\" output yourself in some meaningful fashion.
81 \&\fBOSSL_PARAM\fR is a type that allows passing arbitrary data for some
85 A typical usage example could be an application that wants to set some
86 parameters for an object, or wants to find out some parameters of an
91 Setting parameters for some object
93 The caller sets up the \fBOSSL_PARAM\fR array and calls some function
98 Request parameters of some object
101 calls some function (the \fIresponder\fR) that has intimate knowledge
109 available parameters and some of their properties; name, data type and
304 If a \fIresponder\fR finds that some data sizes are too small for the
324 This example is for setting parameters on some object:
329 \& const char *foo = "some string";
331 \& const char bar[] = "some other string";
342 This example is for requesting parameters on some object: