Searched refs:newInt (Results 1 – 1 of 1) sorted by relevance
189 mc.MaxReqSize = newInt(maxInt)191 mc.MaxReqSize = newInt(int(*m.MaxRequestMessageBytes))196 mc.MaxRespSize = newInt(maxInt)198 mc.MaxRespSize = newInt(int(*m.MaxResponseMessageBytes))231 func newInt(b int) *int { func