totalDigits       683 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->totalDigits);
totalDigits      2404 ext/soap/php_schema.c 		delete_restriction_var_int(type->restrictions->totalDigits);
totalDigits      2451 ext/soap/php_schema.c 		delete_restriction_var_int_persistent(type->restrictions->totalDigits);
totalDigits      1339 ext/soap/php_sdl.c 		type->restrictions->totalDigits = sdl_deserialize_resriction_int(in);
totalDigits      1936 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->totalDigits,out);
totalDigits      2744 ext/soap/php_sdl.c 		if (ptype->restrictions->totalDigits) {
totalDigits      2745 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->totalDigits);
totalDigits       143 ext/soap/php_sdl.h 	sdlRestrictionIntPtr totalDigits;