38#define REG_MULTILINE 0x04
39#define REG_STICKY 0x08
static void * heap_alloc(size_t len)
__kernel_ptrdiff_t ptrdiff_t
HRESULT regexp_execute(regexp_t *, void *, heap_pool_t *, const WCHAR *, DWORD, match_state_t *) DECLSPEC_HIDDEN
regexp_t * regexp_new(void *, heap_pool_t *, const WCHAR *, DWORD, WORD, BOOL) DECLSPEC_HIDDEN
void regexp_destroy(regexp_t *) DECLSPEC_HIDDEN
struct match_state_t match_state_t
static match_state_t * alloc_match_state(regexp_t *regexp, heap_pool_t *pool, const WCHAR *pos)
struct RECapture RECapture
void * heap_pool_alloc(heap_pool_t *, DWORD) __WINE_ALLOC_SIZE(2) DECLSPEC_HIDDEN
#define offsetof(TYPE, MEMBER)
struct RECharSet * classList
HRESULT regexp_set_flags(regexp_t **, void *, heap_pool_t *, WORD) DECLSPEC_HIDDEN