Parent Directory
|
Revision Log
|
Patch
| revision 200 by ph10, Wed Aug 1 09:10:40 2007 UTC | revision 230 by ph10, Mon Sep 10 13:23:56 2007 UTC | |
|---|---|---|
| # | Line 85 if (re->magic_number != MAGIC_NUMBER) | Line 85 if (re->magic_number != MAGIC_NUMBER) |
| 85 | } | } |
| 86 | if (optptr != NULL) *optptr = (int)(re->options & PUBLIC_OPTIONS); | if (optptr != NULL) *optptr = (int)(re->options & PUBLIC_OPTIONS); |
| 87 | if (first_byte != NULL) | if (first_byte != NULL) |
| 88 | *first_byte = ((re->options & PCRE_FIRSTSET) != 0)? re->first_byte : | *first_byte = ((re->flags & PCRE_FIRSTSET) != 0)? re->first_byte : |
| 89 | ((re->options & PCRE_STARTLINE) != 0)? -1 : -2; | ((re->flags & PCRE_STARTLINE) != 0)? -1 : -2; |
| 90 | return re->top_bracket; | return re->top_bracket; |
| 91 | } | } |
| 92 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |