Home | History | Annotate | Download | only in scripts

Lines Matching refs:extension

222         # Generate the list of APIs that might need to handle wrapped extension structs
229 write('// Unique Objects pNext extension handling function', file=self.outFile)
445 # Construct list of extension structs containing handles, or extension structs that share a structextends attribute
446 # WITH an extension struct containing handles. All extension structs in any pNext chain will have to be copied.
472 # Construct helper functions to build and free pNext extension chains
503 pnext_proc += ' // For any extension structure but the first, link the last struct\'s pNext to the current ext struct\n'
513 pnext_proc += '// Free a pNext extension chain\n'