Parent Directory
|
Revision Log
|
Patch
| revision 755 by ph10, Mon Nov 21 10:41:54 2011 UTC | revision 764 by zherczeg, Wed Nov 23 17:23:20 2011 UTC | |
|---|---|---|
| # | Line 99 Returns: the new block if is i | Line 99 Returns: the new block if is i |
| 99 | */ | */ |
| 100 | ||
| 101 | real_pcre * | real_pcre * |
| 102 | _pcre_try_flipped(const real_pcre *re, real_pcre *internal_re, | PRIV(try_flipped)(const real_pcre *re, real_pcre *internal_re, |
| 103 | const pcre_study_data *study, pcre_study_data *internal_study) | const pcre_study_data *study, pcre_study_data *internal_study) |
| 104 | { | { |
| 105 | if (byteflip(re->magic_number, sizeof(re->magic_number)) != MAGIC_NUMBER) | if (byteflip(re->magic_number, sizeof(re->magic_number)) != MAGIC_NUMBER) |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |