Searched refs:library_description (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | util.c | 150 const char* library_description, in lsx_open_dllibrary() argument 174 library_description); in lsx_open_dllibrary() 180 lsx_debug("Attempting to open %s (%s).", library_description, *libname); in lsx_open_dllibrary() 185 lsx_debug("Opened %s (%s).", library_description, *libname); in lsx_open_dllibrary() 197 …lsx_debug("Cannot use %s (%s) - missing function \"%s\".", library_description, failed_libname, fa… in lsx_open_dllibrary() 254 library_description, in lsx_open_dllibrary() 260 library_description, in lsx_open_dllibrary() 269 library_description, in lsx_open_dllibrary() 274 library_description, in lsx_open_dllibrary() 282 library_description); in lsx_open_dllibrary() [all …]
|
| H A D | sox_i.h | 324 const char* library_description, 366 #define LSX_DLLIBRARY_OPEN(ptr_container, dlhandle, entries, library_description, library_names, re… argument 367 …LSX_DLLIBRARY_TRYOPEN(1, ptr_container, dlhandle, entries, library_description, library_names, ret… 377 …IBRARY_TRYOPEN(error_on_failure, ptr_container, dlhandle, entries, library_description, library_na… argument 384 …(return_var) = lsx_open_dllibrary((error_on_failure), (library_description), (library_names), lsx_…
|