Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dshm.c75 #define SHM_ID_LEN 10 macro
78 #define SHM_ID_LEN 15 macro
81 #undef SHM_ID_LEN macro
457 if (strncmp(de->d_name, ".SHMDpulse-shm-", SHM_ID_LEN)) in pa_shm_cleanup()
459 if (strncmp(de->d_name, "pulse-shm-", SHM_ID_LEN)) in pa_shm_cleanup()
463 if (pa_atou(de->d_name + SHM_ID_LEN, &id) < 0) in pa_shm_cleanup()

Completed in 2 milliseconds