Home
last modified time | relevance | path

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

/PHP-5.4/ext/soap/
H A Dphp_schema.h38 void delete_restriction_var_char(void *srvc);
H A Dphp_schema.c700 zend_hash_init(cur_type->restrictions->enumeration, 0, NULL, delete_restriction_var_char, 0); in schema_restriction_simpleContent()
703 delete_restriction_var_char(&enumval); in schema_restriction_simpleContent()
2421 delete_restriction_var_char(&type->restrictions->whiteSpace); in delete_type()
2422 delete_restriction_var_char(&type->restrictions->pattern); in delete_type()
2573 void delete_restriction_var_char(void *srvc) in delete_restriction_var_char() function
H A Dphp_sdl.c1355 zend_hash_init(type->restrictions->enumeration, i, NULL, delete_restriction_var_char, 0); in sdl_deserialize_type()

Completed in 18 milliseconds