Searched refs:maxServerAllowSendCache (Results 1 – 8 of 8) sorted by relevance
85 resource->common.maxServerAllowSendCache = globalConfig->common.maxServerAllowSendCache; in CopyGlobalConfig()174 gresource->common.maxServerAllowSendCache = resource->common.maxServerAllowSendCache; in CopySockConfig()
75 if ((globalResource->common.maxServerAllowSendCache == 0) || in FtAppValidateCommParams()76 (globalResource->common.maxServerAllowSendCache > FILLP_MAX_SERVER_ALLOW_SEND_RECV_CACHE)) { in FtAppValidateCommParams()78 globalResource->common.maxServerAllowSendCache); in FtAppValidateCommParams()400 resource->common.maxServerAllowSendCache = configValue; in FtAppSetMaxServerSendCache()986 *(FILLP_UINT32 *)value = resource->common.maxServerAllowSendCache; in FtAppGetMaxServerSendCache()
456 …_MSG_ADD_CHECK(data, *len, "Max server allow send cache: %u"CRLF, common->maxServerAllowSendCache); in DoShowSockConfigRes()
752 resource->common.maxServerAllowSendCache); in FillpDebugSocketConfigRes()
53 FILLP_UINT32 maxServerAllowSendCache; member
136 g_appResource.common.maxServerAllowSendCache = FILLP_DEFAULT_APP_MAX_SERVER_ALLOW_SEND_CACHE; in InitGlobalAppResourceDefault()
912 FILLP_UINT32 maxServerAllowSendCache; member
570 maxSendCache = sock->resConf.common.maxServerAllowSendCache; in FillpInitNewConnByConfirm()