ReactOS 0.4.15-dev-7934-g1dc8d80
re_pattern_buffer Struct Reference

#include <regex.h>

Public Attributes

unsigned charbuffer
 
unsigned long int allocated
 
unsigned long int used
 
reg_syntax_t syntax
 
charfastmap
 
RE_TRANSLATE_TYPE translate
 
size_t re_nsub
 
unsigned can_be_null: 1
 
unsigned regs_allocated: 2
 
unsigned fastmap_accurate: 1
 
unsigned no_sub: 1
 
unsigned not_bol: 1
 
unsigned not_eol: 1
 
unsigned newline_anchor: 1
 

Detailed Description

Definition at line 324 of file regex.h.

Member Data Documentation

◆ allocated

unsigned long int re_pattern_buffer::allocated

Definition at line 333 of file regex.h.

◆ buffer

unsigned char* re_pattern_buffer::buffer

Definition at line 330 of file regex.h.

◆ can_be_null

unsigned re_pattern_buffer::can_be_null

Definition at line 360 of file regex.h.

◆ fastmap

char* re_pattern_buffer::fastmap

Definition at line 344 of file regex.h.

◆ fastmap_accurate

unsigned re_pattern_buffer::fastmap_accurate

Definition at line 373 of file regex.h.

◆ newline_anchor

unsigned re_pattern_buffer::newline_anchor

Definition at line 387 of file regex.h.

◆ no_sub

unsigned re_pattern_buffer::no_sub

Definition at line 377 of file regex.h.

◆ not_bol

unsigned re_pattern_buffer::not_bol

Definition at line 381 of file regex.h.

◆ not_eol

unsigned re_pattern_buffer::not_eol

Definition at line 384 of file regex.h.

◆ re_nsub

size_t re_pattern_buffer::re_nsub

Definition at line 353 of file regex.h.

◆ regs_allocated

unsigned re_pattern_buffer::regs_allocated

Definition at line 369 of file regex.h.

◆ syntax

reg_syntax_t re_pattern_buffer::syntax

Definition at line 339 of file regex.h.

◆ translate

RE_TRANSLATE_TYPE re_pattern_buffer::translate

Definition at line 350 of file regex.h.

◆ used

unsigned long int re_pattern_buffer::used

Definition at line 336 of file regex.h.


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