Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c4855 } type_cclass_key; typedef
4857 static int type_cclass_cmp(type_cclass_key* x, type_cclass_key* y) in type_cclass_cmp()
4865 static int type_cclass_hash(type_cclass_key* key) in type_cclass_hash()
4895 i_free_shared_class(type_cclass_key* key, Node* node, void* arg ARG_UNUSED) in i_free_shared_class()
5198 type_cclass_key key; in parse_exp()
5199 type_cclass_key* new_key; in parse_exp()
5232 new_key = (type_cclass_key* )xmalloc(sizeof(type_cclass_key)); in parse_exp()
5233 xmemcpy(new_key, &key, sizeof(type_cclass_key)); in parse_exp()

Completed in 15 milliseconds