Searched refs:maxServerAllowRecvCache (Results 1 – 8 of 8) sorted by relevance
86 resource->common.maxServerAllowRecvCache = globalConfig->common.maxServerAllowRecvCache; in CopyGlobalConfig()175 gresource->common.maxServerAllowRecvCache = resource->common.maxServerAllowRecvCache; in CopySockConfig()
82 if ((globalResource->common.maxServerAllowRecvCache == 0) || in FtAppValidateCommParams()83 (globalResource->common.maxServerAllowRecvCache > FILLP_MAX_SERVER_ALLOW_SEND_RECV_CACHE)) { in FtAppValidateCommParams()85 globalResource->common.maxServerAllowRecvCache); in FtAppValidateCommParams()419 resource->common.maxServerAllowRecvCache = configValue; in FtAppSetMaxServeRecvCache()1000 *(FILLP_UINT32 *)value = resource->common.maxServerAllowRecvCache; in FtAppGetMaxServeRecvCache()
457 …G_ADD_CHECK(data, *len, "Max server allow receive cache: %u"CRLF, common->maxServerAllowRecvCache); in DoShowSockConfigRes()
755 resource->common.maxServerAllowRecvCache); in FillpDebugSocketConfigRes()
54 FILLP_UINT32 maxServerAllowRecvCache; member
135 g_appResource.common.maxServerAllowRecvCache = FILLP_DEFAULT_APP_MAX_SERVER_ALLOW_RECV_CACHE; in InitGlobalAppResourceDefault()
915 FILLP_UINT32 maxServerAllowRecvCache; member
571 maxRecvCache = sock->resConf.common.maxServerAllowRecvCache; in FillpInitNewConnByConfirm()