| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | dict.c | 113 while(he) { in dictExpand() 221 while(he) { in _dictClear() 225 free(he); in _dictClear() 244 dictEntry *he; in dictFind() local 249 he = ht->table[h]; in dictFind() 250 while(he) { in dictFind() 252 return he; in dictFind() 253 he = he->next; in dictFind() 322 dictEntry *he; in _dictKeyIndex() local 331 while(he) { in _dictKeyIndex() [all …]
|
| H A D | dict.h | 108 #define dictGetEntryKey(he) ((he)->key) argument 109 #define dictGetEntryVal(he) ((he)->val) argument
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | dict.c | 394 he = he->next; in dictGenericDelete() 438 zfree(he); in dictFreeUnlinkedEntry() 490 he = he->next; in dictFind() 501 return he ? dictGetVal(he) : NULL; in dictFetchValue() 641 while(he) { in dictGetRandomKey() 642 he = he->next; in dictGetRandomKey() 647 while(listele--) he = he->next; in dictGetRandomKey() 648 return he; in dictGetRandomKey() 731 he = he->next; in dictGetSomeKeys() 981 he = he->next; in _dictKeyIndex() [all …]
|
| H A D | dict.h | 141 #define dictGetKey(he) ((he)->key) argument 142 #define dictGetVal(he) ((he)->v.val) argument 143 #define dictGetSignedIntegerVal(he) ((he)->v.s64) argument 144 #define dictGetUnsignedIntegerVal(he) ((he)->v.u64) argument 145 #define dictGetDoubleVal(he) ((he)->v.d) argument 159 void dictFreeUnlinkedEntry(dict *d, dictEntry *he);
|
| H A D | module.c | 493 dictEntry *he = dictFind(server.moduleapi, funcname); in RM_GetApi() local 494 if (!he) return REDISMODULE_ERR; in RM_GetApi() 495 *targetPtrPtr = dictGetVal(he); in RM_GetApi()
|
| H A D | redis-cli.c | 527 helpEntry *he = helpEntries+i; in cliIntegrateHelp() local 528 if (!strcasecmp(he->argv[0],cmdname)) in cliIntegrateHelp()
|
| /f-stack/tools/ipfw/ |
| H A D | ipv6.c | 95 struct hostent *he = NULL; in print_ip6() local 123 he = gethostbyaddr((const char *)a, sizeof(*a), in print_ip6() 126 if (he != NULL) /* resolved to name */ in print_ip6() 127 bprintf(bp, "%s", he->h_name); in print_ip6() 311 struct hostent *he; in lookup_host6() local 315 if ((he = gethostbyname2(host, AF_INET6)) == NULL) in lookup_host6() 318 memcpy(ip6addr, he->h_addr_list[0], sizeof( struct in6_addr)); in lookup_host6()
|
| H A D | tables.c | 128 struct hostent *he; in lookup_host() local 132 if ((he = gethostbyname(host)) == NULL) in lookup_host() 134 *ipaddr = *(struct in_addr *)he->h_addr_list[0]; in lookup_host()
|
| H A D | ipfw2.c | 1208 struct hostent *he = NULL; in print_ip() local 1285 he = gethostbyaddr((const char *)&(a[0]), sizeof(in_addr_t), in print_ip() 1287 if (he != NULL) /* resolved to name */ in print_ip() 1288 bprintf(bp, "%s", he->h_name); in print_ip() 2965 struct hostent *he; in lookup_host() local 2969 if ((he = gethostbyname(host)) == NULL) in lookup_host() 2971 *ipaddr = *(struct in_addr *)he->h_addr_list[0]; in lookup_host()
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | cms.c | 180 struct tx_stn_handler *he; in xlp_handle_msg_vc() local 212 he = &msgmap[srcid]; in xlp_handle_msg_vc() 213 if(he->action != NULL) in xlp_handle_msg_vc() 214 (he->action)(vc, size, code, srcid, &msg, in xlp_handle_msg_vc() 215 he->arg); in xlp_handle_msg_vc()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | broadcom-bcm87xx.txt | 13 he result to yield the new register value. If the third cell has a
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | ti-omap-hsmmc.txt | 30 be defined as per the he appropriate clock bindings consumer
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | fips_validation.rst | 115 list feature of the PMD he or she may set this value to reduce the dataroom
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 7329 struct mlx5_hlist_entry *he; in tunnel_mark_decode() local 7339 he = mlx5_hlist_lookup(sh->flow_tbls, table_key.v64, NULL); in tunnel_mark_decode() 7340 return he ? in tunnel_mark_decode() 7341 container_of(he, struct mlx5_flow_tbl_data_entry, entry) : NULL; in tunnel_mark_decode() 7394 struct mlx5_hlist_entry *he; in tunnel_flow_group_to_flow_table() local 7404 he = mlx5_hlist_register(group_hash, key.val, NULL); in tunnel_flow_group_to_flow_table() 7405 if (!he) in tunnel_flow_group_to_flow_table() 7410 tte = container_of(he, typeof(*tte), hash); in tunnel_flow_group_to_flow_table()
|
| H A D | mlx5_flow_dv.c | 8112 struct mlx5_hlist_entry *he; in flow_dv_tbl_remove_cb() local 8128 he = mlx5_hlist_lookup(tunnel_grp_hash, tunnel_key.val, NULL); in flow_dv_tbl_remove_cb() 8129 if (he) in flow_dv_tbl_remove_cb() 8130 mlx5_hlist_unregister(tunnel_grp_hash, he); in flow_dv_tbl_remove_cb()
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 217 Once the domain created, the following snippet is an extract of he most
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | README.markdown | 132 input when she or he presses the `<TAB>` key.
|
| /f-stack/freebsd/contrib/openzfs/ |
| H A D | AUTHORS | 147 Isaac Huang <he[email protected]>
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | COPYING | 222 system; it is up to the author/donor to decide if he or she is willing
|
| /f-stack/dpdk/license/ |
| H A D | gpl-2.0.txt | 222 system; it is up to the author/donor to decide if he or she is willing
|
| H A D | lgpl-2.1.txt | 398 system; it is up to the author/donor to decide if he or she is willing
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | THIRDPARTYLICENSE.gplv2 | 222 system; it is up to the author/donor to decide if he or she is willing
|
| /f-stack/ |
| H A D | LICENSE | 204 …tent application of that system; it is up to the author/donor to decide if he or she is willing to…
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | configure | 974 -help | --help | --hel | --he | -h) 976 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 978 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
|