Lines Matching full:param
85 * \param path Returned path (string)
86 * \param path_len Returned path max size (with trailing zero)
87 * \param name Plugin name (relative)
110 * \param name name of the library, similar to \c dlopen.
111 * \param mode mode flags, similar to \c dlopen.
112 * \param errbuf a string buffer for the error message \c dlerror.
113 * \param errbuflen a length of the string buffer for the error message.
180 * \param handle Library handle, similar to \c dlclose.
201 * \param handle Library handle, similar to \c dlsym.
202 * \param name Symbol name.
203 * \param version Version of the symbol.
235 * \param handle Library handle, similar to \c dlsym.
236 * \param name Symbol name.
237 * \param version Version of the symbol.