Home | History | Annotate | Download | only in libevent

Lines Matching refs:dcl

100             dcl = entry.AssignDeclaration('(*%s_assign)' % entry.Name())
101 dcl.extend(
104 dcl.extend(
106 self.PrintIndented(file, ' ', dcl)
112 dcl = entry.Declaration()
113 self.PrintIndented(file, ' ', dcl)
527 dcl = ['ev_uint8_t %s_data[%s];' % (self._name, self._length)]
529 return dcl
646 dcl = ['%s %s_data;' % (self._ctype, self._name)]
648 return dcl
758 dcl = ['char *%s_data;' % self._name]
760 return dcl
931 dcl = ['%s %s_data;' % (self._ctype, self._name)]
933 return dcl
1046 dcl = ['ev_uint8_t *%s_data;' % self._name,
1049 return dcl
1289 dcl = ['%s *%s_data;' % (self._ctype, self._name),
1293 return dcl