Home
last modified time | relevance | path

Searched refs:type_cclass_key (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/ext/mbstring/oniguruma/
H A Dregparse.c4868 } type_cclass_key; typedef
4870 static int type_cclass_cmp(type_cclass_key* x, type_cclass_key* y) in type_cclass_cmp()
4878 static int type_cclass_hash(type_cclass_key* key) in type_cclass_hash()
4908 i_free_shared_class(type_cclass_key* key, Node* node, void* arg ARG_UNUSED) in i_free_shared_class()
5211 type_cclass_key key; in parse_exp()
5212 type_cclass_key* new_key; in parse_exp()
5245 new_key = (type_cclass_key* )xmalloc(sizeof(type_cclass_key)); in parse_exp()
5246 xmemcpy(new_key, &key, sizeof(type_cclass_key)); in parse_exp()

Completed in 15 milliseconds