OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_function_type
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist2/src/
pcre2_match.c
78
/* Bits for setting in mb->
match_function_type
to indicate two special types
490
if (cbegroup) mb->
match_function_type
|= MATCH_CBEGROUP;
774
string, the variable mb->
match_function_type
contains the MATCH_CBEGROUP bit.
785
if ((mb->
match_function_type
& MATCH_CBEGROUP) != 0)
790
mb->
match_function_type
&= ~MATCH_CBEGROUP;
[
all
...]
pcre2_intmodedep.h
813
uint32_t
match_function_type
; /* Set for certain special calls of match() */
member in struct:match_block
[
all
...]
Completed in 695 milliseconds