| 
    Process Hacker
    
   | 
 
#include <pcre_internal.h>
Data Fields | |
| pcre_uint32 | magic_number | 
| pcre_uint32 | size | 
| pcre_uint32 | options | 
| pcre_uint16 | flags | 
| pcre_uint16 | dummy1 | 
| pcre_uint16 | top_bracket | 
| pcre_uint16 | top_backref | 
| pcre_uint16 | first_byte | 
| pcre_uint16 | req_byte | 
| pcre_uint16 | name_table_offset | 
| pcre_uint16 | name_entry_size | 
| pcre_uint16 | name_count | 
| pcre_uint16 | ref_count | 
| const unsigned char * | tables | 
| const unsigned char * | nullpad | 
Definition at line 1596 of file pcre_internal.h.
| pcre_uint16 dummy1 | 
Definition at line 1601 of file pcre_internal.h.
| pcre_uint16 first_byte | 
Definition at line 1604 of file pcre_internal.h.
| pcre_uint16 flags | 
Definition at line 1600 of file pcre_internal.h.
| pcre_uint32 magic_number | 
Definition at line 1597 of file pcre_internal.h.
| pcre_uint16 name_count | 
Definition at line 1608 of file pcre_internal.h.
| pcre_uint16 name_entry_size | 
Definition at line 1607 of file pcre_internal.h.
| pcre_uint16 name_table_offset | 
Definition at line 1606 of file pcre_internal.h.
| const unsigned char* nullpad | 
Definition at line 1612 of file pcre_internal.h.
| pcre_uint32 options | 
Definition at line 1599 of file pcre_internal.h.
| pcre_uint16 ref_count | 
Definition at line 1609 of file pcre_internal.h.
| pcre_uint16 req_byte | 
Definition at line 1605 of file pcre_internal.h.
| pcre_uint32 size | 
Definition at line 1598 of file pcre_internal.h.
| const unsigned char* tables | 
Definition at line 1611 of file pcre_internal.h.
| pcre_uint16 top_backref | 
Definition at line 1603 of file pcre_internal.h.
| pcre_uint16 top_bracket | 
Definition at line 1602 of file pcre_internal.h.