Lines Matching refs:POINTER
154 ('fields', ct.POINTER(TracingFieldFormatStruct))]
195 ('mapping', ct.POINTER(MappingStruct))]
225 ('entries', ct.POINTER(CallChainEntryStructure))]
233 _fields_ = [('data', ct.POINTER(ct.c_char)),
269 self._CreateReportLibFunc.restype = ct.POINTER(ReportLibStructure)
291 self._GetNextSampleFunc.restype = ct.POINTER(SampleStruct)
293 self._GetEventOfCurrentSampleFunc.restype = ct.POINTER(EventStruct)
295 self._GetSymbolOfCurrentSampleFunc.restype = ct.POINTER(SymbolStruct)
297 self._GetCallChainOfCurrentSampleFunc.restype = ct.POINTER(CallChainStructure)
299 self._GetTracingDataOfCurrentSampleFunc.restype = ct.POINTER(ct.c_char)
303 self._GetFeatureSection.restype = ct.POINTER(FeatureSectionStructure)
484 arg_count = ct.cast(void_p, ct.POINTER(ct.c_uint32)).contents.value
488 str_len = ct.cast(void_p, ct.POINTER(ct.c_uint32)).contents.value
490 char_p = ct.cast(void_p, ct.POINTER(ct.c_char))
508 str_len = ct.cast(void_p, ct.POINTER(ct.c_uint32)).contents.value
510 char_p = ct.cast(void_p, ct.POINTER(ct.c_char))