Searched refs:dlhandle (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sox_i.h | 344 #define LSX_DLENTRIES_TO_PTRS(entries, dlhandle) \ argument 346 lsx_dlhandle dlhandle 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 #define LSX_DLLIBRARY_TRYOPEN(error_on_failure, ptr_container, dlhandle, entries, library_descripti… argument 384 …sx_dlfunction_open_library_infos, lsx_dlfunction_open_library_funcs, &(ptr_container)->dlhandle); \ 388 #define LSX_DLLIBRARY_CLOSE(ptr_container, dlhandle) \ argument 389 lsx_close_dllibrary((ptr_container)->dlhandle)
|