Searched refs:src_idx (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.c268 int src_idx, byte_idx, end_idx, remain_len;
319 src_idx = byte_idx;
353 for (src_idx = pstr->valid_raw_len; byte_idx < end_idx;)
366 ch = pstr->raw_mbs [pstr->raw_mbs_idx + src_idx + i];
372 p = (const char *) pstr->raw_mbs + pstr->raw_mbs_idx + src_idx;
411 pstr->offsets[byte_idx] = src_idx;
415 = src_idx + (i < mbclen ? i : mbclen - 1);
419 if (pstr->raw_stop > src_idx)
424 src_idx += mbclen;
437 pstr->offsets[byte_idx + i] = src_idx
267 int src_idx, byte_idx, end_idx, remain_len; local
[all...]
H A Dregexec.c102 int src_idx) internal_function;
1887 int dst_node, int dst_idx, int src_node, int src_idx)
1893 int src_bkref_idx = search_cur_bkref_entry (mctx, src_idx);
1905 subexp_idx, src_node, src_idx,
1883 check_dst_limits(const re_match_context_t *mctx, re_node_set *limits, int dst_node, int dst_idx, int src_node, int src_idx) argument

Completed in 29 milliseconds