Home
last modified time | relevance | path

Searched refs:ho (Results 1 – 25 of 8176) sorted by relevance

12345678910>>...328

/dports/science/lammps/lammps-stable_29Sep2021/tools/lmp2cfg/examples/
H A D00001.cfg58 001 ho 0.023876 0.044356 0.736242 0 0 0
59 001 ho 0.972822 0.048209 0.931852 0 0 0
60 001 ho 0.988656 0.213642 0.735204 0 0 0
61 001 ho 0.938462 0.208028 0.941581 0 0 0
64 001 ho 0.125125 0.183139 0.716501 0 0 0
65 001 ho 0.070782 0.172006 0.914860 0 0 0
66 001 ho 0.152954 0.119756 0.780062 0 0 0
67 001 ho 0.066909 0.077828 0.003041 0 0 0
68 001 ho 0.020191 0.040712 0.783166 0 0 0
69 001 ho 0.960086 0.047011 0.995741 0 0 0
[all …]
H A D00002.cfg58 001 ho 0.023984 0.044370 0.736240 0 0 0
59 001 ho 0.972874 0.048192 0.931861 0 0 0
60 001 ho 0.988658 0.213618 0.735208 0 0 0
61 001 ho 0.938484 0.207967 0.941570 0 0 0
64 001 ho 0.125126 0.183135 0.716471 0 0 0
65 001 ho 0.070783 0.172004 0.914858 0 0 0
66 001 ho 0.152931 0.119739 0.780065 0 0 0
67 001 ho 0.066895 0.077833 0.003058 0 0 0
68 001 ho 0.020188 0.040759 0.783168 0 0 0
69 001 ho 0.960091 0.046942 0.995755 0 0 0
[all …]
/dports/net/file2pcap/file2pcap-1.29/
H A Dhttp2.c94 write(fileno(ho->outFile), ho->fromEther, sizeof(ho->fromEther)-1); in http2ClientMagic()
96 write(fileno(ho->outFile), ho->toEther, sizeof(ho->toEther)-1); in http2ClientMagic()
108 write(fileno(ho->outFile), ho->toEther, sizeof(ho->toEther)-1); in http2ClientMagic()
110 write(fileno(ho->outFile), ho->fromEther, sizeof(ho->fromEther)-1); in http2ClientMagic()
157 write(fileno(ho->outFile), ho->fromEther, sizeof(ho->fromEther)-1); in http2ClientSettings()
159 write(fileno(ho->outFile), ho->toEther, sizeof(ho->toEther)-1); in http2ClientSettings()
171 write(fileno(ho->outFile), ho->toEther, sizeof(ho->toEther)-1); in http2ClientSettings()
173 write(fileno(ho->outFile), ho->fromEther, sizeof(ho->fromEther)-1); in http2ClientSettings()
246 write(fileno(ho->outFile), ho->toEther, sizeof(ho->toEther)-1); in http2ClientGetRequest()
258 write(fileno(ho->outFile), ho->toEther, sizeof(ho->toEther)-1); in http2ClientGetRequest()
[all …]
H A Dfile2pcap.c365 ho->seq=ho->seq+payloadSize; in craftTcp()
413 write(fileno(ho->outFile), ho->toEther, sizeof(ho->toEther)-1); in tcpSendString()
415 write(fileno(ho->outFile), ho->fromEther, sizeof(ho->fromEther)-1); in tcpSendString()
427 write(fileno(ho->outFile), ho->fromEther, sizeof(ho->fromEther)-1); in tcpSendString()
429 write(fileno(ho->outFile), ho->toEther, sizeof(ho->toEther)-1); in tcpSendString()
481 write(fileno(ho->outFile), ho->toEther, sizeof(ho->toEther)-1); in tcpSendData()
483 write(fileno(ho->outFile), ho->fromEther, sizeof(ho->fromEther)-1); in tcpSendData()
495 write(fileno(ho->outFile), ho->fromEther, sizeof(ho->fromEther)-1); in tcpSendData()
497 write(fileno(ho->outFile), ho->toEther, sizeof(ho->toEther)-1); in tcpSendData()
1115 memset(ho.dstFile, 0, sizeof(ho.dstFile)); in main()
[all …]
H A Dftp.c50 if(ho->ipV == 4) in ftpCommandsStartActive()
55 else if(ho->ipV == 6) in ftpCommandsStartActive()
103 if(ho->ipV == 4) in ftpCommandsStartPassive()
157 ph.time = ho->time; in ftpTransferFile()
158 ph.usec = ho->usec; in ftpTransferFile()
162 if(ho->ipV == 4) in ftpTransferFile()
171 count=read(fileno(ho->inFile), buffer, ho->blockSize); in ftpTransferFile()
196 write(fileno(ho->outFile), ho->toEther, sizeof(ho->toEther)-1); in ftpTransferFile()
198 write(fileno(ho->outFile), ho->fromEther, sizeof(ho->fromEther)-1); in ftpTransferFile()
212 write(fileno(ho->outFile), ho->fromEther, sizeof(ho->fromEther)-1); in ftpTransferFile()
[all …]
H A Dimap.c21 int imapRequest(struct handover *ho) { in imapRequest() argument
75 tcpSendString(ho, ho->srcFile, FROM_SERVER); in imapRequest()
77 if(ho->encoder == ENC_BASE64) in imapRequest()
81 else if(ho->encoder == ENC_UU) in imapRequest()
84 tcpSendString(ho, ho->srcFile, FROM_SERVER); in imapRequest()
90 ho->direction = FROM_SERVER; in imapRequest()
92 if(ho->encoder == ENC_BASE64) in imapRequest()
93 transferFileBase64(ho); in imapRequest()
96 else if(ho->encoder == ENC_UU) in imapRequest()
97 transferFileUU(ho); in imapRequest()
[all …]
H A Dpop3.c101 tcpSendString(ho, ho->srcFile, FROM_SERVER); in pop3Request()
103 if(ho->encoder == ENC_BASE64) in pop3Request()
107 else if(ho->encoder == ENC_UU) in pop3Request()
112 tcpSendString(ho, ho->srcFile, FROM_SERVER); in pop3Request()
114 if(ho->encoder != ENC_UU) in pop3Request()
121 ho->direction = FROM_SERVER; in pop3Request()
123 if(ho->encoder == ENC_BASE64) in pop3Request()
124 transferFileBase64(ho); in pop3Request()
127 else if(ho->encoder == ENC_UU) in pop3Request()
128 transferFileUU(ho); in pop3Request()
[all …]
H A Dsmtp.c24 int smtpRequest(struct handover *ho) { in smtpRequest() argument
59 snprintf(clientMailBody, sizeof(clientMailBody)-1, CLIENTMAILBODY, ho->srcEmail, ho->dstEmail); in smtpRequest()
101 if((ho->encoder == ENC_BASE64) || (ho->encoder == ENC_QUOTED_PRINTABLE)) in smtpRequest()
108 if(ho->encoder == ENC_BASE64) in smtpRequest()
112 else if(ho->encoder == ENC_UU) in smtpRequest()
120 ho->direction = TO_SERVER; in smtpRequest()
122 if(ho->encoder == ENC_BASE64) in smtpRequest()
123 transferFileBase64(ho); in smtpRequest()
126 else if(ho->encoder == ENC_UU) in smtpRequest()
127 transferFileUU(ho); in smtpRequest()
[all …]
H A Dhttp.c79 strlen(ho->srcFile) + in httpPostRequest()
81 (int)ho->inFileSize + in httpPostRequest()
192 sourceFile = ho->inFile; in httpTransferFile()
194 if(ho->httpEncoder == ENC_HTTP_GZIP || ho->httpEncoder == ENC_HTTP_GZIP_CHUNKED) in httpTransferFile()
202 if(ho->httpEncoder == ENC_HTTP_GZIP || ho->httpEncoder == ENC_HTTP_GZIP_CHUNKED) in httpTransferFile()
206 if(ho->ipV == 4) in httpTransferFile()
221 httpGzipTail(ho); in httpTransferFile()
225 tcpSendHttpChunked(ho, NULL, 0, ho->direction); in httpTransferFile()
233 tcpSendHttpChunked(ho, buffer, count, ho->direction); in httpTransferFile()
237 tcpSendData(ho, buffer, count, ho->direction); in httpTransferFile()
[all …]
/dports/textproc/py-pyscss/pyScss-1.3.7/scss/tests/files/from-sassc/
H A Dtests-long-selector.css9ho, html hoo, body hey, body ho, body hoo, div hey, div ho, div hoo, span hey, span ho, span hoo, …
/dports/science/lammps/lammps-stable_29Sep2021/tools/msi2lmp/test/reference/
H A DPyAC_bulk-clayff.data23 5 1.007970 # ho
31 5 0.0000000000 0.0000000000 # ho
35 1 553.9350 1.0000 # oh-ho
48 10 1 5 0.425000 2.086674864 1.701199854 1.194847627 0 0 0 # ho
58 20 1 5 0.425000 4.694842168 6.184111165 1.194847627 0 0 0 # ho
68 30 1 5 0.425000 3.129659745 7.264622768 -1.194847627 0 0 0 # ho
78 40 1 5 0.425000 0.521492441 2.781711457 -1.194847627 0 0 0 # ho
88 50 1 5 0.425000 7.246674711 1.701199854 1.194847627 0 0 0 # ho
98 60 1 5 0.425000 -10.785157984 6.184111165 1.194847627 1 0 0 # ho
108 70 1 5 0.425000 8.289659593 7.264622768 -1.194847627 0 0 0 # ho
[all …]
/dports/textproc/halibut/halibut-1.2/
H A Dbk_html.c247 ho->write(ho->write_ctx, string, strlen(string)); in ho_string()
251 ho->write(ho->write_ctx, NULL, -1); in ho_finish()
2732 html_nl(ho); in html_codepara()
2744 ho->charset, &ho->cstate, NULL); in html_charset_cleanup()
2746 ho->write(ho->write_ctx, outbuf, bytes); in html_charset_cleanup()
2884 ho->charset, &ho->cstate, &err); in html_text_limit_internal()
2887 ho->write(ho->write_ctx, outbuf, bytes); in html_text_limit_internal()
2908 ho->write(ho->write_ctx, &c, 1); in html_text_limit_internal()
3162 html_nl(ho); in html_contents_entry()
3171 html_nl(ho); in html_contents_entry()
[all …]
/dports/dns/libbind/libbind-6.0/irs/
H A Dirp_ho.c101 if (!(ho = memget(sizeof *ho))) { in irs_irp_ho()
105 memset(ho, 0x0, sizeof *ho); in irs_irp_ho()
108 memput(ho, sizeof *ho); in irs_irp_ho()
125 return (ho); in irs_irp_ho()
200 ho = NULL; in ho_byname2()
203 ho = NULL; in ho_byname2()
210 return (ho); in ho_byname2()
263 ho = NULL; in ho_byaddr()
266 ho = NULL; in ho_byaddr()
273 return (ho); in ho_byaddr()
[all …]
H A Dgen_ho.c94 memset(ho, 0x5e, sizeof *ho); in irs_gen_ho()
137 ho = rule->inst->ho; in ho_byname()
180 ho = rule->inst->ho; in ho_byname2()
220 ho = rule->inst->ho; in ho_byaddr()
254 ho = pvt->rule->inst->ho; in ho_next()
255 rval = (*ho->next)(ho); in ho_next()
263 (*ho->rewind)(ho); in ho_next()
276 ho = pvt->rule->inst->ho; in ho_rewind()
277 (*ho->rewind)(ho); in ho_rewind()
291 (*ho->minimize)(ho); in ho_minimize()
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/non_conformant/scss/
H A Dlong-selector.hrx9 hey, ho, hoo {
24ho, html hoo, body hey, body ho, body hoo, div hey, div ho, div hoo, span hey, span ho, span hoo, …
/dports/audio/epos-devel/epos-2.5.37/cfg/lng/czech/
H A Dbasenum.dic31 1\Z prvn�ho
32 2\Z druh�ho
33 3\Z t�et�ho
34 4\Z �tvrt�ho
35 5\Z p�t�ho
36 6\Z �est�ho
37 7\Z sedm�ho
38 8\Z osm�ho
39 9\Z dev�t�ho
40 10\Z des�t�ho
[all …]
/dports/net/clash/clash-1.6.0/component/simple-obfs/
H A Dhttp.go27 if ho.buf != nil {
28 n := copy(b, ho.buf[ho.offset:])
29 ho.offset += n
30 if ho.offset == len(ho.buf) {
31 pool.Put(ho.buf)
32 ho.buf = nil
37 if ho.firstResponse {
64 if ho.firstRequest {
71 req.Host = ho.host
72 if ho.port != "80" {
[all …]
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/test/
H A Dhao_orlin_test.cc112 ho.run(); in main()
113 ho.minCutMap(cut); in main()
120 ho.run(); in main()
121 ho.minCutMap(cut); in main()
128 ho.run(); in main()
129 ho.minCutMap(cut); in main()
140 ho.run(); in main()
141 ho.minCutMap(cut); in main()
148 ho.run(); in main()
149 ho.minCutMap(cut); in main()
[all …]
/dports/math/lemon/lemon-1.3.1/test/
H A Dhao_orlin_test.cc112 ho.run(); in main()
113 ho.minCutMap(cut); in main()
120 ho.run(); in main()
121 ho.minCutMap(cut); in main()
128 ho.run(); in main()
129 ho.minCutMap(cut); in main()
140 ho.run(); in main()
141 ho.minCutMap(cut); in main()
148 ho.run(); in main()
149 ho.minCutMap(cut); in main()
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/examples/C/
H A Dbufr_copy_data.c26 codes_handle* ho = NULL; in main() local
55 if (ho == NULL) { in main()
65 CODES_CHECK(codes_set_long(ho, "dataCategory", 0), 0); in main()
70 CODES_CHECK(codes_set_long(ho, "typicalMonth", 5), 0); in main()
71 CODES_CHECK(codes_set_long(ho, "typicalDay", 4), 0); in main()
72 CODES_CHECK(codes_set_long(ho, "typicalHour", 9), 0); in main()
73 CODES_CHECK(codes_set_long(ho, "typicalMinute", 30), 0); in main()
75 CODES_CHECK(codes_set_long(ho, "observedData", 1), 0); in main()
76 CODES_CHECK(codes_set_long(ho, "compressedData", 0), 0); in main()
106 codes_write_message(ho, outfile, "w"); in main()
[all …]
/dports/www/nginx-full/srcache-nginx-module-0.32/src/
H A Dngx_http_srcache_headers.c115 if (ho == NULL) { in ngx_http_srcache_process_header_line()
119 *ho = *h; in ngx_http_srcache_process_header_line()
123 *ph = ho; in ngx_http_srcache_process_header_line()
137 if (ho == NULL) { in ngx_http_srcache_process_location()
141 *ho = *h; in ngx_http_srcache_process_location()
219 *ho = *h; in ngx_http_srcache_process_content_length()
240 *ho = *h; in ngx_http_srcache_process_last_modified()
281 *ho = *h; in ngx_http_srcache_process_multi_header_lines()
282 *ph = ho; in ngx_http_srcache_process_multi_header_lines()
299 *ho = *h; in ngx_http_srcache_process_accept_ranges()
[all …]
/dports/cad/tkgate/tkgate-2.1/locale/ru/
H A Dmessages1492 ho.new -begin-
1503 ho.simmove -begin-
1509 ho.move -begin-
1521 ho.inv -begin-
1526 ho.bitw -begin-
1618 ho.log -begin-
1623 ho.simgo -begin-
1630 ho.simstep -begin-
1640 ho.simstop -begin-
1656 ho.simload -begin-
[all …]
/dports/cad/tkgate/tkgate-2.1/locale/uk/
H A Dmessages1485 ho.new -begin-
1496 ho.simmove -begin-
1505 ho.move -begin-
1515 ho.delgat -begin-
1519 ho.cutw -begin-
1523 ho.scroll -begin-
1527 ho.inv -begin-
1532 ho.bitw -begin-
1632 ho.log -begin-
1637 ho.simgo -begin-
[all …]
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/python/
H A Dneo_util.c75 if (ho->data && ho->dealloc) in p_hdf_dealloc()
77 hdf_destroy (&(ho->data)); in p_hdf_dealloc()
79 PyObject_DEL(ho); in p_hdf_dealloc()
94 if (ho == NULL) return NULL; in p_hdf_to_object()
95 ho->data = data; in p_hdf_to_object()
96 ho->dealloc = dealloc; in p_hdf_to_object()
97 rv = (PyObject *) ho; in p_hdf_to_object()
105 if (HDFObjectCheck(ho)) in p_object_to_hdf()
277 r = hdf_obj_next (ho->data); in p_hdf_obj_next()
294 r = hdf_obj_top (ho->data); in p_hdf_obj_top()
[all …]
/dports/www/clearsilver/clearsilver-0.10.5/python/
H A Dneo_util.c75 if (ho->data && ho->dealloc) in p_hdf_dealloc()
77 hdf_destroy (&(ho->data)); in p_hdf_dealloc()
79 PyObject_DEL(ho); in p_hdf_dealloc()
94 if (ho == NULL) return NULL; in p_hdf_to_object()
95 ho->data = data; in p_hdf_to_object()
96 ho->dealloc = dealloc; in p_hdf_to_object()
97 rv = (PyObject *) ho; in p_hdf_to_object()
105 if (HDFObjectCheck(ho)) in p_object_to_hdf()
277 r = hdf_obj_next (ho->data); in p_hdf_obj_next()
294 r = hdf_obj_top (ho->data); in p_hdf_obj_top()
[all …]

12345678910>>...328