Home
last modified time | relevance | path

Searched defs:pstr (Results 1 – 3 of 3) sorted by relevance

/posix/
A Dregex_internal.c77 re_string_construct (re_string_t *pstr, const char *str, Idx len, in re_string_construct()
140 re_string_realloc_buffers (re_string_t *pstr, Idx new_buf_len) in re_string_realloc_buffers()
180 re_string_construct_common (const char *str, Idx len, re_string_t *pstr, in re_string_construct_common()
211 build_wcs_buffer (re_string_t *pstr) in build_wcs_buffer()
281 build_wcs_upper_buffer (re_string_t *pstr) in build_wcs_upper_buffer()
539 build_upper_buffer (re_string_t *pstr) in build_upper_buffer()
558 re_string_translate_buffer (re_string_t *pstr) in re_string_translate_buffer()
579 re_string_reconstruct (re_string_t *pstr, Idx idx, int eflags) in re_string_reconstruct()
840 re_string_peek_byte_case (const re_string_t *pstr, Idx idx) in re_string_peek_byte_case()
876 re_string_fetch_byte_case (re_string_t *pstr) in re_string_fetch_byte_case()
[all …]
A Dregex_internal.h434 #define re_string_peek_byte(pstr, offset) \ argument
436 #define re_string_fetch_byte(pstr) \ argument
438 #define re_string_first_byte(pstr, idx) \ argument
440 #define re_string_is_single_byte_char(pstr, idx) \ argument
444 #define re_string_cur_idx(pstr) ((pstr)->cur_idx) argument
445 #define re_string_get_buffer(pstr) ((pstr)->mbs) argument
446 #define re_string_length(pstr) ((pstr)->len) argument
447 #define re_string_byte_at(pstr,idx) ((pstr)->mbs[idx]) argument
786 re_string_char_size_at (const re_string_t *pstr, Idx idx) in re_string_char_size_at()
799 re_string_wchar_at (const re_string_t *pstr, Idx idx) in re_string_wchar_at()
[all …]
A Dregexec.c3989 re_string_t *pstr = &mctx->input; in extend_buffers() local

Completed in 22 milliseconds