totalDigits       681 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->totalDigits);
totalDigits      2416 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->totalDigits);
totalDigits      2463 ext/soap/php_schema.c 		delete_restriction_var_int_persistent(&type->restrictions->totalDigits);
totalDigits      1347 ext/soap/php_sdl.c 		type->restrictions->totalDigits = sdl_deserialize_resriction_int(in);
totalDigits      1949 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->totalDigits,out);
totalDigits      2771 ext/soap/php_sdl.c 		if (ptype->restrictions->totalDigits) {
totalDigits      2772 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->totalDigits);
totalDigits       143 ext/soap/php_sdl.h 	sdlRestrictionIntPtr totalDigits;