Symbol: re_acquire_state_context
src/system/libroot/posix/glibc/regex/regcomp.c
1062
dfa->init_state = re_acquire_state_context (&err, dfa, &init_nodes, 0);
src/system/libroot/posix/glibc/regex/regcomp.c
1068
dfa->init_state_word = re_acquire_state_context (&err, dfa, &init_nodes,
src/system/libroot/posix/glibc/regex/regcomp.c
1070
dfa->init_state_nl = re_acquire_state_context (&err, dfa, &init_nodes,
src/system/libroot/posix/glibc/regex/regcomp.c
1072
dfa->init_state_begbuf = re_acquire_state_context (&err, dfa,
src/system/libroot/posix/glibc/regex/regexec.c
1033
return re_acquire_state_context (err, dfa,
src/system/libroot/posix/glibc/regex/regexec.c
2326
= re_acquire_state_context (err, dfa, &next_nodes, context);
src/system/libroot/posix/glibc/regex/regexec.c
2451
next_state = re_acquire_state_context (err, dfa, &next_nodes, context);
src/system/libroot/posix/glibc/regex/regexec.c
2522
= re_acquire_state_context (&err, dfa, &dest_nodes, context);
src/system/libroot/posix/glibc/regex/regexec.c
2595
= re_acquire_state_context (&err, dfa, new_dest_nodes,
src/system/libroot/posix/glibc/regex/regexec.c
2613
= re_acquire_state_context (&err, dfa, &dest_nodes, context);
src/system/libroot/posix/glibc/regex/regexec.c
2925
cur_state = re_acquire_state_context (&err, dfa, &next_nodes, context);
src/system/libroot/posix/glibc/regex/regexec.c
2976
cur_state = re_acquire_state_context (&err, dfa, &next_nodes, context);
src/system/libroot/posix/glibc/regex/regexec.c
3389
dest_states[i] = re_acquire_state_context (&err, dfa, &follows, 0);
src/system/libroot/posix/glibc/regex/regexec.c
3396
dest_states_word[i] = re_acquire_state_context (&err, dfa, &follows,
src/system/libroot/posix/glibc/regex/regexec.c
3404
dest_states_nl[i] = re_acquire_state_context (&err, dfa, &follows,