Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Ddmxparse.c68 dmxConfigAlloc(unsigned long bytes) in dmxConfigAlloc() function
99 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 …]
H A Dscanner.l155 char *tmp = dmxConfigAlloc(leng+1);
H A Ddmxparse.h206 extern void *dmxConfigAlloc(unsigned long bytes);
H A Ddmxprint.c93 struct stack *new = dmxConfigAlloc(sizeof(*new)); in dmxConfigPushState()
H A Dscanner.c2006 char *tmp = dmxConfigAlloc(leng+1); in getdimension()