Searched refs:ptrptr (Results 1 - 2 of 2) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_substitute.c | 70 ptrptr points to the pointer to the start of the text (updated) 79 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, in find_text_end() argument 85 PCRE2_SPTR ptr = *ptrptr; in find_text_end() 161 *ptrptr = ptr; in find_text_end()
|
H A D | pcre2_compile.c | 1305 ptrptr points to the character pointer variable 1319 read_number(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, int32_t allow_sign, in read_number() argument 1324 PCRE2_SPTR ptr = *ptrptr; in read_number() 1376 *ptrptr = ptr; in read_number() 1392 ptrptr points to pointer to character after'{' 1405 read_repeat_counts(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *minp, in read_repeat_counts() argument 1417 for (p = *ptrptr;; p++) in read_repeat_counts() 1434 p = *ptrptr; in read_repeat_counts() 1466 *ptrptr = p; in read_repeat_counts() 1489 ptrptr point 1504 check_escape(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *chptr, int *errorcodeptr, uint32_t options, uint32_t extra_options, BOOL isclass, compile_block *cb) check_escape() argument 2089 get_ucp(PCRE2_SPTR *ptrptr, BOOL *negptr, uint16_t *ptypeptr, uint16_t *pdataptr, int *errorcodeptr, compile_block *cb) get_ucp() argument 2381 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, BOOL utf, uint32_t terminator, PCRE2_SIZE *offsetptr, PCRE2_SPTR *nameptr, uint32_t *namelenptr, int *errorcodeptr, compile_block *cb) read_name() argument [all...] |
Completed in 6 milliseconds