Searched refs:match_function_type (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_exec.c73 /* Values for setting in md->match_function_type to indicate two special types
728 string, the variable md->match_function_type is set to MATCH_CBEGROUP. It is
739 if (md->match_function_type == MATCH_CBEGROUP)
744 md->match_function_type = 0;
982 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1064 md->match_function_type = MATCH_CBEGROUP;
1164 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1243 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1394 md->match_function_type to MATCH_CONDASSERT causes it to stop at the end
1398 md->match_function_type
[all...]

Completed in 31 milliseconds