delete_type_persistent   31 soap/php_schema.h void delete_type_persistent(void *data);
delete_type_persistent 2803 soap/php_sdl.c 		zend_hash_init(ptype->elements, zend_hash_num_elements(type->elements), NULL, delete_type_persistent, 1);
delete_type_persistent 2977 soap/php_sdl.c 		zend_hash_init(psdl->groups, zend_hash_num_elements(sdl->groups), NULL, delete_type_persistent, 1);
delete_type_persistent 2997 soap/php_sdl.c 		zend_hash_init(psdl->types, zend_hash_num_elements(sdl->types), NULL, delete_type_persistent, 1);
delete_type_persistent 3017 soap/php_sdl.c 		zend_hash_init(psdl->elements, zend_hash_num_elements(sdl->elements), NULL, delete_type_persistent, 1);