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

/external/pcre/dist/
H A Dpcre_internal.h348 #define PCRE_PUCHAR CUSTOM_SUBJECT_PTR macro
350 #define PCRE_PUCHAR const pcre_uchar * macro
2488 PCRE_PUCHAR subject_position; /* Position at start of recursion */
2496 PCRE_PUCHAR subject_position;
2506 PCRE_PUCHAR epb_saved_eptr;
2543 PCRE_PUCHAR start_subject; /* Start of the subject string */
2544 PCRE_PUCHAR end_subject; /* End of the subject string */
2545 PCRE_PUCHAR start_match_ptr; /* Start of matched string */
2546 PCRE_PUCHAR end_match_ptr; /* Subject position at end match */
2547 PCRE_PUCHAR start_used_pt
[all...]

Completed in 49 milliseconds