Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c4718 } type_cclass_key; typedef
4720 static int type_cclass_cmp(type_cclass_key* x, type_cclass_key* y) in type_cclass_cmp()
4728 static int type_cclass_hash(type_cclass_key* key) in type_cclass_hash()
4758 i_free_shared_class(type_cclass_key* key, Node* node, void* arg) in i_free_shared_class()
4950 type_cclass_key key; in parse_exp()
4951 type_cclass_key* new_key; in parse_exp()
4982 new_key = (type_cclass_key* )xmalloc(sizeof(type_cclass_key)); in parse_exp()
4983 xmemcpy(new_key, &key, sizeof(type_cclass_key)); in parse_exp()

Completed in 15 milliseconds