Home
last modified time | relevance | path

Searched refs:pcre_uchar (Results 1 – 12 of 12) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_get.c80 pcre_uchar *nametable; in pcre_get_stringnumber()
119 (pcre_uchar *)(entry + IMM2_SIZE)); in pcre_get_stringnumber()
163 pcre_uchar *nametable, *lastentry; in pcre_get_stringtable_entries()
206 pcre_uchar *first = entry; in pcre_get_stringtable_entries()
207 pcre_uchar *last = entry; in pcre_get_stringtable_entries()
270 pcre_uchar *entry; in get_first_set()
293 for (entry = (pcre_uchar *)first; entry <= (pcre_uchar *)last; entry += entrysize) in get_first_set()
452 int size = sizeof(pcre_uchar *); in pcre_get_substring_list()
454 pcre_uchar **stringlist; in pcre_get_substring_list()
455 pcre_uchar *p; in pcre_get_substring_list()
[all …]
H A Dpcre_compile.c1512 pcre_uchar c; in get_ucp()
2077 const pcre_uchar *
2769 could_be_empty(const pcre_uchar *code, const pcre_uchar *endcode, in could_be_empty()
2794 static pcre_uchar
2917 pcre_uchar base; in get_chr_property_list()
3121 pcre_uchar c; in compare_opcodes()
3931 check_posix_syntax(const pcre_uchar *ptr, const pcre_uchar **endptr) in check_posix_syntax()
4022 pcre_uchar *hc; in adjust_recurse()
9011 pcre_uchar *code; in pcre_compile2()
9511 pcre_uchar *temp = (pcre_uchar *)codestart; in pcre_compile2()
[all …]
H A Dpcre_internal.h263 typedef unsigned char pcre_uchar; typedef
276 typedef pcre_uint16 pcre_uchar; typedef
284 typedef pcre_uint32 pcre_uchar; typedef
350 #define PCRE_PUCHAR const pcre_uchar *
2469 pcre_uchar *current_branch;
2476 const pcre_uchar *group;
2526 pcre_uchar *name_table; /* Table of names */
2542 const pcre_uchar *start_code; /* For use when recursing */
2700 const pcre_uchar *);
2729 const pcre_uchar *);
[all …]
H A Dpcre_printint.c116 print_char(FILE *f, pcre_uchar *ptr, BOOL utf) in print_char()
262 print_prop(FILE *f, pcre_uchar *code, const char *before, const char *after) in print_prop()
311 pcre_uchar *codestart, *code; in pcre_printint()
330 code = codestart = (pcre_uchar *)re + offset + count * size; in pcre_printint()
336 pcre_uchar *ccode; in pcre_printint()
431 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size) + in pcre_printint()
449 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size) + in pcre_printint()
615 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size) + in pcre_printint()
700 ccode += 32 / sizeof(pcre_uchar); in pcre_printint()
707 pcre_uchar ch; in pcre_printint()
H A Dpcre_study.c91 register pcre_uchar *cc = (pcre_uchar *)code + 1 + LINK_SIZE; in find_minlength()
104 pcre_uchar *cs, *ce; in find_minlength()
105 register pcre_uchar op = *cc; in find_minlength()
391 pcre_uchar *slot = (pcre_uchar *)re + in find_minlength()
632 static const pcre_uchar *
648 pcre_uchar buff[6]; in set_table_bit()
732 pcre_uchar buff[6]; in set_type_bits()
831 const pcre_uchar *tcode = code + 1 + LINK_SIZE; in set_start_bits()
937 pcre_uchar buff[6]; in set_start_bits()
1353 tcode += 32 / sizeof(pcre_uchar); in set_start_bits()
[all …]
H A Dpcre_xclass.c65 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) in PRIV()
67 pcre_uchar t; in PRIV()
96 if ((*data++ & XCL_MAP) != 0) data += 32 / sizeof(pcre_uchar); in PRIV()
H A Dpcre_jit_compile.c231 pcre_uchar *cc;
544 static pcre_uchar *bracketend(pcre_uchar *cc) in bracketend()
782 pcre_uchar *slot; in check_opcode_types()
926 pcre_uchar *next; in detect_repeat()
929 pcre_uchar type; in detect_repeat()
6088 pcre_uchar type; in compile_ref_iterator_matchingpath()
6995 pcre_uchar ket; in compile_bracket_matchingpath()
7805 …INE pcre_uchar *get_iterator_parameters(compiler_common *common, pcre_uchar *cc, pcre_uchar *opcod… in get_iterator_parameters()
7908 pcre_uchar type; in compile_iterator_matchingpath()
8871 pcre_uchar ket; in compile_bracket_backtrackingpath()
[all …]
H A Dpcre_ord2utf8.c66 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV()
H A Dpcre_fullinfo.c197 *((const pcre_uchar **)where) = (const pcre_uchar *)re + re->name_table_offset; in pcre_fullinfo()
H A Dpcre_valid_utf8.c118 register pcre_uchar ab, c, d; in PRIV()
H A Dpcre_exec.c394 const pcre_uchar *Xecode;
423 pcre_uchar Xocchars[6];
621 const pcre_uchar *charptr; in match()
623 const pcre_uchar *callpat; in match()
624 const pcre_uchar *data; in match()
625 const pcre_uchar *next; in match()
627 const pcre_uchar *prev; in match()
641 pcre_uchar occhars[6]; in match()
6371 pcre_uchar req_char = 0; in pcre_exec()
6372 pcre_uchar req_char2 = 0; in pcre_exec()
[all …]
H A DChangeLog788 4. Changing the definition of the variable "op" in pcre_exec.c from pcre_uchar
795 in repeated character loops from pcre_uchar to pcre_uint32 also gave speed
845 19. Redefined some pcre_uchar variables in pcre_exec.c as pcre_uint32; this

Completed in 102 milliseconds