Lines Matching refs:function
115 function that is called when an B<X509_LOOKUP> object is created with
117 specific data, the supplied new_item function should allocate this data and
120 X509_LOOKUP_get_free() and X509_LOOKUP_set_free() get and set the function
122 new_item function.
125 function that is used to initialize the method data that was set with
129 the function that is used to shut down the method data whose state was
130 previously initialized in the init function.
133 function to be used to handle arbitrary control commands issued by
134 X509_LOOKUP_ctrl(). The control function is given the X509_LOOKUP
139 B<argc> and B<argl> are used depends entirely on the control function.
153 function also increases the reference count which leads to one too
162 Any method data that was created as a result of the new_item function
170 the function set by the corresponding setter.
176 The B<X509_LOOKUP_meth_get> functions return the corresponding function