pcre2_jit_match man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

PCRE2_JIT_MATCH(3)					    PCRE2_JIT_MATCH(3)

NAME
       PCRE2 - Perl-compatible regular expressions (revised API)

SYNOPSIS

       #include <pcre2.h>

       int pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject,
	 PCRE2_SIZE length, PCRE2_SIZE startoffset,
	 uint32_t options, pcre2_match_data *match_data,
	 pcre2_match_context *mcontext);

DESCRIPTION

       This  function matches a compiled regular expression that has been suc‐
       cessfully processed by the JIT compiler against a given subject string,
       using  a	 matching  algorithm  that is similar to Perl's. It is a "fast
       path" interface to JIT, and it bypasses some of the sanity checks  that
       pcre2_match()  applies.	 Its  arguments	 are  exactly  the same as for
       pcre2_match().

       The supported options are PCRE2_NOTBOL,	PCRE2_NOTEOL,  PCRE2_NOTEMPTY,
       PCRE2_NOTEMPTY_ATSTART,	 PCRE2_PARTIAL_HARD,  and  PCRE2_PARTIAL_SOFT.
       Unsupported options are ignored. The subject string is not checked  for
       UTF validity.

       The   return   values   are   the   same	  as  for  pcre2_match()  plus
       PCRE2_ERROR_JIT_BADOPTION if a matching mode (partial or	 complete)  is
       requested  that	was not compiled. For details of partial matching, see
       the pcre2partial page.

       There is a complete description of the PCRE2 native API in the pcre2api
       page and a description of the JIT API in the pcre2jit page.

PCRE2 10.0		       03 November 2014		    PCRE2_JIT_MATCH(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net