Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_get.c82 pcre_uchar *nametable; in pcre_get_stringnumber()
121 (pcre_uchar *)(entry + IMM2_SIZE)); in pcre_get_stringnumber()
165 pcre_uchar *nametable, *lastentry; in pcre_get_stringtable_entries()
208 pcre_uchar *first = entry; in pcre_get_stringtable_entries()
209 pcre_uchar *last = entry; in pcre_get_stringtable_entries()
272 pcre_uchar *entry; in get_first_set()
295 for (entry = (pcre_uchar *)first; entry <= (pcre_uchar *)last; entry += entrysize) in get_first_set()
454 int size = sizeof(pcre_uchar *); in pcre_get_substring_list()
456 pcre_uchar **stringlist; in pcre_get_substring_list()
457 pcre_uchar *p; in pcre_get_substring_list()
[all …]
H A Dpcre_compile.c1514 pcre_uchar c; in get_ucp()
2079 const pcre_uchar *
2771 could_be_empty(const pcre_uchar *code, const pcre_uchar *endcode, in could_be_empty()
2796 static pcre_uchar
2919 pcre_uchar base; in get_chr_property_list()
3123 pcre_uchar c; in compare_opcodes()
3933 check_posix_syntax(const pcre_uchar *ptr, const pcre_uchar **endptr) in check_posix_syntax()
4024 pcre_uchar *hc; in adjust_recurse()
9008 pcre_uchar *code; in pcre_compile2()
9508 pcre_uchar *temp = (pcre_uchar *)codestart; in pcre_compile2()
[all …]
H A Dpcre_internal.h267 typedef unsigned char pcre_uchar; typedef
280 typedef pcre_uint16 pcre_uchar; typedef
288 typedef pcre_uint32 pcre_uchar; typedef
354 #define PCRE_PUCHAR const pcre_uchar *
2473 pcre_uchar *current_branch;
2480 const pcre_uchar *group;
2530 pcre_uchar *name_table; /* Table of names */
2546 const pcre_uchar *start_code; /* For use when recursing */
2704 const pcre_uchar *);
2733 const pcre_uchar *);
[all …]
H A Dpcre_study.c93 register pcre_uchar *cc = (pcre_uchar *)code + 1 + LINK_SIZE; in find_minlength()
106 pcre_uchar *cs, *ce; in find_minlength()
107 register pcre_uchar op = *cc; in find_minlength()
393 pcre_uchar *slot = (pcre_uchar *)re + in find_minlength()
634 static const pcre_uchar *
650 pcre_uchar buff[6]; in set_table_bit()
734 pcre_uchar buff[6]; in set_type_bits()
833 const pcre_uchar *tcode = code + 1 + LINK_SIZE; in set_start_bits()
939 pcre_uchar buff[6]; in set_start_bits()
1355 tcode += 32 / sizeof(pcre_uchar); in set_start_bits()
[all …]
H A Dpcre_xclass.c67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) in PRIV()
69 pcre_uchar t; in PRIV()
98 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.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV()
H A Dpcre_fullinfo.c199 *((const pcre_uchar **)where) = (const pcre_uchar *)re + re->name_table_offset; in pcre_fullinfo()
H A Dpcre_valid_utf8.c120 register pcre_uchar ab, c, d; in PRIV()
H A Dpcre_exec.c396 const pcre_uchar *Xecode;
425 pcre_uchar Xocchars[6];
623 const pcre_uchar *charptr; in match()
625 const pcre_uchar *callpat; in match()
626 const pcre_uchar *data; in match()
627 const pcre_uchar *next; in match()
629 const pcre_uchar *prev; in match()
643 pcre_uchar occhars[6]; in match()
6373 pcre_uchar req_char = 0; in pcre_exec()
6374 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 124 milliseconds