Lines Matching refs:POINTER
138 ('fields', ct.POINTER(TracingFieldFormatStruct))]
179 ('mapping', ct.POINTER(MappingStruct))]
209 ('entries', ct.POINTER(CallChainEntryStructure))]
217 _fields_ = [('data', ct.POINTER(ct.c_char)),
235 self._CreateReportLibFunc.restype = ct.POINTER(ReportLibStructure)
245 self._GetNextSampleFunc.restype = ct.POINTER(SampleStruct)
247 self._GetEventOfCurrentSampleFunc.restype = ct.POINTER(EventStruct)
249 self._GetSymbolOfCurrentSampleFunc.restype = ct.POINTER(SymbolStruct)
251 self._GetCallChainOfCurrentSampleFunc.restype = ct.POINTER(CallChainStructure)
253 self._GetTracingDataOfCurrentSampleFunc.restype = ct.POINTER(ct.c_char)
257 self._GetFeatureSection.restype = ct.POINTER(FeatureSectionStructure)
363 arg_count = ct.cast(void_p, ct.POINTER(ct.c_uint32)).contents.value
367 str_len = ct.cast(void_p, ct.POINTER(ct.c_uint32)).contents.value
369 char_p = ct.cast(void_p, ct.POINTER(ct.c_char))
387 str_len = ct.cast(void_p, ct.POINTER(ct.c_uint32)).contents.value
389 char_p = ct.cast(void_p, ct.POINTER(ct.c_char))