pcre_uint16       905 ext/pcre/pcrelib/pcre_internal.h   pcre_uint16 flags;              /* Private flags */
pcre_uint16       906 ext/pcre/pcrelib/pcre_internal.h   pcre_uint16 dummy1;             /* For future use */
pcre_uint16       907 ext/pcre/pcrelib/pcre_internal.h   pcre_uint16 top_bracket;
pcre_uint16       908 ext/pcre/pcrelib/pcre_internal.h   pcre_uint16 top_backref;
pcre_uint16       909 ext/pcre/pcrelib/pcre_internal.h   pcre_uint16 first_byte;
pcre_uint16       910 ext/pcre/pcrelib/pcre_internal.h   pcre_uint16 req_byte;
pcre_uint16       911 ext/pcre/pcrelib/pcre_internal.h   pcre_uint16 name_table_offset;  /* Offset to name table that follows */
pcre_uint16       912 ext/pcre/pcrelib/pcre_internal.h   pcre_uint16 name_entry_size;    /* Size of any name items */
pcre_uint16       913 ext/pcre/pcrelib/pcre_internal.h   pcre_uint16 name_count;         /* Number of name items */
pcre_uint16       914 ext/pcre/pcrelib/pcre_internal.h   pcre_uint16 ref_count;          /* Reference count */
pcre_uint16      1081 ext/pcre/pcrelib/pcre_internal.h   pcre_uint16 name_offset;
pcre_uint16      1082 ext/pcre/pcrelib/pcre_internal.h   pcre_uint16 type;
pcre_uint16      1083 ext/pcre/pcrelib/pcre_internal.h   pcre_uint16 value;
pcre_uint16       109 ext/pcre/pcrelib/pcre_try_flipped.c internal_re->flags = (pcre_uint16)byteflip(re->flags, sizeof(re->flags));
pcre_uint16       111 ext/pcre/pcrelib/pcre_try_flipped.c   (pcre_uint16)byteflip(re->top_bracket, sizeof(re->top_bracket));
pcre_uint16       113 ext/pcre/pcrelib/pcre_try_flipped.c   (pcre_uint16)byteflip(re->top_backref, sizeof(re->top_backref));
pcre_uint16       115 ext/pcre/pcrelib/pcre_try_flipped.c   (pcre_uint16)byteflip(re->first_byte, sizeof(re->first_byte));
pcre_uint16       117 ext/pcre/pcrelib/pcre_try_flipped.c   (pcre_uint16)byteflip(re->req_byte, sizeof(re->req_byte));
pcre_uint16       119 ext/pcre/pcrelib/pcre_try_flipped.c   (pcre_uint16)byteflip(re->name_table_offset, sizeof(re->name_table_offset));
pcre_uint16       121 ext/pcre/pcrelib/pcre_try_flipped.c   (pcre_uint16)byteflip(re->name_entry_size, sizeof(re->name_entry_size));
pcre_uint16       123 ext/pcre/pcrelib/pcre_try_flipped.c   (pcre_uint16)byteflip(re->name_count, sizeof(re->name_count));