Rizin
unix-like reverse engineering framework and cli tools
ExternalScannerState Struct Reference

#include <subtree.h>

Public Attributes

union {
   char *   long_data
 
   char   short_data [24]
 
}; 
 
uint32_t length
 

Detailed Description

Definition at line 31 of file subtree.h.

Member Data Documentation

◆ 

union { ... }

◆ length

uint32_t ExternalScannerState::length

Definition at line 36 of file subtree.h.

Referenced by ts_parser__restore_external_scanner().

◆ long_data

char* ExternalScannerState::long_data

Definition at line 33 of file subtree.h.

Referenced by ts_external_scanner_state_copy().

◆ short_data

char ExternalScannerState::short_data[24]

Definition at line 34 of file subtree.h.


The documentation for this struct was generated from the following file: