Parent Directory
|
Revision Log
|
Patch
| revision 358 by ph10, Wed Jul 9 11:03:07 2008 UTC | revision 359 by ph10, Wed Jul 9 16:20:19 2008 UTC | |
|---|---|---|
| # | Line 4384 Returns: > 0 => success; value | Line 4384 Returns: > 0 => success; value |
| 4384 | < -1 => some kind of unexpected problem | < -1 => some kind of unexpected problem |
| 4385 | */ | */ |
| 4386 | ||
| 4387 | PCRE_EXP_DEFN int | PCRE_EXP_DEFN int PCRE_CALL_CONVENTION |
| 4388 | pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, | pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, |
| 4389 | PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, | PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, |
| 4390 | int offsetcount) | int offsetcount) |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |