maxInclusive      681 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->maxInclusive);
maxInclusive     2403 ext/soap/php_schema.c 		delete_restriction_var_int(type->restrictions->maxInclusive);
maxInclusive     2450 ext/soap/php_schema.c 		delete_restriction_var_int_persistent(type->restrictions->maxInclusive);
maxInclusive     1338 ext/soap/php_sdl.c 		type->restrictions->maxInclusive = sdl_deserialize_resriction_int(in);
maxInclusive     1935 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->maxInclusive,out);
maxInclusive     2741 ext/soap/php_sdl.c 		if (ptype->restrictions->maxInclusive) {
maxInclusive     2742 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->maxInclusive);
maxInclusive      142 ext/soap/php_sdl.h 	sdlRestrictionIntPtr maxInclusive;