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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c185 static int check_node_accept_bytes (const re_dfa_t *dfa, int node_idx,
1298 naccepted = check_node_accept_bytes (dfa, node, &mctx->input, *pidx);
2227 naccepted = check_node_accept_bytes (dfa, node_idx, &mctx->input, str_idx);
2521 naccepted = check_node_accept_bytes (dfa, cur_node_idx, &mctx->input,
3059 naccepted = check_node_accept_bytes (dfa, cur_node, &mctx->input,
3720 check_node_accept_bytes (const re_dfa_t *dfa, int node_idx,
3716 check_node_accept_bytes (const re_dfa_t *dfa, int node_idx, function

Completed in 48 milliseconds