Parent Directory
|
Revision Log
|
Patch
code/trunk/pcre_try_flipped.c revision 461 by ph10, Mon Oct 5 10:59:35 2009 UTC | code/branches/pcre16/pcre_try_flipped.c 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) |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |