Home
last modified time | relevance | path

Searched refs:Msgsize (Results 1 – 1 of 1) sorted by relevance

/third_party/alsa-lib/test/
Dmidifile.c714 static int Msgsize = 0; /* Size of currently allocated Msg */ variable
743 if (Msgindex >= Msgsize)
755 int oldleng = Msgsize; in biggermsg()
757 Msgsize += MSGINCREMENT; in biggermsg()
758 newmess = (char *) malloc ((unsigned) (sizeof (char) * Msgsize)); in biggermsg()