Home
last modified time | relevance | path

Searched refs:PCRE_PUCHAR (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_newline.c76 PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, in PRIV()
151 PRIV(was_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr, in PRIV()
H A Dpcre_valid_utf8.c107 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV()
110 register PCRE_PUCHAR p; in PRIV()
H A Dpcre_internal.h352 #define PCRE_PUCHAR CUSTOM_SUBJECT_PTR macro
354 #define PCRE_PUCHAR const pcre_uchar * macro
2500 PCRE_PUCHAR subject_position;
2510 PCRE_PUCHAR epb_saved_eptr;
2547 PCRE_PUCHAR start_subject; /* Start of the subject string */
2548 PCRE_PUCHAR end_subject; /* End of the subject string */
2549 PCRE_PUCHAR start_match_ptr; /* Start of matched string */
2551 PCRE_PUCHAR start_used_ptr; /* Earliest consulted character */
2745 extern BOOL PRIV(is_newline)(PCRE_PUCHAR, int, PCRE_PUCHAR,
2748 extern int PRIV(valid_utf)(PCRE_PUCHAR, int, int *);
[all …]
H A Dpcre_exec.c395 PCRE_PUCHAR Xeptr;
397 PCRE_PUCHAR Xmstart;
404 PCRE_PUCHAR Xcallpat;
406 PCRE_PUCHAR Xcharptr;
408 PCRE_PUCHAR Xdata;
409 PCRE_PUCHAR Xnext;
410 PCRE_PUCHAR Xpp;
411 PCRE_PUCHAR Xprev;
412 PCRE_PUCHAR Xsaved_eptr;
628 PCRE_PUCHAR pp; in match()
[all …]
H A Dpcre_compile.c9188 (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0) in pcre_compile2()
9277 print_puchar(stdout, (PCRE_PUCHAR)pattern); in pcre_compile2()

Completed in 55 milliseconds