Parent Directory
|
Revision Log
|
Patch
| revision 144 by ph10, Mon Apr 2 13:32:07 2007 UTC | revision 145 by ph10, Wed Apr 4 14:06:52 2007 UTC | |
|---|---|---|
| # | Line 3712 Returns: > 0 => success; value | Line 3712 Returns: > 0 => success; value |
| 3712 | < -1 => some kind of unexpected problem | < -1 => some kind of unexpected problem |
| 3713 | */ | */ |
| 3714 | ||
| 3715 | PCRE_DATA_SCOPE int | PCRE_EXP_DEFN int |
| 3716 | pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, | pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, |
| 3717 | PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, | PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, |
| 3718 | int offsetcount) | int offsetcount) |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |