Searched refs:USPTR (Results 1 – 7 of 7) sorted by relevance
/external/pcre/ |
D | pcre_newline.c | 76 _pcre_is_newline(USPTR ptr, int type, USPTR endptr, int *lenptr, BOOL utf8) in _pcre_is_newline() 125 _pcre_was_newline(USPTR ptr, int type, USPTR startptr, int *lenptr, BOOL utf8) in _pcre_was_newline()
|
D | pcre_valid_utf8.c | 92 _pcre_valid_utf8(USPTR string, int length) in _pcre_valid_utf8() 95 register USPTR p; in _pcre_valid_utf8()
|
D | pcre_internal.h | 271 #define USPTR CUSTOM_SUBJECT_PTR macro 274 #define USPTR const unsigned char * macro 1691 USPTR epb_saved_eptr; 1725 USPTR start_subject; /* Start of the subject string */ 1726 USPTR end_subject; /* End of the subject string */ 1727 USPTR start_match_ptr; /* Start of matched string */ 1728 USPTR end_match_ptr; /* Subject position at end match */ 1729 USPTR start_used_ptr; /* Earliest consulted character */ 1830 extern BOOL _pcre_is_newline(USPTR, int, USPTR, int *, BOOL); 1834 extern int _pcre_valid_utf8(USPTR, int); [all …]
|
D | pcre_exec.c | 149 match_ref(int offset, register USPTR eptr, int length, match_data *md, in match_ref() 152 USPTR p = md->start_subject + md->offset_vector[offset]; in match_ref() 181 USPTR endptr = eptr + length; in match_ref() 338 USPTR Xeptr; 340 USPTR Xmstart; 341 USPTR Xmarkptr; 350 USPTR Xcallpat; 352 USPTR Xcharptr; 354 USPTR Xdata; 355 USPTR Xnext; [all …]
|
D | pcre_dfa_exec.c | 2972 tb = ((USPTR)subject)[start_offset] & 0xc0; in pcre_dfa_exec() 3042 USPTR t = current_subject; in pcre_dfa_exec()
|
D | pcre_compile.c | 6928 (*erroroffset = _pcre_valid_utf8((USPTR)pattern, -1)) >= 0) in pcre_compile2()
|
D | ChangeLog | 423 definitions used USPTR. Even though USPTR is normally defined as "const 428 USPTR. 729 26. Changed a few more instances of "const unsigned char *" to USPTR, making
|