Searched defs:PCRE_PUCHAR (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_internal.h348 #define PCRE_PUCHAR CUSTOM_SUBJECT_PTR macro
350 #define PCRE_PUCHAR const pcre_uchar * macro
2471 PCRE_PUCHAR subject_position; /* Position at start of recursion */
2479 PCRE_PUCHAR subject_position;
2489 PCRE_PUCHAR epb_saved_eptr;
2526 PCRE_PUCHAR start_subject; /* Start of the subject string */
2527 PCRE_PUCHAR end_subject; /* End of the subject string */
2528 PCRE_PUCHAR start_match_ptr; /* Start of matched string */
2529 PCRE_PUCHAR end_match_ptr; /* Subject position at end match */
2530 PCRE_PUCHAR start_used_pt
[all...]

Completed in 37 milliseconds