Home | History | Annotate | Download | only in dso

Lines Matching full:will

73 /* By default, DSO_load() will translate the provided filename into a form
75 * dso_name_converter function of the method. Eg. win32 will transform "blah"
76 * into "blah.dll", and dlfcn will transform it into "libblah.so". The
115 * the caller will need to free with OPENSSL_free() when done. */
122 * string containing the result of merging that the caller will need
182 * doesn't use anything but will need to cache the filename
192 /* If this callback function pointer is set to non-NULL, then it will
196 /* If this callback function pointer is set to non-NULL, then it will
224 * then it will be used instead of the associated DSO_METHOD's function. If
230 * used for a DSO. NB: set will fail if the DSO is already loaded. */
233 /* This function will invoke the DSO's name_converter callback to translate a
234 * filename, or if the callback isn't set it will instead use the DSO_METHOD's
235 * converter. If "filename" is NULL, the "filename" in the DSO itself will be
240 * will need to be OPENSSL_free()'d. */
242 /* This function will invoke the DSO's merger callback to merge two file
243 * specifications, or if the callback isn't set it will instead use the
244 * DSO_METHOD's merger. A non-NULL return value will need to be
249 * whether the DSO is currently loaded. NB: This will not necessarily return
263 * subsequent reference count handling. Any flags passed in will be set
274 /* This method is the default, but will beg, borrow, or steal whatever
280 * DSO support then this will be the only method! */
284 * (dlopen, dlclose, dlsym, etc) will be used and incorporated into
285 * this method. If not, this method will return NULL. */
289 * shl_unload, shl_findsym, etc) will be used and incorporated into
290 * this method. If not, this method will return NULL. */