#include "pcre_internal.h"
Go to the source code of this file.
Functions | |
static unsigned long int | byteflip (unsigned long int value, int n) |
real_pcre * | _pcre_try_flipped (const real_pcre *re, real_pcre *internal_re, const pcre_study_data *study, pcre_study_data *internal_study) |
real_pcre* _pcre_try_flipped | ( | const real_pcre * | re, | |
real_pcre * | internal_re, | |||
const pcre_study_data * | study, | |||
pcre_study_data * | internal_study | |||
) |
Definition at line 102 of file pcre_try_flipped.c.
References byteflip(), real_pcre::first_byte, real_pcre::flags, MAGIC_NUMBER, real_pcre::magic_number, real_pcre::name_count, real_pcre::name_entry_size, real_pcre::name_table_offset, NULL, pcre_study_data::options, real_pcre::options, real_pcre::req_byte, pcre_study_data::size, real_pcre::size, real_pcre::top_backref, and real_pcre::top_bracket.
Referenced by pcre_dfa_exec(), pcre_exec(), pcre_fullinfo(), and pcre_info().