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)
244 self._GetNextSampleFunc.restype = ct.POINTER(SampleStruct)
246 self._GetEventOfCurrentSampleFunc.restype = ct.POINTER(EventStruct)
248 self._GetSymbolOfCurrentSampleFunc.restype = ct.POINTER(SymbolStruct)
250 self._GetCallChainOfCurrentSampleFunc.restype = ct.POINTER(CallChainStructure)
252 self._GetTracingDataOfCurrentSampleFunc.restype = ct.POINTER(ct.c_char)
256 self._GetFeatureSection.restype = ct.POINTER(FeatureSectionStructure)
351 arg_count = ct.cast(void_p, ct.POINTER(ct.c_uint32)).contents.value
355 str_len = ct.cast(void_p, ct.POINTER(ct.c_uint32)).contents.value
357 char_p = ct.cast(void_p, ct.POINTER(ct.c_char))
375 str_len = ct.cast(void_p, ct.POINTER(ct.c_uint32)).contents.value
377 char_p = ct.cast(void_p, ct.POINTER(ct.c_char))