Searched refs:dmxConfigAlloc (Results 1 – 5 of 5) sorted by relevance
68 dmxConfigAlloc(unsigned long bytes) in dmxConfigAlloc() function99 copy = dmxConfigAlloc(length + 1); in dmxConfigCopyString()115 DMXConfigTokenPtr pToken = dmxConfigAlloc(sizeof(*pToken)); in dmxConfigCreateToken()136 DMXConfigStringPtr pString = dmxConfigAlloc(sizeof(*pString)); in dmxConfigCreateString()163 DMXConfigNumberPtr pNumber = dmxConfigAlloc(sizeof(*pNumber)); in dmxConfigCreateNumber()185 DMXConfigPairPtr pPair = dmxConfigAlloc(sizeof(*pPair)); in dmxConfigCreatePair()209 DMXConfigCommentPtr pComment = dmxConfigAlloc(sizeof(*pComment)); in dmxConfigCreateComment()229 DMXConfigPartDimPtr pPart = dmxConfigAlloc(sizeof(*pPart)); in dmxConfigCreatePartDim()249 DMXConfigFullDimPtr pFull = dmxConfigAlloc(sizeof(*pFull)); in dmxConfigCreateFullDim()272 DMXConfigDisplayPtr pDisplay = dmxConfigAlloc(sizeof(*pDisplay)); in dmxConfigCreateDisplay()[all …]
155 char *tmp = dmxConfigAlloc(leng+1);
206 extern void *dmxConfigAlloc(unsigned long bytes);
93 struct stack *new = dmxConfigAlloc(sizeof(*new)); in dmxConfigPushState()
2006 char *tmp = dmxConfigAlloc(leng+1); in getdimension()