Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c228 typedef struct tre_stack_rec tre_stack_t; typedef
234 static tre_stack_t *
239 tre_stack_destroy(tre_stack_t *s);
243 tre_stack_num_objects(tre_stack_t *s);
245 /* Each tre_stack_push_*(tre_stack_t *s, <type> value) function pushes
250 static reg_errcode_t tre_stack_push_ ## typetag(tre_stack_t *s, type value)
255 /* Each tre_stack_pop_*(tre_stack_t *s) function pops the topmost
259 static type tre_stack_pop_ ## typetag(tre_stack_t *s)
301 static tre_stack_t *
304 tre_stack_t * in tre_stack_new()
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c228 typedef struct tre_stack_rec tre_stack_t; typedef
234 static tre_stack_t *
239 tre_stack_destroy(tre_stack_t *s);
243 tre_stack_num_objects(tre_stack_t *s);
245 /* Each tre_stack_push_*(tre_stack_t *s, <type> value) function pushes
250 static reg_errcode_t tre_stack_push_ ## typetag(tre_stack_t *s, type value)
255 /* Each tre_stack_pop_*(tre_stack_t *s) function pops the topmost
259 static type tre_stack_pop_ ## typetag(tre_stack_t *s)
301 static tre_stack_t *
304 tre_stack_t * in tre_stack_new()
[all...]
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c228 typedef struct tre_stack_rec tre_stack_t; typedef
234 static tre_stack_t *
239 tre_stack_destroy(tre_stack_t *s);
243 tre_stack_num_objects(tre_stack_t *s);
245 /* Each tre_stack_push_*(tre_stack_t *s, <type> value) function pushes
250 static reg_errcode_t tre_stack_push_ ## typetag(tre_stack_t *s, type value)
255 /* Each tre_stack_pop_*(tre_stack_t *s) function pops the topmost
259 static type tre_stack_pop_ ## typetag(tre_stack_t *s)
301 static tre_stack_t *
304 tre_stack_t * in tre_stack_new()
[all...]
/third_party/musl/src/regex/
H A Dregcomp.c228 typedef struct tre_stack_rec tre_stack_t; typedef
234 static tre_stack_t *
239 tre_stack_destroy(tre_stack_t *s);
243 tre_stack_num_objects(tre_stack_t *s);
245 /* Each tre_stack_push_*(tre_stack_t *s, <type> value) function pushes
250 static reg_errcode_t tre_stack_push_ ## typetag(tre_stack_t *s, type value)
255 /* Each tre_stack_pop_*(tre_stack_t *s) function pops the topmost
259 static type tre_stack_pop_ ## typetag(tre_stack_t *s)
301 static tre_stack_t *
304 tre_stack_t * in tre_stack_new()
[all...]

Completed in 7 milliseconds