OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufs_len
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c
98
if (pstr->
bufs_len
> pstr->valid_len + dfa->mb_cur_max)
100
ret = re_string_realloc_buffers (pstr, pstr->
bufs_len
* 2);
121
pstr->valid_len = pstr->
bufs_len
;
122
pstr->valid_raw_len = pstr->
bufs_len
;
167
pstr->
bufs_len
= new_buf_len;
219
pstr->
bufs_len
. */
220
end_idx = (pstr->
bufs_len
> pstr->len) ? pstr->len : pstr->
bufs_len
;
287
end_idx = (pstr->
bufs_len
> pstr->len) ? pstr->len : pstr->
bufs_len
;
[
all
...]
regexec.c
728
if (BE (SIZE_MAX / sizeof (re_dfastate_t *) <= mctx.input.
bufs_len
, 0))
734
mctx.state_log = re_malloc (re_dfastate_t *, mctx.input.
bufs_len
+ 1);
[
all
...]
regex_internal.h
385
Idx
bufs_len
;
member in struct:re_string_t
Completed in 46 milliseconds