minInclusive      675 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->minInclusive);
minInclusive     2413 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->minInclusive);
minInclusive     2460 ext/soap/php_schema.c 		delete_restriction_var_int_persistent(&type->restrictions->minInclusive);
minInclusive     1344 ext/soap/php_sdl.c 		type->restrictions->minInclusive = sdl_deserialize_resriction_int(in);
minInclusive     1946 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->minInclusive,out);
minInclusive     2765 ext/soap/php_sdl.c 		if (ptype->restrictions->minInclusive) {
minInclusive     2766 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->minInclusive);
minInclusive      140 ext/soap/php_sdl.h 	sdlRestrictionIntPtr minInclusive;