Home | History | Annotate | Download | only in registry

Lines Matching refs:apientry

284 #   apientry - string to use for the calling convention macro,
285 # in typedefs, such as APIENTRY.
307 apientry = '',
319 self.apientry = apientry
476 # For prototypes, add APIENTRY macro before the name
491 pdecl += self.genOpts.apientry + text + tail
607 # Replace <apientry /> tags with an APIENTRY-style string
613 if (elem.tag == 'apientry'):
614 s += self.genOpts.apientry + noneStr(elem.tail)