Home
last modified time | relevance | path

Searched refs:out_output (Results 1 – 25 of 34) sorted by relevance

12

/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dsmb2_ioctl_named_pipe.c91 state->out_output = data_blob_const(out_data, out_data_len); in smb2_ioctl_named_pipe()
135 state->out_output = data_blob_talloc(state, NULL, state->in_max_output); in smbd_smb2_ioctl_pipe_write_done()
137 tevent_req_nomem(state->out_output.data, req)) { in smbd_smb2_ioctl_pipe_write_done()
143 (unsigned int)state->out_output.length )); in smbd_smb2_ioctl_pipe_write_done()
148 state->out_output.data, in smbd_smb2_ioctl_pipe_write_done()
149 state->out_output.length); in smbd_smb2_ioctl_pipe_write_done()
180 state->out_output.length = nread; in smbd_smb2_ioctl_pipe_read_done()
H A Dsmb2_ioctl_network_fs.c297 DATA_BLOB *out_output)
310 *out_output = data_blob_null;
394 ndr_err = ndr_push_struct_blob(out_output, mem_ctx, first,
409 DATA_BLOB *out_output,
501 *out_output = data_blob_talloc(mem_ctx, NULL, 0x18);
502 if (out_output->data == NULL) {
507 memcpy(out_output->data+0x04, out_guid_blob.data, 16);
509 SSVAL(out_output->data, 0x16, conn->smb2.server.dialect);
566 &state->out_output);
577 &state->out_output,
[all …]
H A Dsmb2_ioctl_dfs.c37 DATA_BLOB *out_output) in fsctl_dfs_get_refers() argument
92 *out_output = output; in fsctl_dfs_get_refers()
112 &state->out_output); in smb2_ioctl_dfs()
134 state->out_output = data_blob_const(out_data, out_data_len); in smb2_ioctl_dfs()
H A Dsmb2_ioctl_filesys.c341 DATA_BLOB *out_output) in fsctl_get_cmprn() argument
386 *out_output = output; in fsctl_get_cmprn()
626 DATA_BLOB *out_output) in fsctl_qar() argument
722 ndr_ret = ndr_push_struct_blob(out_output, mem_ctx, &qar_rsp, in fsctl_qar()
729 if (out_output->length > in_max_output) { in fsctl_qar()
731 (unsigned long)out_output->length, in fsctl_qar()
733 data_blob_free(out_output); in fsctl_qar()
753 &state->out_output); in smb2_ioctl_filesys()
779 &state->out_output); in smb2_ioctl_filesys()
817 state->out_output = data_blob_const(out_data, out_data_len); in smb2_ioctl_filesys()
H A Dsmb2_ioctl.c43 DATA_BLOB *out_output,
392 state->out_output = data_blob_null;
435 DATA_BLOB *out_output,
453 *out_output = state->out_output;
454 talloc_steal(mem_ctx, out_output->data);
H A Dsmb2_ioctl_private.h30 DATA_BLOB out_output;
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/src/maya/
H A Das_maya_vectorProduct.osl72 output vector out_output = vector(0)
82 out_output = in_input1;
86 out_output = (in_normalizeOutput)
92 out_output = cross(in_input1, in_input2);
96 out_output = (vector) transform(in_matrix, in_input1);
101 out_output = (vector) tmp;
106 out_output = normalize(out_output);
H A Das_maya_multiplyDivide.osl57 output vector out_output = 1.0
67 out_output = in_input1;
71 out_output = in_input1 * in_input2;
75 out_output = in_input1 / in_input2;
79 out_output = vector(
94 out_output = 0.0;
H A Das_maya_doubleShadingSwitch.osl55 output float out_output[2] = {0, 0}
64 out_output[0] = in_default[0];
65 out_output[1] = in_default[1];
73 out_output[0] = in_inDouble[i][0];
74 out_output[1] = in_inDouble[i][1];
H A Das_maya_tripleShadingSwitch.osl55 output color out_output = color(0)
64 out_output = in_default;
72 out_output = in_inTriple[i];
H A Das_maya_singleShadingSwitch.osl57 output float out_output = 0.0
66 out_output = in_default;
74 out_output = in_inSingle[i];
H A Das_maya_reverse.osl43 output color out_output = color(0)
51 out_output = 1.0 - in_input;
H A Das_maya_multDoubleLinear.osl47 output float out_output = 0.0
55 out_output = in_input1 * in_input2;
H A Das_maya_addDoubleLinear.osl49 output float out_output = 0.0
57 out_output = in_input1 + in_input2;
H A Das_maya_blendColors.osl55 output color out_output = color(0)
63 out_output = mix(in_color2, in_color1, in_blender);
H A Das_maya_clamp.osl55 output color out_output = color(0)
63 out_output = clamp(in_input, in_min, in_max);
H A Das_maya_fourByFourMatrix.osl132 output matrix out_output = 1
140 out_output = matrix( in_in00, in_in01, in_in02, in_in03,
/dports/mail/dovecot/dovecot-2.3.17/src/util/
H A Drawlog.c40 struct ostream *in_output, *out_output; member
55 if (proxy->out_output != NULL) { in rawlog_proxy_destroy()
56 o_stream_uncork(proxy->out_output); in rawlog_proxy_destroy()
57 if (o_stream_finish(proxy->out_output) < 0) { in rawlog_proxy_destroy()
59 o_stream_get_error(proxy->out_output)); in rawlog_proxy_destroy()
61 o_stream_destroy(&proxy->out_output); in rawlog_proxy_destroy()
111 if (o_stream_flush(proxy->out_output) == 0) in proxy_flush_timeout()
150 proxy_write_data(proxy, proxy->out_output, &proxy->prev_lf_out, in proxy_write_out()
266 proxy->out_output = o_stream_create_fd_file_autoclose(&fd, 0); in proxy_open_logs()
267 o_stream_cork(proxy->out_output); in proxy_open_logs()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/src/
H A Dpolyplaits.cpp85 float* out_output; member
196 amp->out_output = (float*)data; in connect_port()
252 float* out_output = amp->out_output; in run() local
327 out_output[pos+i] = output[i].out / 32768.f; in run()
/dports/mail/dovecot/dovecot-2.3.17/src/director/
H A Ddirector-test.c77 struct ostream *in_output, *out_output; member
314 director_connection_input(conn, conn->in_input, conn->out_output); in director_connection_in_input()
354 conn->out_output = o_stream_create_fd(conn->out_fd, SIZE_MAX); in director_connection_create()
355 o_stream_set_no_error_handling(conn->out_output, TRUE); in director_connection_create()
377 o_stream_unref(&conn->out_output); in director_connection_destroy()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/src/blenderseed/
H A Das_blender_areaLight.osl62 output closure color out_output = 0
75 out_output = power * in_color * emission();
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_beos/
H A DPlaybackNode.h77 status_t GetNextOutput( int32* cookie, media_output* out_output );
H A DPlaybackNode.cc438 status_t PaPlaybackNode::GetNextOutput( int32* cookie, media_output* out_output ) in GetNextOutput() argument
446 *out_output = mOutput; in GetNextOutput()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_beos/
H A DPlaybackNode.h77 status_t GetNextOutput( int32* cookie, media_output* out_output );
H A Dplaybacknode.cc438 status_t PaPlaybackNode::GetNextOutput( int32* cookie, media_output* out_output ) in GetNextOutput() argument
446 *out_output = mOutput; in GetNextOutput()

12