| 
    Process Hacker
    
   | 
 
#include <pcre_internal.h>
Data Fields | |
| unsigned long int | match_call_count | 
| unsigned long int | match_limit | 
| unsigned long int | match_limit_recursion | 
| int * | offset_vector | 
| int | offset_end | 
| int | offset_max | 
| int | nltype | 
| int | nllen | 
| int | name_count | 
| int | name_entry_size | 
| uschar * | name_table | 
| uschar | nl [4] | 
| const uschar * | lcc | 
| const uschar * | ctypes | 
| BOOL | offset_overflow | 
| BOOL | notbol | 
| BOOL | noteol | 
| BOOL | utf8 | 
| BOOL | jscript_compat | 
| BOOL | use_ucp | 
| BOOL | endonly | 
| BOOL | notempty | 
| BOOL | notempty_atstart | 
| BOOL | hitend | 
| BOOL | bsr_anycrlf | 
| const uschar * | start_code | 
| USPTR | start_subject | 
| USPTR | end_subject | 
| USPTR | start_match_ptr | 
| USPTR | end_match_ptr | 
| USPTR | start_used_ptr | 
| int | partial | 
| int | end_offset_top | 
| int | capture_last | 
| int | start_offset | 
| eptrblock * | eptrchain | 
| int | eptrn | 
| recursion_info * | recursive | 
| void * | callout_data | 
| const uschar * | mark | 
Definition at line 1700 of file pcre_internal.h.
| BOOL bsr_anycrlf | 
Definition at line 1725 of file pcre_internal.h.
| void* callout_data | 
Definition at line 1739 of file pcre_internal.h.
| int capture_last | 
Definition at line 1734 of file pcre_internal.h.
| const uschar* ctypes | 
Definition at line 1714 of file pcre_internal.h.
| USPTR end_match_ptr | 
Definition at line 1730 of file pcre_internal.h.
| int end_offset_top | 
Definition at line 1733 of file pcre_internal.h.
| USPTR end_subject | 
Definition at line 1728 of file pcre_internal.h.
| BOOL endonly | 
Definition at line 1721 of file pcre_internal.h.
| eptrblock* eptrchain | 
Definition at line 1736 of file pcre_internal.h.
| int eptrn | 
Definition at line 1737 of file pcre_internal.h.
| BOOL hitend | 
Definition at line 1724 of file pcre_internal.h.
| BOOL jscript_compat | 
Definition at line 1719 of file pcre_internal.h.
| const uschar* lcc | 
Definition at line 1713 of file pcre_internal.h.
| const uschar* mark | 
Definition at line 1740 of file pcre_internal.h.
| unsigned long int match_call_count | 
Definition at line 1701 of file pcre_internal.h.
| unsigned long int match_limit | 
Definition at line 1702 of file pcre_internal.h.
| unsigned long int match_limit_recursion | 
Definition at line 1703 of file pcre_internal.h.
| int name_count | 
Definition at line 1709 of file pcre_internal.h.
| int name_entry_size | 
Definition at line 1710 of file pcre_internal.h.
| uschar* name_table | 
Definition at line 1711 of file pcre_internal.h.
| uschar nl[4] | 
Definition at line 1712 of file pcre_internal.h.
| int nllen | 
Definition at line 1708 of file pcre_internal.h.
| int nltype | 
Definition at line 1707 of file pcre_internal.h.
| BOOL notbol | 
Definition at line 1716 of file pcre_internal.h.
| BOOL notempty | 
Definition at line 1722 of file pcre_internal.h.
| BOOL notempty_atstart | 
Definition at line 1723 of file pcre_internal.h.
| BOOL noteol | 
Definition at line 1717 of file pcre_internal.h.
| int offset_end | 
Definition at line 1705 of file pcre_internal.h.
| int offset_max | 
Definition at line 1706 of file pcre_internal.h.
| BOOL offset_overflow | 
Definition at line 1715 of file pcre_internal.h.
| int* offset_vector | 
Definition at line 1704 of file pcre_internal.h.
| int partial | 
Definition at line 1732 of file pcre_internal.h.
| recursion_info* recursive | 
Definition at line 1738 of file pcre_internal.h.
| const uschar* start_code | 
Definition at line 1726 of file pcre_internal.h.
| USPTR start_match_ptr | 
Definition at line 1729 of file pcre_internal.h.
| int start_offset | 
Definition at line 1735 of file pcre_internal.h.
| USPTR start_subject | 
Definition at line 1727 of file pcre_internal.h.
| USPTR start_used_ptr | 
Definition at line 1731 of file pcre_internal.h.
| BOOL use_ucp | 
Definition at line 1720 of file pcre_internal.h.
| BOOL utf8 | 
Definition at line 1718 of file pcre_internal.h.