Searched refs:errbuflen (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/src/ |
H A D | dlmisc.c | 113 * \param errbuflen a length of the string buffer for the error message. 120 EXPORT_SYMBOL void *INTERNAL(snd_dlopen)(const char *name, int mode, char *errbuf, size_t errbuflen) in snd_dlopen() argument 122 void *snd_dlopen(const char *name, int mode, char *errbuf, size_t errbuflen) in snd_dlopen() 161 snprintf(errbuf, errbuflen, "%s", dlerror()); in snd_dlopen()
|
/third_party/alsa-lib/include/ |
H A D | global.h | 101 void *snd_dlopen(const char *file, int mode, char *errbuf, size_t errbuflen);
|
H A D | local.h | 399 void *INTERNAL(snd_dlopen)(const char *name, int mode, char *errbuf, size_t errbuflen);
|
Completed in 2 milliseconds