Home
last modified time | relevance | path

Searched refs:info_ctx (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/dirac/dirac-1.0.2/libdirac_common/
H A Darith_codec.h258 const int info_ctx = (max_bin+1); in DecodeUInt() local
263 if (DecodeSymbol(info_ctx)) value+=1; in DecodeUInt()
335 const int info_ctx = (max_bin+1); in EncodeUInt() local
350 EncodeSymbol( (value&top_bit), info_ctx); in EncodeUInt()
/dports/net/quagga/quagga-1.2.4/nhrpd/
H A Dnhrp_vty.c579 struct info_ctx { struct
587 struct info_ctx *ctx = pctx; in show_ip_nhrp_cache() argument
620 struct info_ctx *ctx = pctx; in show_ip_nhrp_nhs()
644 struct info_ctx *ctx = pctx; in show_ip_nhrp_shortcut()
670 struct info_ctx *ctx = pctx; in show_ip_opennhrp_cache()
719 struct info_ctx ctx = {
781 struct info_ctx *ctx = data; in clear_nhrp_cache()
790 struct info_ctx *ctx = data; in clear_nhrp_shortcut()
805 struct info_ctx ctx = {
/dports/net/frr7-pythontools/frr-frr-7.5.1/nhrpd/
H A Dnhrp_vty.c600 struct info_ctx { struct
609 struct info_ctx *ctx = pctx; in show_ip_nhrp_cache() argument
674 struct info_ctx *ctx = pctx; in show_ip_nhrp_nhs()
710 struct info_ctx *ctx = pctx; in show_ip_nhrp_shortcut()
754 struct info_ctx *ctx = pctx; in show_ip_opennhrp_cache()
831 struct info_ctx ctx = {
950 struct info_ctx *ctx = data; in clear_nhrp_cache()
959 struct info_ctx *ctx = data; in clear_nhrp_shortcut()
974 struct info_ctx ctx = {
/dports/net/frr7/frr-frr-7.5.1/nhrpd/
H A Dnhrp_vty.c600 struct info_ctx { struct
609 struct info_ctx *ctx = pctx; in show_ip_nhrp_cache() argument
674 struct info_ctx *ctx = pctx; in show_ip_nhrp_nhs()
710 struct info_ctx *ctx = pctx; in show_ip_nhrp_shortcut()
754 struct info_ctx *ctx = pctx; in show_ip_opennhrp_cache()
831 struct info_ctx ctx = {
950 struct info_ctx *ctx = data; in clear_nhrp_cache()
959 struct info_ctx *ctx = data; in clear_nhrp_shortcut()
974 struct info_ctx ctx = {
/dports/databases/redis6/redis-6.0.16/src/
H A Dmodule.c6216 RedisModuleInfoCtx info_ctx = {module, section, info, sections, 0, 0}; in modulesCollectInfo() local
6217 module->info_cb(&info_ctx, for_crash_report); in modulesCollectInfo()
6219 if (info_ctx.in_dict_field) in modulesCollectInfo()
6220 RM_InfoEndDictField(&info_ctx); in modulesCollectInfo()
6221 info = info_ctx.info; in modulesCollectInfo()
6222 sections = info_ctx.sections; in modulesCollectInfo()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dmodule.c8107 RedisModuleInfoCtx info_ctx = {module, section, info, sections, 0, 0}; in modulesCollectInfo() local
8108 module->info_cb(&info_ctx, for_crash_report); in modulesCollectInfo()
8110 if (info_ctx.in_dict_field) in modulesCollectInfo()
8111 RM_InfoEndDictField(&info_ctx); in modulesCollectInfo()
8112 info = info_ctx.info; in modulesCollectInfo()
8113 sections = info_ctx.sections; in modulesCollectInfo()