Diff for /embedaddon/pcre/doc/pcre_jit_exec.3 between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/07/22 08:25:56 version 1.1.1.2, 2014/06/15 19:46:05
Line 6  PCRE - Perl-compatible regular expressions Line 6  PCRE - Perl-compatible regular expressions
 .sp  .sp
 .B #include <pcre.h>  .B #include <pcre.h>
 .PP  .PP
.SM.nf
 .B int pcre_jit_exec(const pcre *\fIcode\fP, "const pcre_extra *\fIextra\fP,"  .B int pcre_jit_exec(const pcre *\fIcode\fP, "const pcre_extra *\fIextra\fP,"
.ti +5n.B "     const char *\fIsubject\fP, int \fIlength\fP, int \fIstartoffset\fP,"
.B "const char *\fIsubject\fP," int \fIlength\fP, int \fIstartoffset\fP,.B "     int \fIoptions\fP, int *\fIovector\fP, int \fIovecsize\fP,"
.ti +5n.B "     pcre_jit_stack *\fIjstack\fP);"
.B int \fIoptions\fP, int *\fIovector\fP, int \fIovecsize\fP,.sp
.ti +5n 
.B pcre_jit_stack *\fIjstack\fP); 
.PP 
 .B int pcre16_jit_exec(const pcre16 *\fIcode\fP, "const pcre16_extra *\fIextra\fP,"  .B int pcre16_jit_exec(const pcre16 *\fIcode\fP, "const pcre16_extra *\fIextra\fP,"
.ti +5n.B "     PCRE_SPTR16 \fIsubject\fP, int \fIlength\fP, int \fIstartoffset\fP,"
.B "PCRE_SPTR16 \fIsubject\fP," int \fIlength\fP, int \fIstartoffset\fP,.B "     int \fIoptions\fP, int *\fIovector\fP, int \fIovecsize\fP,"
.ti +5n.B "     pcre_jit_stack *\fIjstack\fP);"
.B int \fIoptions\fP, int *\fIovector\fP, int \fIovecsize\fP,.sp
.ti +5n 
.B pcre_jit_stack *\fIjstack\fP); 
.PP 
 .B int pcre32_jit_exec(const pcre32 *\fIcode\fP, "const pcre32_extra *\fIextra\fP,"  .B int pcre32_jit_exec(const pcre32 *\fIcode\fP, "const pcre32_extra *\fIextra\fP,"
.ti +5n.B "     PCRE_SPTR32 \fIsubject\fP, int \fIlength\fP, int \fIstartoffset\fP,"
.B "PCRE_SPTR32 \fIsubject\fP," int \fIlength\fP, int \fIstartoffset\fP,.B "     int \fIoptions\fP, int *\fIovector\fP, int \fIovecsize\fP,"
.ti +5n.B "     pcre_jit_stack *\fIjstack\fP);"
.B int \fIoptions\fP, int *\fIovector\fP, int \fIovecsize\fP,.fi
.ti +5n 
.B pcre_jit_stack *\fIjstack\fP); 
 .  .
 .SH DESCRIPTION  .SH DESCRIPTION
 .rs  .rs

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>