Searched refs:MDSIZE (Results 1 – 4 of 4) sorted by relevance
71 Connections = (MESG **) Malloc(ConsSize * MDSIZE); in mlisteninit()103 Connections = (MESG **) Realloc(Connections, ConsSize * MDSIZE); in mlistenadd()115 Connections = (MESG **) Realloc(Connections, ConsSize * MDSIZE); in mlistenadd()320 if ((md = (MESG *)Malloc(MDSIZE)) == NULL) in mlisten()
120 if ((md = (MESG *)Malloc(MDSIZE)) == NULL)144 if ((md = (MESG *)Malloc(MDSIZE)) == NULL)
63 if ((md = (MESG *)Malloc(MDSIZE)) == NULL)
330 # define MDSIZE (sizeof(MESG)) macro