Home
last modified time | relevance | path

Searched refs:handle1 (Results 1 – 25 of 1260) sorted by relevance

12345678910>>...51

/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A Dwrite2aster.c9 FILE *handle1; in write2aster() local
19 handle1 = fopen (datout, "w+b"); in write2aster()
20 if (handle1==NULL) in write2aster()
29 fprintf (handle1, "TITRE\n"); in write2aster()
32 fprintf (handle1, "FINSF\n"); in write2aster()
34 fprintf (handle1, "COOR_3D\n"); in write2aster()
216 putc('\n',handle1); in write2aster()
233 putc('\n',handle1); in write2aster()
241 putc('\n',handle1); in write2aster()
248 fprintf (handle1, "FIN\n"); in write2aster()
[all …]
H A Dwrite2tochnog.c8 FILE *handle1; in write2tochnog() local
13 handle1 = fopen (datout, "w+b"); in write2tochnog()
24 fprintf(handle1,"group_materi_elasti_poisson 0 .25\n"); in write2tochnog()
28 fprintf (handle1, "node %8d ", node[i].nr ); in write2tochnog()
35 fprintf (handle1, "%8.3f ", node[node[i].nr].nx); in write2tochnog()
42 fprintf (handle1, "%8.3f ", node[node[i].nr].ny); in write2tochnog()
49 fprintf (handle1, "%8.3f ", node[node[i].nr].nz); in write2tochnog()
50 fprintf(handle1,"\n"); in write2tochnog()
90 fprintf (handle1, "element %8d -bar2 %8d %8d \n", in write2tochnog()
112 fprintf(handle1,"end_data\n"); in write2tochnog()
[all …]
/dports/multimedia/obs-websocket/obs-websocket-4.8.0/deps/asio/asio/src/tests/unit/windows/
H A Dstream_handle.cpp57 win::stream_handle handle1(ioc); in test() local
68 handle1 = win::stream_handle(ioc); in test()
69 handle1 = std::move(handle2); in test()
85 = handle1.lowest_layer(); in test()
94 handle1.assign(native_handle2); in test()
96 bool is_open = handle1.is_open(); in test()
99 handle1.close(); in test()
100 handle1.close(ec); in test()
103 = handle1.native_handle(); in test()
106 handle1.cancel(); in test()
[all …]
H A Drandom_access_handle.cpp70 handle1 = std::move(handle2); in test()
86 = handle1.lowest_layer(); in test()
95 handle1.assign(native_handle2); in test()
97 bool is_open = handle1.is_open(); in test()
100 handle1.close(); in test()
101 handle1.close(ec); in test()
104 = handle1.native_handle(); in test()
107 handle1.cancel(); in test()
108 handle1.cancel(ec); in test()
117 handle1.async_write_some_at(offset, in test()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/asio/test/windows/
H A Dstream_handle.cpp57 win::stream_handle handle1(ios); in test() local
68 handle1 = win::stream_handle(ios); in test()
69 handle1 = std::move(handle2); in test()
80 = handle1.lowest_layer(); in test()
89 handle1.assign(native_handle2); in test()
91 bool is_open = handle1.is_open(); in test()
94 handle1.close(); in test()
95 handle1.close(ec); in test()
101 = handle1.native_handle(); in test()
104 handle1.cancel(); in test()
[all …]
H A Drandom_access_handle.cpp70 handle1 = std::move(handle2); in test()
81 = handle1.lowest_layer(); in test()
90 handle1.assign(native_handle2); in test()
92 bool is_open = handle1.is_open(); in test()
95 handle1.close(); in test()
96 handle1.close(ec); in test()
102 = handle1.native_handle(); in test()
105 handle1.cancel(); in test()
106 handle1.cancel(ec); in test()
115 handle1.async_write_some_at(offset, in test()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/asio/test/windows/
H A Dstream_handle.cpp57 win::stream_handle handle1(ios); in test() local
68 handle1 = win::stream_handle(ios); in test()
69 handle1 = std::move(handle2); in test()
80 = handle1.lowest_layer(); in test()
89 handle1.assign(native_handle2); in test()
91 bool is_open = handle1.is_open(); in test()
94 handle1.close(); in test()
95 handle1.close(ec); in test()
101 = handle1.native_handle(); in test()
104 handle1.cancel(); in test()
[all …]
H A Drandom_access_handle.cpp70 handle1 = std::move(handle2); in test()
81 = handle1.lowest_layer(); in test()
90 handle1.assign(native_handle2); in test()
92 bool is_open = handle1.is_open(); in test()
95 handle1.close(); in test()
96 handle1.close(ec); in test()
102 = handle1.native_handle(); in test()
105 handle1.cancel(); in test()
106 handle1.cancel(ec); in test()
115 handle1.async_write_some_at(offset, in test()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/asio/test/windows/
H A Dstream_handle.cpp57 win::stream_handle handle1(ios); in test() local
68 handle1 = win::stream_handle(ios); in test()
69 handle1 = std::move(handle2); in test()
80 = handle1.lowest_layer(); in test()
89 handle1.assign(native_handle2); in test()
91 bool is_open = handle1.is_open(); in test()
94 handle1.close(); in test()
95 handle1.close(ec); in test()
101 = handle1.native_handle(); in test()
104 handle1.cancel(); in test()
[all …]
H A Drandom_access_handle.cpp70 handle1 = std::move(handle2); in test()
81 = handle1.lowest_layer(); in test()
90 handle1.assign(native_handle2); in test()
92 bool is_open = handle1.is_open(); in test()
95 handle1.close(); in test()
96 handle1.close(ec); in test()
102 = handle1.native_handle(); in test()
105 handle1.cancel(); in test()
106 handle1.cancel(ec); in test()
115 handle1.async_write_some_at(offset, in test()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/asio/test/windows/
H A Dstream_handle.cpp57 win::stream_handle handle1(ios); in test() local
68 handle1 = win::stream_handle(ios); in test()
69 handle1 = std::move(handle2); in test()
80 = handle1.lowest_layer(); in test()
89 handle1.assign(native_handle2); in test()
91 bool is_open = handle1.is_open(); in test()
94 handle1.close(); in test()
95 handle1.close(ec); in test()
101 = handle1.native_handle(); in test()
104 handle1.cancel(); in test()
[all …]
H A Drandom_access_handle.cpp70 handle1 = std::move(handle2); in test()
81 = handle1.lowest_layer(); in test()
90 handle1.assign(native_handle2); in test()
92 bool is_open = handle1.is_open(); in test()
95 handle1.close(); in test()
96 handle1.close(ec); in test()
102 = handle1.native_handle(); in test()
105 handle1.cancel(); in test()
106 handle1.cancel(ec); in test()
115 handle1.async_write_some_at(offset, in test()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/asio/src/tests/unit/windows/
H A Drandom_access_handle.cpp70 handle1 = std::move(handle2); in test()
86 = handle1.lowest_layer(); in test()
95 handle1.assign(native_handle2); in test()
97 bool is_open = handle1.is_open(); in test()
100 handle1.close(); in test()
101 handle1.close(ec); in test()
104 = handle1.native_handle(); in test()
107 handle1.cancel(); in test()
108 handle1.cancel(ec); in test()
117 handle1.async_write_some_at(offset, in test()
[all …]
H A Dstream_handle.cpp57 win::stream_handle handle1(ioc); in test() local
68 handle1 = win::stream_handle(ioc); in test()
69 handle1 = std::move(handle2); in test()
85 = handle1.lowest_layer(); in test()
94 handle1.assign(native_handle2); in test()
96 bool is_open = handle1.is_open(); in test()
99 handle1.close(); in test()
100 handle1.close(ec); in test()
103 = handle1.native_handle(); in test()
106 handle1.cancel(); in test()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/asio/src/tests/unit/windows/
H A Drandom_access_handle.cpp70 handle1 = std::move(handle2); in test()
86 = handle1.lowest_layer(); in test()
95 handle1.assign(native_handle2); in test()
97 bool is_open = handle1.is_open(); in test()
100 handle1.close(); in test()
101 handle1.close(ec); in test()
104 = handle1.native_handle(); in test()
107 handle1.cancel(); in test()
108 handle1.cancel(ec); in test()
117 handle1.async_write_some_at(offset, in test()
[all …]
H A Dstream_handle.cpp57 win::stream_handle handle1(ioc); in test() local
68 handle1 = win::stream_handle(ioc); in test()
69 handle1 = std::move(handle2); in test()
85 = handle1.lowest_layer(); in test()
94 handle1.assign(native_handle2); in test()
96 bool is_open = handle1.is_open(); in test()
99 handle1.close(); in test()
100 handle1.close(ec); in test()
103 = handle1.native_handle(); in test()
106 handle1.cancel(); in test()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/asio/test/windows/
H A Dstream_handle.cpp57 win::stream_handle handle1(ios); in test() local
68 handle1 = win::stream_handle(ios); in test()
69 handle1 = std::move(handle2); in test()
80 = handle1.lowest_layer(); in test()
89 handle1.assign(native_handle2); in test()
91 bool is_open = handle1.is_open(); in test()
94 handle1.close(); in test()
95 handle1.close(ec); in test()
101 = handle1.native_handle(); in test()
104 handle1.cancel(); in test()
[all …]
H A Drandom_access_handle.cpp70 handle1 = std::move(handle2); in test()
81 = handle1.lowest_layer(); in test()
90 handle1.assign(native_handle2); in test()
92 bool is_open = handle1.is_open(); in test()
95 handle1.close(); in test()
96 handle1.close(ec); in test()
102 = handle1.native_handle(); in test()
105 handle1.cancel(); in test()
106 handle1.cancel(ec); in test()
115 handle1.async_write_some_at(offset, in test()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/src/tests/unit/windows/
H A Dstream_handle.cpp57 win::stream_handle handle1(ioc); in test() local
68 handle1 = win::stream_handle(ioc); in test()
69 handle1 = std::move(handle2); in test()
80 = handle1.lowest_layer(); in test()
89 handle1.assign(native_handle2); in test()
91 bool is_open = handle1.is_open(); in test()
94 handle1.close(); in test()
95 handle1.close(ec); in test()
98 = handle1.native_handle(); in test()
101 handle1.cancel(); in test()
[all …]
H A Drandom_access_handle.cpp70 handle1 = std::move(handle2); in test()
81 = handle1.lowest_layer(); in test()
90 handle1.assign(native_handle2); in test()
92 bool is_open = handle1.is_open(); in test()
95 handle1.close(); in test()
96 handle1.close(ec); in test()
99 = handle1.native_handle(); in test()
102 handle1.cancel(); in test()
103 handle1.cancel(ec); in test()
112 handle1.async_write_some_at(offset, in test()
[all …]
/dports/www/restbed/restbed-4.8/dependency/asio/asio/src/tests/unit/windows/
H A Dstream_handle.cpp58 win::stream_handle handle1(ioc); in test() local
77 handle1 = win::stream_handle(ioc); in test()
78 handle1 = std::move(handle4); in test()
89 = handle1.lowest_layer(); in test()
98 handle1.assign(native_handle3); in test()
100 bool is_open = handle1.is_open(); in test()
103 handle1.close(); in test()
104 handle1.close(ec); in test()
107 = handle1.native_handle(); in test()
110 handle1.cancel(); in test()
[all …]
H A Drandom_access_handle.cpp79 handle1 = std::move(handle4); in test()
90 = handle1.lowest_layer(); in test()
99 handle1.assign(native_handle3); in test()
101 bool is_open = handle1.is_open(); in test()
104 handle1.close(); in test()
105 handle1.close(ec); in test()
108 = handle1.native_handle(); in test()
111 handle1.cancel(); in test()
112 handle1.cancel(ec); in test()
121 handle1.async_write_some_at(offset, in test()
[all …]
/dports/net/asio/asio-1.16.0/src/tests/unit/windows/
H A Dstream_handle.cpp58 win::stream_handle handle1(ioc); in test() local
77 handle1 = win::stream_handle(ioc); in test()
78 handle1 = std::move(handle4); in test()
89 = handle1.lowest_layer(); in test()
98 handle1.assign(native_handle3); in test()
100 bool is_open = handle1.is_open(); in test()
103 handle1.close(); in test()
104 handle1.close(ec); in test()
107 = handle1.native_handle(); in test()
110 handle1.cancel(); in test()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/asio/test/windows/
H A Dstream_handle.cpp58 win::stream_handle handle1(ioc); in test() local
77 handle1 = win::stream_handle(ioc); in test()
78 handle1 = std::move(handle4); in test()
89 = handle1.lowest_layer(); in test()
98 handle1.assign(native_handle3); in test()
100 bool is_open = handle1.is_open(); in test()
103 handle1.close(); in test()
104 handle1.close(ec); in test()
107 = handle1.native_handle(); in test()
110 handle1.cancel(); in test()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/asio/test/windows/
H A Dstream_handle.cpp58 win::stream_handle handle1(ioc); in test() local
77 handle1 = win::stream_handle(ioc); in test()
78 handle1 = std::move(handle4); in test()
89 = handle1.lowest_layer(); in test()
98 handle1.assign(native_handle3); in test()
100 bool is_open = handle1.is_open(); in test()
103 handle1.close(); in test()
104 handle1.close(ec); in test()
107 = handle1.native_handle(); in test()
110 handle1.cancel(); in test()
[all …]

12345678910>>...51