Home
last modified time | relevance | path

Searched refs:event (Results 1 – 25 of 38) sorted by relevance

12

/curl/docs/examples/
H A Dmulti-event.c37 struct event *timeout;
40 struct event *event; member
44 static void curl_perform(int fd, short event, void *arg);
61 event_del(context->event); in destroy_curl_context()
62 event_free(context->event); in destroy_curl_context()
124 static void curl_perform(int fd, short event, void *arg) in curl_perform() argument
130 if(event & EV_READ) in curl_perform()
132 if(event & EV_WRITE) in curl_perform()
190 event_del(curl_context->event); in handle_socket()
193 event_add(curl_context->event, NULL); in handle_socket()
[all …]
H A Dhiperfifo.c84 struct event fifo_event;
85 struct event timer_event;
110 struct event ev;
366 static void fifo_cb(int fd, short event, void *arg) in fifo_cb() argument
373 (void)event; in fifo_cb()
H A DMakefile.inc150 multi-event.c \
/curl/.github/workflows/
H A Dappveyor-status.yml11 group: ${{ github.workflow }}-${{ github.event.sha }}-${{ github.event.target_url }}
19 if: ${{ github.event.sender.login == 'appveyor[bot]' }}
24 if: ${{ github.event.sha && github.event.target_url }}
26 APPVEYOR_COMMIT_SHA: ${{ github.event.sha }}
27 APPVEYOR_TARGET_URL: ${{ github.event.target_url }}
28 APPVEYOR_REPOSITORY: ${{ github.event.repository.full_name }}
H A Dfuzz.yml39 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
H A Dhacktoberfest-accepted.yml43 git log --format=email ${{ github.event.before }}..${{ github.event.after }} | \
H A Dcurl-for-win.yml33 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
H A Ddistcheck.yml17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
H A Dcheckdocs.yml30 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
H A Dmacos.yml33 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
135 - name: 'OpenSSL event-based'
139 tflags: --test-event
H A Dnon-native.yml33 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
/curl/lib/
H A Dtftp.c127 tftp_event_t event; member
407 return tftp_tx(state, event); in tftp_connect_for_tx()
440 switch(event) { in tftp_send_first()
584 switch(event) { in tftp_rx()
710 switch(event) { in tftp_tx()
1124 state->event = (tftp_event_t)event; in tftp_receive_packet()
1126 switch(state->event) { in tftp_receive_packet()
1190 if(event) in tftp_state_timeout()
1191 *event = TFTP_EVENT_NONE; in tftp_state_timeout()
1202 if(event) in tftp_state_timeout()
[all …]
H A Dcf-https-connect.c107 int event, int arg1, void *arg2) in cf_hc_baller_cntrl() argument
110 return Curl_conn_cf_cntrl(b->cf, data, FALSE, event, arg1, arg2); in cf_hc_baller_cntrl()
481 int event, int arg1, void *arg2) in cf_hc_cntrl() argument
487 result = cf_hc_baller_cntrl(&ctx->h3_baller, data, event, arg1, arg2); in cf_hc_cntrl()
489 result = cf_hc_baller_cntrl(&ctx->h21_baller, data, event, arg1, arg2); in cf_hc_cntrl()
H A Dcfilters.h153 int event, int arg1, void *arg2);
258 int event, int arg1, void *arg2);
336 int event, int arg1, void *arg2);
H A Dcfilters.c627 int event, int arg1, void *arg2) in Curl_cf_def_cntrl() argument
631 (void)event; in Curl_cf_def_cntrl()
640 int event, int arg1, void *arg2) in Curl_conn_cf_cntrl() argument
647 result = cf->cft->cntrl(cf, data, event, arg1, arg2); in Curl_conn_cf_cntrl()
700 int event, int arg1, void *arg2) in cf_cntrl_all() argument
707 event, arg1, arg2); in cf_cntrl_all()
/curl/scripts/
H A Dcoverage.sh38 make TFLAGS=-n test-event
/curl/
H A DMakefile.am123 test-event: test
146 test-event:
147 @(cd tests; $(MAKE) all event-test)
/curl/docs/libcurl/
H A Dcurl_multi_add_handle.md49 should if you are working event-based with curl_multi_socket_action(3)
51 updated timer so that your main event loop gets the activity on this handle to
H A Dcurl_multi_socket.md54 poll the value at any given time, but for an event-based system using the
64 /* the event-library gets told when there activity on the socket 'fd',
H A Dcurl_multi_socket_action.md66 for an event-based system using the callback is far better than relying on
106 /* the event-library gets told when there activity on the socket 'fd',
H A Dlibcurl-multi.md44 4. Enable event-based handling and scaling transfers up to and beyond
59 the event based one we call multi_socket. You benefit from reading through the
155 This API is typically used with an event-driven underlying functionality (like
H A Dcurl_multi_poll.md124 /* did our descriptor receive an event? */
/curl/tests/
H A DMakefile.am180 event-test: perlcheck all
H A Druntests.md73 E the test was run event-based
121 ## `-e` or `--test-event`
123 Run the test event-based (if possible). This makes runtests invoke curl with
124 --test-event option. This option only works if both curl and libcurl were
H A DCMakeLists.txt109 add_runtests(test-event "-a -e")

Completed in 32 milliseconds

12