minInclusive      677 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->minInclusive);
minInclusive     2401 ext/soap/php_schema.c 		delete_restriction_var_int(type->restrictions->minInclusive);
minInclusive     2448 ext/soap/php_schema.c 		delete_restriction_var_int_persistent(type->restrictions->minInclusive);
minInclusive     1336 ext/soap/php_sdl.c 		type->restrictions->minInclusive = sdl_deserialize_resriction_int(in);
minInclusive     1933 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->minInclusive,out);
minInclusive     2738 ext/soap/php_sdl.c 		if (ptype->restrictions->minInclusive) {
minInclusive     2739 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->minInclusive);
minInclusive      140 ext/soap/php_sdl.h 	sdlRestrictionIntPtr minInclusive;