Searched refs:delete_restriction_var_char (Results 1 – 3 of 3) sorted by relevance
38 void delete_restriction_var_char(void *srvc);
700 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
1355 zend_hash_init(type->restrictions->enumeration, i, NULL, delete_restriction_var_char, 0); in sdl_deserialize_type()
Completed in 31 milliseconds