Home
last modified time | relevance | path

Searched refs:hto (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/dports/databases/redis5/redis-5.0.14/src/modules/
H A Dhellotype.c122 struct HelloTypeObject *hto; in HelloTypeInsert_RedisCommand() local
124 hto = createHelloTypeObject(); in HelloTypeInsert_RedisCommand()
131 HelloTypeInsert(hto,value); in HelloTypeInsert_RedisCommand()
162 struct HelloTypeNode *node = hto ? hto->head : NULL; in HelloTypeRange_RedisCommand()
189 RedisModule_ReplyWithLongLong(ctx,hto ? hto->len : 0); in HelloTypeLen_RedisCommand()
205 HelloTypeInsert(hto,ele); in HelloTypeRdbLoad()
207 return hto; in HelloTypeRdbLoad()
211 struct HelloTypeObject *hto = value; in HelloTypeRdbSave() local
221 struct HelloTypeObject *hto = value; in HelloTypeAofRewrite() local
234 return sizeof(*hto) + sizeof(*node)*hto->len; in HelloTypeMemUsage()
[all …]
/dports/databases/redis6/redis-6.0.16/src/modules/
H A Dhellotype.c122 struct HelloTypeObject *hto; in HelloTypeInsert_RedisCommand() local
124 hto = createHelloTypeObject(); in HelloTypeInsert_RedisCommand()
131 HelloTypeInsert(hto,value); in HelloTypeInsert_RedisCommand()
163 struct HelloTypeNode *node = hto ? hto->head : NULL; in HelloTypeRange_RedisCommand()
190 RedisModule_ReplyWithLongLong(ctx,hto ? hto->len : 0); in HelloTypeLen_RedisCommand()
277 HelloTypeInsert(hto,ele); in HelloTypeRdbLoad()
279 return hto; in HelloTypeRdbLoad()
283 struct HelloTypeObject *hto = value; in HelloTypeRdbSave() local
293 struct HelloTypeObject *hto = value; in HelloTypeAofRewrite() local
306 return sizeof(*hto) + sizeof(*node)*hto->len; in HelloTypeMemUsage()
[all …]
/dports/databases/redis-devel/redis-0e5b813/src/modules/
H A Dhellotype.c122 struct HelloTypeObject *hto; in HelloTypeInsert_RedisCommand() local
124 hto = createHelloTypeObject(); in HelloTypeInsert_RedisCommand()
131 HelloTypeInsert(hto,value); in HelloTypeInsert_RedisCommand()
163 struct HelloTypeNode *node = hto ? hto->head : NULL; in HelloTypeRange_RedisCommand()
190 RedisModule_ReplyWithLongLong(ctx,hto ? hto->len : 0); in HelloTypeLen_RedisCommand()
277 HelloTypeInsert(hto,ele); in HelloTypeRdbLoad()
279 return hto; in HelloTypeRdbLoad()
283 struct HelloTypeObject *hto = value; in HelloTypeRdbSave() local
293 struct HelloTypeObject *hto = value; in HelloTypeAofRewrite() local
306 return sizeof(*hto) + sizeof(*node)*hto->len; in HelloTypeMemUsage()
[all …]
/dports/databases/redis-devel/redis-0e5b813/tests/modules/
H A Dtest_lazyfree.c79 struct LazyFreeLinkObject *hto; in LazyFreeLinkInsert_RedisCommand() local
81 hto = createLazyFreeLinkObject(); in LazyFreeLinkInsert_RedisCommand()
87 LazyFreeLinkInsert(hto,value); in LazyFreeLinkInsert_RedisCommand()
110 RedisModule_ReplyWithLongLong(ctx,hto ? hto->len : 0); in LazyFreeLinkLen_RedisCommand()
122 LazyFreeLinkInsert(hto,ele); in LazyFreeLinkRdbLoad()
124 return hto; in LazyFreeLinkRdbLoad()
128 struct LazyFreeLinkObject *hto = value; in LazyFreeLinkRdbSave() local
129 struct LazyFreeLinkNode *node = hto->head; in LazyFreeLinkRdbSave()
130 RedisModule_SaveUnsigned(rdb,hto->len); in LazyFreeLinkRdbSave()
138 struct LazyFreeLinkObject *hto = value; in LazyFreeLinkAofRewrite() local
[all …]
/dports/finance/prestashop/prestashop/install/upgrade/sql/
H A D1.7.7.2.sql11 INNER JOIN `PREFIX_hook` AS hto ON hto.name = 'displayAdminGridTableBefore'
12 SET hm.id_hook = hto.id_hook;
17 INNER JOIN `PREFIX_hook` AS hto ON hto.name = 'displayAdminGridTableAfter'
18 SET hm.id_hook = hto.id_hook;
H A D1.7.7.0.sql649 INNER JOIN `PREFIX_hook` AS hto ON hto.name = 'actionAdministrationPageSave'
650 SET hm.id_hook = hto.id_hook;
655 INNER JOIN `PREFIX_hook` AS hto ON hto.name = 'actionMaintenancePageSave'
656 SET hm.id_hook = hto.id_hook;
661 INNER JOIN `PREFIX_hook` AS hto ON hto.name = 'actionPerformancePageSave'
662 SET hm.id_hook = hto.id_hook;
667 INNER JOIN `PREFIX_hook` AS hto ON hto.name = 'actionFrontControllerInitAfter'
668 SET hm.id_hook = hto.id_hook;
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Tools/
H A DProfile.pm120 …my ($nscore,$rawscore,$from,$to,$hfrom,$hto,$ac) = $line =~ /(\S+)\s+(\d+)\s*pos.\s+(\d*)\s*-\s+(\…
130 my $feat = "$ac,$from,$to,$hfrom,$hto,$nscore";
155 my $hto = $f[4];
159 $hto = $f[2] - $f[1] + 1;
171 -end => $hto,
/dports/mail/masqmail/masqmail-0.3.5/tests/localhost-stdin/
H A Dtest8 hto=$hfrom
21 To: $hto
44 To: $hto
66 To: $hto
/dports/mail/masqmail/masqmail-0.3.5/tests/relay-to-localhost-mta/
H A Dtest.tpl7 hto="$hfrom"
20 To: $hto
43 To: $hto
65 To: $hto
/dports/mail/masqmail/masqmail-0.3.5/tests/hostname-stdin/
H A Dtest.tpl7 hto="$hfrom"
20 To: $hto
43 To: $hto
65 To: $hto
/dports/mail/masqmail/masqmail-0.3.5/tests/relay-to-hostname-mta/
H A Dtest.tpl7 hto="$hfrom"
20 To: $hto
43 To: $hto
65 To: $hto
/dports/sysutils/webmin/webmin-1.981/mon/
H A Dlist_periods.cgi17 local ($name, $value, $dfrom, $dto, $hfrom, $hto, $known);
20 $dfrom = $2; $dto = $3; $hfrom = $4; $hto = $5;
30 $hfrom = $2; $hto = $3;
59 "<input name=hto_$i size=4 value='$hto'></td> </tr>\n";
H A Dedit_service.cgi77 local ($dfrom, $dto, $hfrom, $hto, $known, $name);
79 $dfrom = $1; $dto = $2; $hfrom = $3; $hto = $4;
87 $hfrom = $1; $hto = $2;
95 $hfrom = $hto = "";
118 "<input name=hto_$i size=4 value='$hto'></td> </tr>\n";
/dports/science/grib_api/grib_api-1.28.0-Source/examples/C/
H A Dsections_copy.c24 grib_handle *hfrom,*hto,*h; in main() local
52 hto=grib_handle_new_from_file(0,in,&err); in main()
95 h=grib_util_sections_copy(hfrom,hto,what,&err); in main()
101 grib_handle_delete(hto); in main()
/dports/science/eccodes/eccodes-2.23.0-Source/examples/C/
H A Dgrib_sections_copy.c25 codes_handle *hfrom, *hto, *h; in main() local
53 hto = codes_handle_new_from_file(0, in, PRODUCT_GRIB, &err); in main()
96 h = codes_grib_util_sections_copy(hfrom, hto, what, &err); in main()
102 codes_handle_delete(hto); in main()
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/common/
H A Dctrace.c218 struct hardware *hto) in trace_packet_send() argument
224 if (hto) { in trace_packet_send()
225 tip.hto = *hto; in trace_packet_send()
228 memset (&tip.hto, 0, sizeof tip.hto); in trace_packet_send()
246 from, to, hto); in trace_packet_send()
H A Dupf.c240 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() argument
247 struct hardware *hto;
258 len, from, to, hto);
260 if (hto == NULL && interface->anycast_mac_addr.hlen)
261 hto = &interface->anycast_mac_addr;
264 assemble_hw_header (interface, (unsigned char *)hw, &hbufp, hto);
H A Dnit.c277 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() argument
284 struct hardware *hto;
297 len, from, to, hto);
299 if (hto == NULL && interface->anycast_mac_addr.hlen)
300 hto = &interface->anycast_mac_addr;
309 assemble_hw_header (interface, (unsigned char *)junk, &hbufp, hto);
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/common/
H A Dctrace.c218 struct hardware *hto) in trace_packet_send() argument
224 if (hto) { in trace_packet_send()
225 tip.hto = *hto; in trace_packet_send()
228 memset (&tip.hto, 0, sizeof tip.hto); in trace_packet_send()
246 from, to, hto); in trace_packet_send()
H A Dupf.c240 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() argument
247 struct hardware *hto;
258 len, from, to, hto);
260 if (hto == NULL && interface->anycast_mac_addr.hlen)
261 hto = &interface->anycast_mac_addr;
264 assemble_hw_header (interface, (unsigned char *)hw, &hbufp, hto);
H A Dnit.c277 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() argument
284 struct hardware *hto;
297 len, from, to, hto);
299 if (hto == NULL && interface->anycast_mac_addr.hlen)
300 hto = &interface->anycast_mac_addr;
309 assemble_hw_header (interface, (unsigned char *)junk, &hbufp, hto);
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/common/
H A Dctrace.c218 struct hardware *hto) in trace_packet_send() argument
224 if (hto) { in trace_packet_send()
225 tip.hto = *hto; in trace_packet_send()
228 memset (&tip.hto, 0, sizeof tip.hto); in trace_packet_send()
246 from, to, hto); in trace_packet_send()
H A Dupf.c240 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() argument
247 struct hardware *hto;
258 len, from, to, hto);
260 if (hto == NULL && interface->anycast_mac_addr.hlen)
261 hto = &interface->anycast_mac_addr;
264 assemble_hw_header (interface, (unsigned char *)hw, &hbufp, hto);
H A Dnit.c277 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() argument
284 struct hardware *hto;
297 len, from, to, hto);
299 if (hto == NULL && interface->anycast_mac_addr.hlen)
300 hto = &interface->anycast_mac_addr;
309 assemble_hw_header (interface, (unsigned char *)junk, &hbufp, hto);
/dports/mail/courier/courier-0.65.3/courier/module.fax/
H A Dfaxconvert.c740 char *hfrom=NULL, *hto=NULL, *hdate=NULL, *hsubject=NULL, *p; in convert_cover_page() local
786 if (hto) in convert_cover_page()
788 p=courier_malloc(strlen(hto)+ in convert_cover_page()
790 strcat(strcat(strcpy(p, hto), ","), in convert_cover_page()
792 free(hto); in convert_cover_page()
793 hto=p; in convert_cover_page()
797 hto=strcpy(courier_malloc(strlen(hbuf.value) in convert_cover_page()
839 p=convnames(hto); in convert_cover_page()
840 hto=courier_malloc(strlen(p)+sizeof("TO=")); in convert_cover_page()
841 strcat(strcpy(hto, "TO="), p); in convert_cover_page()
[all …]

12345678910>>...13