Home
last modified time | relevance | path

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

/PHP-5.3/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.h342 #define PCRE_PUCHAR CUSTOM_SUBJECT_PTR macro
344 #define PCRE_PUCHAR const pcre_uchar * macro
2444 PCRE_PUCHAR subject_position;
2454 PCRE_PUCHAR epb_saved_eptr;
2491 PCRE_PUCHAR start_subject; /* Start of the subject string */
2492 PCRE_PUCHAR end_subject; /* End of the subject string */
2493 PCRE_PUCHAR start_match_ptr; /* Start of matched string */
2495 PCRE_PUCHAR start_used_ptr; /* Earliest consulted character */
2689 extern BOOL PRIV(is_newline)(PCRE_PUCHAR, int, PCRE_PUCHAR,
2692 extern int PRIV(valid_utf)(PCRE_PUCHAR, int, int *);
[all …]
H A Dpcre_exec.c379 PCRE_PUCHAR Xeptr;
381 PCRE_PUCHAR Xmstart;
388 PCRE_PUCHAR Xcallpat;
390 PCRE_PUCHAR Xcharptr;
392 PCRE_PUCHAR Xdata;
393 PCRE_PUCHAR Xnext;
394 PCRE_PUCHAR Xpp;
395 PCRE_PUCHAR Xprev;
396 PCRE_PUCHAR Xsaved_eptr;
612 PCRE_PUCHAR pp; in match()
[all …]
H A Dpcre_compile.c7909 (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0) in pcre_compile2()
7998 print_puchar(stdout, (PCRE_PUCHAR)pattern); in pcre_compile2()

Completed in 65 milliseconds