Lines Matching refs:pcre_extra

1600        pcre_extra *pcre_study(const pcre *code, int options,
1603 void pcre_free_study(pcre_extra *extra);
1605 int pcre_exec(const pcre *code, const pcre_extra *extra,
1609 int pcre_dfa_exec(const pcre *code, const pcre_extra *extra,
1651 int pcre_jit_exec(const pcre *code, const pcre_extra *extra,
1660 void pcre_assign_jit_stack(pcre_extra *extra,
1665 int pcre_fullinfo(const pcre *code, const pcre_extra *extra,
1675 pcre_extra *extra, const unsigned char *tables);
2513 pcre_extra *pcre_study(const pcre *code, int options,
2521 pointer to a pcre_extra block, in which the study_data field points to
2525 pcre_exec() or pcre_dfa_exec(). However, a pcre_extra block also con-
2532 pcre_dfa_exec(), it must set up its own pcre_extra block. However, if
2534 returns a pcre_extra block even if studying did not find any additional
2578 pcre_extra *sd;
2688 int pcre_fullinfo(const pcre *code, const pcre_extra *extra,
3009 pointed to by the study_data field in a pcre_extra block. If pcre_extra
3063 int pcre_exec(const pcre *code, const pcre_extra *extra,
3101 If the extra argument is not NULL, it must point to a pcre_extra data
3104 tional information in it. The pcre_extra block contains the following
3134 times the executable_jit field are set in the pcre_extra block that is
3162 pcre_extra block in which match_limit is set, and
3190 a pcre_extra block in which match_limit_recursion is set, and
3658 pcre_extra structure (or defaulted) was reached. See the description
3710 field in a pcre_extra structure (or defaulted) was reached. See the
4084 int pcre_dfa_exec(const pcre *code, const pcre_extra *extra,
4477 passed in the callout_data field of a pcre_extra or pcre[16|32]_extra
4479 in a callout block is NULL. There is a description of the pcre_extra
8373 each compiled pattern, and pass the resulting pcre_extra block to
8376 (2) Use pcre_free_study() to free the pcre_extra block when it is
8419 is passed a pcre_extra block containing a pointer to JIT code of the
8515 pcre_extra *extra
8572 argument is non-NULL and points to a pcre_extra block that is the
8652 pcre_extra *extra;