Home
last modified time | relevance | path

Searched refs:hinfo (Results 1 – 25 of 903) sorted by relevance

12345678910>>...37

/dports/mail/ripmime/ripmime-1.4.0.10/
H A DMIME_headers.c1331 if (hinfo) in MIMEH_display_info()
2120 if (SS_cmp(&(hinfo->ss_names), hinfo->name, strlen(hinfo->name))==NULL) in MIMEH_parse_contenttype()
2125 SS_push(&(hinfo->ss_names),hinfo->name,strlen(hinfo->name)); in MIMEH_parse_contenttype()
2132 snprintf( hinfo->filename, sizeof(hinfo->filename), "%s", hinfo->name ); in MIMEH_parse_contenttype()
2245 snprintf(hinfo->name, sizeof(hinfo->name),"%s",p); in MIMEH_parse_contentlocation()
2246 snprintf(hinfo->filename, sizeof(hinfo->name),"%s",p); in MIMEH_parse_contentlocation()
2248 SS_push(&(hinfo->ss_filenames), hinfo->filename, strlen(hinfo->filename)); in MIMEH_parse_contentlocation()
2483 SS_push(&(hinfo->ss_filenames), hinfo->name, strlen(hinfo->name)); in MIMEH_parse_contentdisposition()
2498 snprintf( hinfo->filename, sizeof(hinfo->filename), "%s", hinfo->name ); in MIMEH_parse_contentdisposition()
2665 return MIMEH_parse_generic( header_name, header_value, hinfo, "to", hinfo->to, sizeof(hinfo->to) ); in MIMEH_parse_to()
[all …]
H A Dmime.c1425 if (strlen(hinfo->uudec_name)) in MIME_decode_raw()
1430 snprintf(hinfo->filename, 128, "%s", hinfo->uudec_name); in MIME_decode_raw()
1578 hinfo->uudec_name[0] = '\0'; in MIME_decode_text()
1623 snprintf(hinfo->filename, 128, "%s", hinfo->uudec_name); in MIME_decode_text()
2107 memcpy(&h, hinfo, sizeof(h)); in MIME_doubleCR_decode()
2654 snprintf(hinfo->uudec_name,sizeof(hinfo->uudec_name),"%s",hinfo->filename); in MIME_decode_encoding()
2655 …result = UUENCODE_decode_uu(f, unpackdir, hinfo->filename, hinfo->uudec_name, sizeof(hinfo->uudec_… in MIME_decode_encoding()
2696 snprintf(hinfo->scratch,sizeof(hinfo->scratch),"%s/%s",unpackdir,hinfo->filename); in MIME_decode_encoding()
2772 if ((strstr(hinfo->filename,".mht"))||(strstr(hinfo->name,".mht")) ) in MIME_decode_encoding()
2778 snprintf(hinfo->scratch,sizeof(hinfo->scratch),"%s/%s",unpackdir,hinfo->filename); in MIME_decode_encoding()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/network/
H A Dmultimsgs.h80 void process_join_packet( ubyte* data, header* hinfo );
83 void process_accept_packet( ubyte* data, header* hinfo );
89 void process_hud_message(ubyte* data, header* hinfo);
98 void process_game_query(ubyte* data, header* hinfo);
148 void process_ping_packet(ubyte *data, header *hinfo);
152 void process_pong_packet(ubyte *data, header *hinfo);
164 void process_ingame_nak(ubyte *data, header *hinfo);
224 void process_deny_packet(ubyte *data, header *hinfo);
459 void process_debrief_info(ubyte *data, header *hinfo);
469 void process_emp_effect(ubyte *data, header *hinfo);
[all …]
/dports/math/combblas/CombBLAS_beta_16_2/include/CombBLAS/
H A DFileHeader.h55 HeaderInfo hinfo; in ParseHeader() local
56 memset(&hinfo, 0, sizeof(hinfo)); in ParseHeader()
61 return hinfo; in ParseHeader()
73 return hinfo; in ParseHeader()
82 results[0] = fread(&(hinfo.version), sizeof(hinfo.version), 1, f); in ParseHeader()
84 results[2] = fread(&(hinfo.format), sizeof(hinfo.format), 1, f); in ParseHeader()
86 results[3] = fread(&(hinfo.m), sizeof(hinfo.m), 1, f); in ParseHeader()
87 results[4] = fread(&(hinfo.n), sizeof(hinfo.n), 1, f); in ParseHeader()
88 results[5] = fread(&(hinfo.nnz), sizeof(hinfo.nnz), 1, f); in ParseHeader()
98 …std::cout << "Rows " << hinfo.m << ", columns " << hinfo.m << ", nonzeros " << hinfo.nnz << std::e… in ParseHeader()
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/dns/rdata/generic/
H A Dhinfo_13.c99 REQUIRE(hinfo != NULL); in fromstruct_hinfo()
107 RETERR(mem_tobuffer(target, hinfo->cpu, hinfo->cpu_len)); in fromstruct_hinfo()
109 return (mem_tobuffer(target, hinfo->os, hinfo->os_len)); in fromstruct_hinfo()
118 REQUIRE(hinfo != NULL); in tostruct_hinfo()
128 hinfo->cpu = mem_maybedup(mctx, region.base, hinfo->cpu_len); in tostruct_hinfo()
136 hinfo->os = mem_maybedup(mctx, region.base, hinfo->os_len); in tostruct_hinfo()
141 hinfo->mctx = mctx; in tostruct_hinfo()
155 REQUIRE(hinfo != NULL); in freestruct_hinfo()
162 isc_mem_free(hinfo->mctx, hinfo->cpu); in freestruct_hinfo()
165 isc_mem_free(hinfo->mctx, hinfo->os); in freestruct_hinfo()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/rdata/generic/
H A Dhinfo_13.c97 REQUIRE(hinfo != NULL); in fromstruct_hinfo()
105 RETERR(mem_tobuffer(target, hinfo->cpu, hinfo->cpu_len)); in fromstruct_hinfo()
107 return (mem_tobuffer(target, hinfo->os, hinfo->os_len)); in fromstruct_hinfo()
116 REQUIRE(hinfo != NULL); in tostruct_hinfo()
126 hinfo->cpu = mem_maybedup(mctx, region.base, hinfo->cpu_len); in tostruct_hinfo()
134 hinfo->os = mem_maybedup(mctx, region.base, hinfo->os_len); in tostruct_hinfo()
139 hinfo->mctx = mctx; in tostruct_hinfo()
153 REQUIRE(hinfo != NULL); in freestruct_hinfo()
160 isc_mem_free(hinfo->mctx, hinfo->cpu); in freestruct_hinfo()
163 isc_mem_free(hinfo->mctx, hinfo->os); in freestruct_hinfo()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/rdata/generic/
H A Dhinfo_13.c97 REQUIRE(hinfo != NULL); in fromstruct_hinfo()
105 RETERR(mem_tobuffer(target, hinfo->cpu, hinfo->cpu_len)); in fromstruct_hinfo()
107 return (mem_tobuffer(target, hinfo->os, hinfo->os_len)); in fromstruct_hinfo()
116 REQUIRE(hinfo != NULL); in tostruct_hinfo()
126 hinfo->cpu = mem_maybedup(mctx, region.base, hinfo->cpu_len); in tostruct_hinfo()
134 hinfo->os = mem_maybedup(mctx, region.base, hinfo->os_len); in tostruct_hinfo()
139 hinfo->mctx = mctx; in tostruct_hinfo()
153 REQUIRE(hinfo != NULL); in freestruct_hinfo()
160 isc_mem_free(hinfo->mctx, hinfo->cpu); in freestruct_hinfo()
163 isc_mem_free(hinfo->mctx, hinfo->os); in freestruct_hinfo()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/dns/rdata/generic/
H A Dhinfo_13.c99 REQUIRE(hinfo != NULL); in fromstruct_hinfo()
107 RETERR(mem_tobuffer(target, hinfo->cpu, hinfo->cpu_len)); in fromstruct_hinfo()
109 return (mem_tobuffer(target, hinfo->os, hinfo->os_len)); in fromstruct_hinfo()
118 REQUIRE(hinfo != NULL); in tostruct_hinfo()
128 hinfo->cpu = mem_maybedup(mctx, region.base, hinfo->cpu_len); in tostruct_hinfo()
136 hinfo->os = mem_maybedup(mctx, region.base, hinfo->os_len); in tostruct_hinfo()
141 hinfo->mctx = mctx; in tostruct_hinfo()
155 REQUIRE(hinfo != NULL); in freestruct_hinfo()
162 isc_mem_free(hinfo->mctx, hinfo->cpu); in freestruct_hinfo()
165 isc_mem_free(hinfo->mctx, hinfo->os); in freestruct_hinfo()
[all …]
/dports/dns/bind911/bind-9.11.37/lib/dns/rdata/generic/
H A Dhinfo_13.c104 hinfo = source; in fromstruct_hinfo()
110 RETERR(mem_tobuffer(target, hinfo->cpu, hinfo->cpu_len)); in fromstruct_hinfo()
112 return (mem_tobuffer(target, hinfo->os, hinfo->os_len)); in fromstruct_hinfo()
124 hinfo = target; in tostruct_hinfo()
133 hinfo->cpu = mem_maybedup(mctx, region.base, hinfo->cpu_len); in tostruct_hinfo()
140 hinfo->os = mem_maybedup(mctx, region.base, hinfo->os_len); in tostruct_hinfo()
144 hinfo->mctx = mctx; in tostruct_hinfo()
159 hinfo = source; in freestruct_hinfo()
165 isc_mem_free(hinfo->mctx, hinfo->cpu); in freestruct_hinfo()
167 isc_mem_free(hinfo->mctx, hinfo->os); in freestruct_hinfo()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/dns/tests/
H A Drdata_hinfo_unittest.cc47 HINFO hinfo(hinfo_str); in TEST_F() local
99 HINFO hinfo(hinfo_str); in TEST_F() local
111 HINFO hinfo(hinfo_str); in TEST_F() local
113 hinfo.toWire(obuffer); in TEST_F()
119 HINFO hinfo(hinfo_str); in TEST_F() local
121 hinfo.toWire(renderer); in TEST_F()
127 HINFO hinfo(hinfo_str); in TEST_F() local
143 HINFO hinfo(hinfo_str); in TEST_F() local
144 HINFO hinfo2(hinfo); in TEST_F()
145 HINFO hinfo3 = hinfo; in TEST_F()
[all …]
/dports/math/R-cran-haven/haven/src/readstat/sas/
H A Dreadstat_sas.c178 hinfo->pad1 = 4; in sas_read_header()
181 hinfo->u64 = 1; in sas_read_header()
253 if (hinfo->header_size < 1024 || hinfo->page_size < 1024) { in sas_read_header()
257 if (hinfo->header_size > (1<<24) || hinfo->page_size > (1<<24)) { in sas_read_header()
262 if (hinfo->u64) { in sas_read_header()
270 if (hinfo->u64) { in sas_read_header()
393 if (hinfo->u64) { in sas_write_header()
434 if (hinfo->u64) { in sas_header_info_init()
444 return hinfo; in sas_header_info_init()
448 if ((writer->bytes_written - hinfo->header_size) % hinfo->page_size) { in sas_fill_page()
[all …]
H A Dreadstat_sas7bdat_write.c47 sas_header_info_t *hinfo = ctx->hinfo; in sas7bdat_count_meta_pages() local
51 size_t bytes_left = hinfo->page_size - hinfo->page_header_size; in sas7bdat_count_meta_pages()
56 bytes_left = hinfo->page_size - hinfo->page_header_size; in sas7bdat_count_meta_pages()
77 return (hinfo->page_size - hinfo->page_header_size) / row_length; in sas7bdat_rows_per_page()
166 if (hinfo->u64) { in sas7bdat_row_size_subheader_init()
210 if (hinfo->u64) { in sas7bdat_col_size_subheader_init()
343 hinfo->page_size - hinfo->page_header_size - hinfo->subheader_pointer_size - in sas7bdat_subheader_array_init()
420 sas_header_info_t *hinfo = ctx->hinfo; in sas7bdat_emit_meta_pages() local
517 size_t page_length = hinfo->page_size - hinfo->page_header_size; in sas7bdat_page_is_too_small()
545 ctx->hinfo = hinfo; in sas7bdat_write_ctx_init()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/network/
H A Dmultimsgs.h92 void process_join_packet( ubyte* data, header* hinfo );
101 void process_hud_message(ubyte* data, header* hinfo);
110 void process_game_query(ubyte* data, header* hinfo);
160 void process_ping_packet(ubyte *data, header *hinfo);
164 void process_pong_packet(ubyte *data, header *hinfo);
176 void process_ingame_nak(ubyte *data, header *hinfo);
182 void process_endgame_packet(ubyte *data, header *hinfo);
236 void process_deny_packet(ubyte *data, header *hinfo);
476 void process_debrief_info(ubyte *data, header *hinfo);
486 void process_emp_effect(ubyte *data, header *hinfo);
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dxt_hashlimit.c298 hinfo = vmalloc(struct_size(hinfo, hash, size)); in htable_create()
306 vfree(hinfo); in htable_create()
312 hinfo->cfg.max = 8 * hinfo->cfg.size; in htable_create()
313 else if (hinfo->cfg.max < hinfo->cfg.size) in htable_create()
314 hinfo->cfg.max = hinfo->cfg.size; in htable_create()
325 vfree(hinfo); in htable_create()
344 ops, hinfo); in htable_create()
347 vfree(hinfo); in htable_create()
801 struct xt_hashlimit_htable *hinfo = info->hinfo; in hashlimit_mt_v1() local
816 struct xt_hashlimit_htable *hinfo = info->hinfo; in hashlimit_mt_v2() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H A Dxt_hashlimit.c298 hinfo = vmalloc(struct_size(hinfo, hash, size)); in htable_create()
306 vfree(hinfo); in htable_create()
312 hinfo->cfg.max = 8 * hinfo->cfg.size; in htable_create()
313 else if (hinfo->cfg.max < hinfo->cfg.size) in htable_create()
314 hinfo->cfg.max = hinfo->cfg.size; in htable_create()
325 vfree(hinfo); in htable_create()
344 ops, hinfo); in htable_create()
347 vfree(hinfo); in htable_create()
801 struct xt_hashlimit_htable *hinfo = info->hinfo; in hashlimit_mt_v1() local
816 struct xt_hashlimit_htable *hinfo = info->hinfo; in hashlimit_mt_v2() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H A Dxt_hashlimit.c298 hinfo = vmalloc(struct_size(hinfo, hash, size)); in htable_create()
306 vfree(hinfo); in htable_create()
312 hinfo->cfg.max = 8 * hinfo->cfg.size; in htable_create()
313 else if (hinfo->cfg.max < hinfo->cfg.size) in htable_create()
314 hinfo->cfg.max = hinfo->cfg.size; in htable_create()
325 vfree(hinfo); in htable_create()
344 ops, hinfo); in htable_create()
347 vfree(hinfo); in htable_create()
801 struct xt_hashlimit_htable *hinfo = info->hinfo; in hashlimit_mt_v1() local
816 struct xt_hashlimit_htable *hinfo = info->hinfo; in hashlimit_mt_v2() local
[all …]
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/
H A Dclient_config.h23 extern int get_cpu_thresholds(void *hinfo, char *classname,
28 extern int get_disk_thresholds(void *hinfo, char *classname,
34 extern int get_inode_thresholds(void *hinfo, char *classname,
58 extern void get_asid_thresholds(void *hinfo, char *classname,
64 extern int check_mibvals(void *hinfo, char *classname,
71 extern int scan_log(void *hinfo, char *classname,
73 extern int check_file(void *hinfo, char *classname,
76 extern int check_dir(void *hinfo, char *classname,
84 extern int clear_disk_counts(void *hinfo, char *classname);
92 extern int clear_port_counts(void *hinfo, char *classname);
[all …]
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/
H A Dclient_config.h23 extern int get_cpu_thresholds(void *hinfo, char *classname,
28 extern int get_disk_thresholds(void *hinfo, char *classname,
34 extern int get_inode_thresholds(void *hinfo, char *classname,
58 extern void get_asid_thresholds(void *hinfo, char *classname,
64 extern int check_mibvals(void *hinfo, char *classname,
71 extern int scan_log(void *hinfo, char *classname,
73 extern int check_file(void *hinfo, char *classname,
76 extern int check_dir(void *hinfo, char *classname,
84 extern int clear_disk_counts(void *hinfo, char *classname);
92 extern int clear_port_counts(void *hinfo, char *classname);
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv6/
H A Dseg6_hmac.c54 kfree_rcu(hinfo, rcu); in seg6_hinfo_release()
61 if (hinfo) in seg6_free_hi()
62 seg6_hinfo_release(hinfo); in seg6_free_hi()
139 ret = crypto_shash_setkey(tfm, hinfo->secret, hinfo->slen); in __do_hmac()
240 struct seg6_hmac_info *hinfo; in seg6_hmac_validate_skb() local
266 if (!hinfo) in seg6_hmac_validate_skb()
283 struct seg6_hmac_info *hinfo; in seg6_hmac_info_lookup() local
287 return hinfo; in seg6_hmac_info_lookup()
310 if (!hinfo) in seg6_hmac_info_del()
318 seg6_hinfo_release(hinfo); in seg6_hmac_info_del()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv6/
H A Dseg6_hmac.c54 kfree_rcu(hinfo, rcu); in seg6_hinfo_release()
61 if (hinfo) in seg6_free_hi()
62 seg6_hinfo_release(hinfo); in seg6_free_hi()
139 ret = crypto_shash_setkey(tfm, hinfo->secret, hinfo->slen); in __do_hmac()
240 struct seg6_hmac_info *hinfo; in seg6_hmac_validate_skb() local
266 if (!hinfo) in seg6_hmac_validate_skb()
283 struct seg6_hmac_info *hinfo; in seg6_hmac_info_lookup() local
287 return hinfo; in seg6_hmac_info_lookup()
310 if (!hinfo) in seg6_hmac_info_del()
318 seg6_hinfo_release(hinfo); in seg6_hmac_info_del()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv6/
H A Dseg6_hmac.c54 kfree_rcu(hinfo, rcu); in seg6_hinfo_release()
61 if (hinfo) in seg6_free_hi()
62 seg6_hinfo_release(hinfo); in seg6_free_hi()
139 ret = crypto_shash_setkey(tfm, hinfo->secret, hinfo->slen); in __do_hmac()
240 struct seg6_hmac_info *hinfo; in seg6_hmac_validate_skb() local
266 if (!hinfo) in seg6_hmac_validate_skb()
283 struct seg6_hmac_info *hinfo; in seg6_hmac_info_lookup() local
287 return hinfo; in seg6_hmac_info_lookup()
310 if (!hinfo) in seg6_hmac_info_del()
318 seg6_hinfo_release(hinfo); in seg6_hmac_info_del()
[all …]
/dports/security/knocker/knocker-0.8.0/src/
H A Dknocker_core.c708 hinfo->name = NULL; in knocker_core_set_host_name_string()
716 if (hinfo->name == NULL) in knocker_core_set_host_name_string()
729 hinfo->name = realloc (hinfo->name, strlen (hostname) + 1); in knocker_core_set_host_name_string()
743 hinfo->ip = NULL; in knocker_core_set_host_ip_string()
751 if (hinfo->ip == NULL) in knocker_core_set_host_ip_string()
754 strcpy (hinfo->ip, hostip); in knocker_core_set_host_ip_string()
764 hinfo->ip = realloc (hinfo->ip, strlen (hostip) + 1); in knocker_core_set_host_ip_string()
776 return (hinfo->name); in knocker_core_get_host_name_string()
782 return (hinfo->ip); in knocker_core_get_host_ip_string()
788 if (hinfo->name != NULL) in knocker_core_free_host_name_string()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/random/tutorials/
H A Dex2.c40 himaInfo hinfo; in main() local
51 hinfo.n = 31; in main()
52 hinfo.r = 0.04; in main()
54 hinfo.totalNumSim = 1000; in main()
62 n = hinfo.n; in main()
63 r = hinfo.r; in main()
64 dt = hinfo.dt; in main()
67 vol = hinfo.vol; in main()
68 St0 = hinfo.St0 = hinfo.vol + n; in main()
150 PetscReal *v = hinfo->vol, *t = hinfo->St0; in readData()
[all …]
/dports/textproc/lookatme/lookatme-2.3.2/lookatme/
H A Dparser.py49 num_hrules, hinfo = self._scan_for_smart_split(tokens)
58 meta["title"] = hinfo["title"]
108 hinfo = {
120 hinfo["counts"][token["level"]] += 1
125 if hinfo["counts"] and hinfo["counts"][first_heading["level"]] == 1:
126 hinfo["title"] = first_heading["text"]
127 del hinfo["counts"][first_heading["level"]]
128 hinfo["title_level"] = first_heading["level"]
131 hinfo["title_level"] = low_level - 1
132 hinfo["lowest_non_title"] = low_level
[all …]
/dports/math/vtk9/VTK-9.1.0/Wrapping/Tools/
H A DvtkWrapPython.c52 FILE* fp, FileInfo* file_info, HierarchyInfo* hinfo);
61 if (hinfo) in vtkWrapPython_ClassHeader()
63 entry = vtkParseHierarchy_FindEntry(hinfo, classname); in vtkWrapPython_ClassHeader()
80 if (hinfo) in vtkWrapPython_ClassModule()
95 FILE* fp, FileInfo* file_info, HierarchyInfo* hinfo) in vtkWrapPython_GenerateSpecialHeaders() argument
236 HierarchyInfo* hinfo = NULL; in main() local
261 hinfo = in main()
323 if (hinfo) in main()
385 if (data && hinfo) in main()
419 if (hinfo) in main()
[all …]

12345678910>>...37