Home
last modified time | relevance | path

Searched refs:snamelen (Results 1 - 2 of 2) sorted by relevance

/third_party/alsa-lib/src/control/
H A Dcontrol_shm.c440 size_t snamelen, reqlen; in snd_ctl_shm_open() local
445 snamelen = strlen(sname); in snd_ctl_shm_open()
446 if (snamelen > 255) in snd_ctl_shm_open()
456 reqlen = sizeof(*req) + snamelen; in snd_ctl_shm_open()
458 memcpy(req->name, sname, snamelen); in snd_ctl_shm_open()
463 req->namelen = snamelen; in snd_ctl_shm_open()
/third_party/alsa-lib/src/pcm/
H A Dpcm_shm.c679 size_t snamelen, reqlen; in snd_pcm_shm_open() local
684 snamelen = strlen(sname); in snd_pcm_shm_open()
685 if (snamelen > 255) in snd_pcm_shm_open()
695 reqlen = sizeof(*req) + snamelen; in snd_pcm_shm_open()
697 memcpy(req->name, sname, snamelen); in snd_pcm_shm_open()
702 req->namelen = snamelen; in snd_pcm_shm_open()

Completed in 3 milliseconds