Lines Matching full:vint
2216 int modified, vint; in primary_config_reload() local
2258 vint = nv_get_int32(nv, "replication"); in primary_config_reload()
2259 if (gres->hr_replication != vint) { in primary_config_reload()
2260 gres->hr_replication = vint; in primary_config_reload()
2263 vint = nv_get_int32(nv, "checksum"); in primary_config_reload()
2264 if (gres->hr_checksum != vint) { in primary_config_reload()
2265 gres->hr_checksum = vint; in primary_config_reload()
2268 vint = nv_get_int32(nv, "compression"); in primary_config_reload()
2269 if (gres->hr_compression != vint) { in primary_config_reload()
2270 gres->hr_compression = vint; in primary_config_reload()
2273 vint = nv_get_int32(nv, "timeout"); in primary_config_reload()
2274 if (gres->hr_timeout != vint) { in primary_config_reload()
2275 gres->hr_timeout = vint; in primary_config_reload()
2283 vint = nv_get_int32(nv, "metaflush"); in primary_config_reload()
2284 if (gres->hr_metaflush != vint) { in primary_config_reload()
2285 gres->hr_metaflush = vint; in primary_config_reload()