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

/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dregcomp.c234 static reg_errcode_t tre_stack_push_##typetag(tre_stack_t* s, type value)
262 reg_errcode_t _status; \
308 static reg_errcode_t tre_stack_push(tre_stack_t* s, union tre_stack_item value) {
494 static reg_errcode_t parse_bracket_terms(tre_parse_ctx_t* ctx, const char* s, struct literals* ls,
576 static reg_errcode_t parse_bracket(tre_parse_ctx_t* ctx, const char* s) {
583 reg_errcode_t err;
698 static reg_errcode_t marksub(tre_parse_ctx_t* ctx, tre_ast_node_t* node, int subid) {
733 static reg_errcode_t parse_atom(tre_parse_ctx_t* ctx, const char* s) {
745 reg_errcode_t err = parse_atom(ctx, p);
899 static reg_errcode_t tre_pars
[all...]
H A Dtre.h41 typedef int reg_errcode_t; typedef
H A Dregexec.c150 static reg_errcode_t tre_tnfa_run_parallel(const tre_tnfa_t* tnfa, const void* string,
163 reg_errcode_t ret;
513 static reg_errcode_t tre_tnfa_run_backtrack(const tre_tnfa_t* tnfa, const void* string,
861 reg_errcode_t status;

Completed in 71 milliseconds