Lines Matching refs:apientry
150 # apientry - string to use for the calling convention macro,
151 # in typedefs, such as APIENTRY.
179 apientry = '',
194 self.apientry = apientry
209 # apientry - string to use for the calling convention macro,
210 # in typedefs, such as APIENTRY.
237 apientry = '',
249 self.apientry = apientry
277 # apientry - string to use for the calling convention macro,
278 # in typedefs, such as APIENTRY.
306 apientry = '',
321 self.apientry = apientry
351 # apientry - string to use for the calling convention macro,
352 # in typedefs, such as APIENTRY.
380 apientry = '',
395 self.apientry = apientry
602 return self.genOpts.apientry + name + tail
656 # For prototypes, add APIENTRY macro before the name
657 # For typedefs, add (APIENTRY *<name>) around the name and
852 # Replace <apientry /> tags with an APIENTRY-style string
857 if (elem.tag == 'apientry'):
858 s += self.genOpts.apientry + noneStr(elem.tail)
1020 # Replace <apientry /> tags with an APIENTRY-style string
1025 if (elem.tag == 'apientry'):
1026 s += self.genOpts.apientry + noneStr(elem.tail)