Home
last modified time | relevance | path

Searched refs:write_function (Results 26 – 50 of 767) sorted by relevance

12345678910>>...31

/dports/devel/libmowgli2/libmowgli-2-2.1.3/src/libmowgli/eventloop/
H A Dpoll_pollops.c63 if (pollable->read_function || pollable->write_function) in update_poll_fds()
70 if (pollable->write_function) in update_poll_fds()
143 if (pollable->read_function || pollable->write_function) in mowgli_poll_eventloop_setselect()
152 pollable->write_function = event_function; in mowgli_poll_eventloop_setselect()
160 …mowgli_log("%p -> read %p : write %p", pollable, pollable->read_function, pollable->write_function in mowgli_poll_eventloop_setselect()
163 if (pollable->read_function || pollable->write_function) in mowgli_poll_eventloop_setselect()
216 …iv->pollfds[slot].revents & (POLLWRNORM | POLLOUT | POLLHUP | POLLERR) && pollable->write_function) in mowgli_poll_eventloop_select()
219 …mowgli_log("run %p(%p, %p, MOWGLI_EVENTLOOP_IO_WRITE, %p)\n", pollable->write_function, eventloop,… in mowgli_poll_eventloop_select()
H A Dselect_pollops.c91 if (pollable->read_function || pollable->write_function) in mowgli_select_eventloop_setselect()
100 pollable->write_function = event_function; in mowgli_select_eventloop_setselect()
108 …mowgli_log("%p -> read %p : write %p", pollable, pollable->read_function, pollable->write_function in mowgli_select_eventloop_setselect()
111 if (pollable->read_function || pollable->write_function) in mowgli_select_eventloop_setselect()
143 if (pollable->read_function || pollable->write_function) in mowgli_select_eventloop_select()
154 if (pollable->write_function) in mowgli_select_eventloop_select()
190 …mowgli_log("run %p(%p, %p, MOWGLI_EVENTLOOP_IO_WRITE, %p)\n", pollable->write_function, eventloop,… in mowgli_select_eventloop_select()
/dports/irc/atheme-services/atheme-7.2.9/libmowgli-2/src/libmowgli/eventloop/
H A Dpoll_pollops.c63 if (pollable->read_function || pollable->write_function) in update_poll_fds()
70 if (pollable->write_function) in update_poll_fds()
143 if (pollable->read_function || pollable->write_function) in mowgli_poll_eventloop_setselect()
152 pollable->write_function = event_function; in mowgli_poll_eventloop_setselect()
160 …mowgli_log("%p -> read %p : write %p", pollable, pollable->read_function, pollable->write_function in mowgli_poll_eventloop_setselect()
163 if (pollable->read_function || pollable->write_function) in mowgli_poll_eventloop_setselect()
216 …iv->pollfds[slot].revents & (POLLWRNORM | POLLOUT | POLLHUP | POLLERR) && pollable->write_function) in mowgli_poll_eventloop_select()
219 …mowgli_log("run %p(%p, %p, MOWGLI_EVENTLOOP_IO_WRITE, %p)\n", pollable->write_function, eventloop,… in mowgli_poll_eventloop_select()
H A Dselect_pollops.c91 if (pollable->read_function || pollable->write_function) in mowgli_select_eventloop_setselect()
100 pollable->write_function = event_function; in mowgli_select_eventloop_setselect()
108 …mowgli_log("%p -> read %p : write %p", pollable, pollable->read_function, pollable->write_function in mowgli_select_eventloop_setselect()
111 if (pollable->read_function || pollable->write_function) in mowgli_select_eventloop_setselect()
143 if (pollable->read_function || pollable->write_function) in mowgli_select_eventloop_select()
154 if (pollable->write_function) in mowgli_select_eventloop_select()
190 …mowgli_log("run %p(%p, %p, MOWGLI_EVENTLOOP_IO_WRITE, %p)\n", pollable->write_function, eventloop,… in mowgli_select_eventloop_select()
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/hip2b/
H A Dhip2b_ui.fl25 callback {write_function(controller,UPP,sizeof(float),0,&up->floatvalue);}
32 callback {write_function(controller,DOWNN,sizeof(float),0,&down->floatvalue);}
39 callback {write_function(controller,INGAIN,sizeof(float),0,&input->floatvalue);}
46 callback {write_function(controller,OUTGAIN,sizeof(float),0,&output->floatvalue);}
53 callback {write_function(controller,OCTAVE,sizeof(float),0,&octave->floatvalue);} selected
61 callback {write_function(controller,WETDRY,sizeof(float),0,&wetdry->floatvalue);}
70 decl {LV2UI_Write_Function write_function;} {public local
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_easyroute/
H A Dmod_easyroute.c339 stream->write_function(stream, "Usage: easyroute <number>\n"); in SWITCH_STANDARD_API()
347 stream->write_function(stream, "Invalid Input!\n"); in SWITCH_STANDARD_API()
363 stream->write_function(stream, "No Match!\n"); in SWITCH_STANDARD_API()
368 stream->write_function(stream, "Number \tLimit \tGroup \tAcctCode \tDialstring\n"); in SWITCH_STANDARD_API()
373 stream->write_function(stream, "%s", results.dialstring); in SWITCH_STANDARD_API()
375 stream->write_function(stream, "%s", results.translated); in SWITCH_STANDARD_API()
377 stream->write_function(stream, "%s", results.limit); in SWITCH_STANDARD_API()
379 stream->write_function(stream, "%s", results.group); in SWITCH_STANDARD_API()
381 stream->write_function(stream, "%s", results.acctcode); in SWITCH_STANDARD_API()
383 stream->write_function(stream, "Invalid Input!\n"); in SWITCH_STANDARD_API()
[all …]
/dports/audio/padthv1-lv2/padthv1-padthv1_0_9_23/src/
H A Dpadthv1_lv2ui.cpp37 LV2UI_Controller controller, LV2UI_Write_Function write_function ) in padthv1_lv2ui() argument
41 m_write_function = write_function; in padthv1_lv2ui()
52 void padthv1_lv2ui::write_function ( in write_function() function in padthv1_lv2ui
66 LV2UI_Write_Function write_function, in padthv1_lv2ui_instantiate() argument
83 = new padthv1widget_lv2(pSynth, controller, write_function); in padthv1_lv2ui_instantiate()
208 LV2UI_Write_Function write_function, in padthv1_lv2ui_x11_instantiate() argument
233 = new padthv1widget_lv2(pSynth, controller, write_function); in padthv1_lv2ui_x11_instantiate()
251 LV2UI_Write_Function write_function, in padthv1_lv2ui_windows_instantiate() argument
276 = new padthv1widget_lv2(pSynth, controller, write_function); in padthv1_lv2ui_windows_instantiate()
337 LV2UI_Write_Function write_function, in padthv1_lv2ui_external_instantiate() argument
[all …]
/dports/audio/samplv1-lv2/samplv1-samplv1_0_9_23/src/
H A Dsamplv1_lv2ui.cpp37 LV2UI_Controller controller, LV2UI_Write_Function write_function ) in quote_ident()
41 m_write_function = write_function; in quote_ident()
52 void samplv1_lv2ui::write_function (
66 LV2UI_Write_Function write_function,
83 = new samplv1widget_lv2(pSynth, controller, write_function);
208 LV2UI_Write_Function write_function,
233 = new samplv1widget_lv2(pSampl, controller, write_function);
251 LV2UI_Write_Function write_function,
276 = new samplv1widget_lv2(pSampl, controller, write_function);
337 LV2UI_Write_Function write_function,
[all …]
/dports/audio/synthv1-lv2/synthv1-synthv1_0_9_23/src/
H A Dsynthv1_lv2ui.cpp37 LV2UI_Controller controller, LV2UI_Write_Function write_function ) in synthv1_lv2ui() argument
41 m_write_function = write_function; in synthv1_lv2ui()
52 void synthv1_lv2ui::write_function ( in write_function() function in synthv1_lv2ui
66 LV2UI_Write_Function write_function, in synthv1_lv2ui_instantiate() argument
83 = new synthv1widget_lv2(pSynth, controller, write_function); in synthv1_lv2ui_instantiate()
208 LV2UI_Write_Function write_function, in synthv1_lv2ui_x11_instantiate() argument
233 = new synthv1widget_lv2(pSynth, controller, write_function); in synthv1_lv2ui_x11_instantiate()
251 LV2UI_Write_Function write_function, in synthv1_lv2ui_windows_instantiate() argument
276 = new synthv1widget_lv2(pSynth, controller, write_function); in synthv1_lv2ui_windows_instantiate()
337 LV2UI_Write_Function write_function, in synthv1_lv2ui_external_instantiate() argument
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_local_stream/
H A Dmod_local_stream.c1384 stream->write_function(stream, "+OK hup stream: %s", source->name); in SWITCH_STANDARD_API()
1437 stream->write_function(stream, "+OK"); in SWITCH_STANDARD_API()
1447 stream->write_function(stream, "+OK"); in SWITCH_STANDARD_API()
1455 stream->write_function(stream, "+OK stream: %s", source->name); in SWITCH_STANDARD_API()
1459 stream->write_function(stream, "+OK stream: %s", local_stream_name); in SWITCH_STANDARD_API()
1497 stream->write_function(stream, "</local_stream>\n"); in SWITCH_STANDARD_API()
1499 stream->write_function(stream, "%s\n", source->name); in SWITCH_STANDARD_API()
1502 stream->write_function(stream, " rate: %d\n", source->rate); in SWITCH_STANDARD_API()
1505 stream->write_function(stream, " prebuf: %d\n", source->prebuf); in SWITCH_STANDARD_API()
1507 stream->write_function(stream, " total: %d\n", source->total); in SWITCH_STANDARD_API()
[all …]
/dports/www/R-cran-httr/httr/man/
H A Dwrite_function.Rd3 \name{write_function}
4 \alias{write_function}
7 write_function(subclass, ...)
12 \item{x}{A \code{write_function} object to process.}
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_oreka/
H A Dmod_oreka.c305 sdp.write_function(&sdp, "v=0\r\n"); in oreka_send_sip_message()
307 sdp.write_function(&sdp, "c=IN IP4 %s\r\n", globals.sip_server_ipv4_str); in oreka_send_sip_message()
311 sdp.write_function(&sdp, "a=rtpmap:0 PCMU/%d\r\n", type == FS_OREKA_READ in oreka_send_sip_message()
328 sip_header.write_function(&sip_header, "Call-ID: %s\r\n", session_uuid); in oreka_send_sip_message()
331 sip_header.write_function(&sip_header, "CSeq: 1 %s\r\n", method); in oreka_send_sip_message()
337 sip_header.write_function(&sip_header, "Max-Forwards: 70\r\n", method); in oreka_send_sip_message()
340 sip_header.write_function(&sip_header, "Subject: %s %s recording of %s\r\n", in oreka_send_sip_message()
352 sip_header.write_function(&sip_header, "%s: %s\r\n", hname, value); in oreka_send_sip_message()
359 sip_header.write_function(&sip_header, "Content-Type: application/sdp\r\n"); in oreka_send_sip_message()
364 sip_header.write_function(&sip_header, "Content-Length: %d\r\n", sdp.data_len); in oreka_send_sip_message()
[all …]
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/ui/
H A Dkuiza.cxx37 write_function( controller, KUIZA_GAIN_S1, sizeof(float), 0, &v ); in widgetValueCB()
41 write_function( controller, KUIZA_GAIN_S2, sizeof(float), 0, &v ); in widgetValueCB()
45 write_function( controller, KUIZA_GAIN_S3, sizeof(float), 0, &v ); in widgetValueCB()
49 write_function( controller, KUIZA_GAIN_S4, sizeof(float), 0, &v ); in widgetValueCB()
53 write_function( controller, KUIZA_GAIN, sizeof(float), 0, &v ); in widgetValueCB()
/dports/audio/eq10q-lv2/eq10q-2.2/gui/widgets/
H A Deqwindow.cpp326write_function(controller, AtomPortNumber, lv2_atom_total_size(msg), uris.atom_eventTransfer, msg); in request_sample_rate()
403 write_function(controller, EQ_INGAIN, sizeof(float), 0, &aux); in changeAB()
405 write_function(controller, EQ_OUTGAIN, sizeof(float), 0, &aux); in changeAB()
433 write_function(controller, i + PORT_OFFSET + 2*m_iNumOfChannels, sizeof(float), 0, &aux); //Gain in changeAB()
483 write_function(controller, EQ_BYPASS, sizeof(float), 0, &m_bypassValue); in onButtonBypass()
500write_function(controller, iBand + PORT_OFFSET + 2*m_iNumOfChannels, sizeof(float), 0, &fValue); in onBandChange()
598 write_function(controller, EQ_INGAIN, sizeof(float), 0, &aux); in onInputGainChange()
617 write_function(controller, EQ_OUTGAIN, sizeof(float), 0, &aux); in onOutputGainChange()
632 write_function(controller, band_ix + PORT_OFFSET + 2*m_iNumOfChannels, sizeof(float), 0, &Gain); in onCurveChange()
809write_function(controller, AtomPortNumber, lv2_atom_total_size(msg), uris.atom_eventTransfer, msg); in sendAtomFftOn()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_mongo/
H A Dmod_mongo.c180 stream->write_function(stream, "-OK\n%s\n", json_result); in SWITCH_STANDARD_API()
190 stream->write_function(stream, "-ERR\nfailed to parse query!\n"); in SWITCH_STANDARD_API()
194 stream->write_function(stream, "-ERR\nfailed to get connection!\n"); in SWITCH_STANDARD_API()
197 stream->write_function(stream, "-ERR\n%s\n", MAPREDUCE_SYNTAX); in SWITCH_STANDARD_API()
261 result_stream.write_function(&result_stream, "%s", json_result); in SWITCH_STANDARD_API()
297 stream->write_function(stream, "-ERR\nfailed to get connection!\n"); in SWITCH_STANDARD_API()
300 stream->write_function(stream, "-ERR\n%s\n", FIND_N_SYNTAX); in SWITCH_STANDARD_API()
350 stream->write_function(stream, "-OK\n%s\n", json_result); in SWITCH_STANDARD_API()
356 stream->write_function(stream, "-OK\n{}\n"); in SWITCH_STANDARD_API()
359 stream->write_function(stream, "-ERR\nquery failed!\n"); in SWITCH_STANDARD_API()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_portaudio/
H A Dmod_portaudio.c2067 stream->write_function(stream, "r"); in devlist()
2073 stream->write_function(stream, ","); in devlist()
2075 stream->write_function(stream, "i"); in devlist()
2081 stream->write_function(stream, ","); in devlist()
2083 stream->write_function(stream, "o"); in devlist()
2086 stream->write_function(stream, "\n"); in devlist()
2766 stream->write_function(stream, "OK\n"); in switch_call()
2782 stream->write_function(stream, "OK\n"); in switch_call()
2807 stream->write_function(stream, "OK\n"); in hangup_call()
2909 stream->write_function(stream, "ear"); in do_flags()
[all …]
/dports/www/R-cran-httr/httr/R/
H A Dwrite-function.R9 write_function <- function(subclass, ...) { function
42 request(output = write_function("write_disk", path = path, file = NULL))
48 request(output = write_function("write_memory"))
73 request(output = write_function("write_stream", f = f))
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_avmd/
H A Dmod_avmd.c1108 stream->write_function(stream, "\n\n"); in avmd_show()
1109 stream->write_function(stream, "%s\n\n", line); in avmd_show()
1110 stream->write_function(stream, "%s\n", "Avmd global settings\n\n"); in avmd_show()
1126 stream->write_function(stream, "\n\n"); in avmd_show()
1698 stream->write_function(stream, "+OK\n XML reloaded\n\n"); in SWITCH_STANDARD_API()
1760 stream->write_function(stream, "+OK\n reset to factory settings\n\n"); in SWITCH_STANDARD_API()
1771 stream->write_function(stream, "+OK\n show\n\n"); in SWITCH_STANDARD_API()
1855 stream->write_function(stream, "-ERR, buffer error\n\n"); in SWITCH_STANDARD_API()
1859 stream->write_function(stream, "-ERR, SMA buffer size is 0\n\n"); in SWITCH_STANDARD_API()
1863 stream->write_function(stream, "-ERR, SMA buffer error\n\n"); in SWITCH_STANDARD_API()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_prefix/
H A Dmod_prefix.c97 stream->write_function(stream, "%s", res->value); in search_prefix_tree()
99 stream->write_function(stream, ""); in search_prefix_tree()
183 stream->write_function(stream, "+OK\n"); in SWITCH_STANDARD_API()
185 stream->write_function(stream, "-ERR\n"); in SWITCH_STANDARD_API()
192 stream->write_function(stream, "+OK\n"); in SWITCH_STANDARD_API()
194 stream->write_function(stream, "-ERR\n"); in SWITCH_STANDARD_API()
198 stream->write_function(stream, "+OK\n"); in SWITCH_STANDARD_API()
205 stream->write_function(stream, "-ERR Usage: prefix %s\n", PREFIX_API_USAGE); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_gsm/
H A Dftmod_gsm.c1334 stream->write_function(stream, "+OK.\n"); in COMMAND_HANDLER()
1372 stream->write_function(stream, "Span %d (%s):\n", span->span_id, span->name); in COMMAND_HANDLER()
1396 stream->write_function(stream, "\n"); in COMMAND_HANDLER()
1398 stream->write_function(stream, "+OK.\n"); in COMMAND_HANDLER()
1442 stream->write_function(stream, "Failed to Send SMS \n"); in COMMAND_HANDLER()
1444 stream->write_function(stream, "SMS Sent.\n"); in COMMAND_HANDLER()
1463 stream->write_function(stream, "%s\n", tokens[i]); in WAT_AT_CMD_RESPONSE_FUNC()
1495 stream->write_function(stream, "AT command sent on span %s\n", span->name); in COMMAND_HANDLER()
1526 stream->write_function(stream, "+OK\n"); in COMMAND_HANDLER()
1572 stream->write_function(stream, "%s", FT_SYNTAX); in FIO_API_FUNCTION()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_hash/
H A Dmod_hash.c512 stream->write_function(stream, "+OK\n"); in SWITCH_STANDARD_API()
525 stream->write_function(stream, "+OK\n"); in SWITCH_STANDARD_API()
533 stream->write_function(stream, "+OK\n"); in SWITCH_STANDARD_API()
535 stream->write_function(stream, "-ERR Not found\n"); in SWITCH_STANDARD_API()
547 stream->write_function(stream, "+OK\n"); in SWITCH_STANDARD_API()
549 stream->write_function(stream, "-ERR Doesn't match\n"); in SWITCH_STANDARD_API()
552 stream->write_function(stream, "-ERR Not found\n"); in SWITCH_STANDARD_API()
558 stream->write_function(stream, "%s", value); in SWITCH_STANDARD_API()
687 stream->write_function(stream, "+OK\n"); in SWITCH_STANDARD_API()
707 stream->write_function(stream, "+OK\n"); in SWITCH_STANDARD_API()
[all …]
/dports/audio/bamp-lv2/BAmp-fe91b838f2ec801df55b12ffbdf6c6a4ab4ef093/
H A DBAmp_GUI.cpp17 LV2UI_Write_Function write_function; member in BAmp_GUI
24 write_function (NULL), controller (NULL), in BAmp_GUI()
63 ui->write_function(ui->controller, AMP_GAIN, sizeof(float), 0, &value); in valueChangedCallback()
70 LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, in instantiate() argument
94 ui->write_function = write_function; in instantiate()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_event_socket/
H A Dmod_event_socket.c706 stream->write_function(stream, " <listener>\n"); in xmlize_listener()
710 stream->write_function(stream, " </listener>\n"); in xmlize_listener()
741 stream->write_function(stream, "<root>\n"); in SWITCH_STANDARD_API()
974 stream->write_function(stream, p); in SWITCH_STANDARD_API()
978 stream->write_function(stream, "<data>\n"); in SWITCH_STANDARD_API()
981 stream->write_function(stream, "</data>\n"); in SWITCH_STANDARD_API()
1003 stream->write_function(stream, "</data>\n"); in SWITCH_STANDARD_API()
1050 stream->write_function(stream, "<log_data>\n"); in SWITCH_STANDARD_API()
1063 stream->write_function(stream, in SWITCH_STANDARD_API()
1076 stream->write_function(stream, "<events>\n"); in SWITCH_STANDARD_API()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_distributor/
H A Dmod_distributor.c344 stream->write_function(stream, "%s", ret); in SWITCH_STANDARD_API()
347 stream->write_function(stream, "-err"); in SWITCH_STANDARD_API()
406 stream->write_function(stream, "+ok reloaded.\n"); in SWITCH_STANDARD_API()
418 stream->write_function(stream, "list: name=%s\n", list->name); in SWITCH_STANDARD_API()
421 stream->write_function(stream, "node: name=%s weight=%d\n", np->name, np->wval); in SWITCH_STANDARD_API()
455 stream->write_function(stream, "error: name=%s, specified weight invalid\n", np->name); in SWITCH_STANDARD_API()
458 stream->write_function(stream, "error: node %s not found\n", argv[i]); in SWITCH_STANDARD_API()
466 stream->write_function(stream, "list: name=%s\n", list->name); in SWITCH_STANDARD_API()
469 stream->write_function(stream, "node: name=%s weight=%d\n", np->name, np->wval); in SWITCH_STANDARD_API()
484 stream->write_function(stream, "%s\n", err); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp.c279 stream->write_function(stream, "-ERR missing uuid\n"); in SWITCH_STANDARD_API()
297 stream->write_function(stream, "-ERR Cannot locate session\n"); in SWITCH_STANDARD_API()
304 stream->write_function(stream, "+OK started\n"); in SWITCH_STANDARD_API()
344 stream->write_function(stream, "-ERR missing session UUID\n"); in SWITCH_STANDARD_API()
349 stream->write_function(stream, "-ERR Cannot locate session\n"); in SWITCH_STANDARD_API()
354 stream->write_function(stream, "+OK stopped\n"); in SWITCH_STANDARD_API()
375 stream->write_function(stream, "+OK started\n"); in SWITCH_STANDARD_API()
399 stream->write_function(stream, "+OK stopped\n"); in SWITCH_STANDARD_API()
412 stream->write_function(stream, "-ERR missing uuid\n"); in SWITCH_STANDARD_API()
425 stream->write_function(stream, "-ERR missing text\n"); in SWITCH_STANDARD_API()
[all …]

12345678910>>...31