Home
last modified time | relevance | path

Searched refs:errbuflen (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-lib/src/
H A Ddlmisc.c113 * \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 Dglobal.h101 void *snd_dlopen(const char *file, int mode, char *errbuf, size_t errbuflen);
H A Dlocal.h399 void *INTERNAL(snd_dlopen)(const char *name, int mode, char *errbuf, size_t errbuflen);

Completed in 2 milliseconds