Home
last modified time | relevance | path

Searched refs:event (Results 1 – 25 of 43) 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 Dshellcheck.yml16 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
H A Dreuse.yml18 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
H A Dfuzz.yml43 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 Dlinkcheck.yml23 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
H A Dproselint.yml23 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
H A Dcurl-for-win.yml17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
H A Dtorture.yml42 group: torture-${{ github.event.pull_request.number || github.sha }}
H A Dlinux32.yml41 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
H A Dwolfssl.yml42 group: wolfssl-${{ github.event.pull_request.number || github.sha }}
/curl/lib/
H A Dtftp.c127 tftp_event_t event; member
408 return tftp_tx(state, event); in tftp_connect_for_tx()
441 switch(event) { in tftp_send_first()
587 switch(event) { in tftp_rx()
713 switch(event) { in tftp_tx()
1131 state->event = (tftp_event_t)event; in tftp_receive_packet()
1133 switch(state->event) { in tftp_receive_packet()
1197 if(event) in tftp_state_timeout()
1198 *event = TFTP_EVENT_NONE; in tftp_state_timeout()
1209 if(event) in tftp_state_timeout()
[all …]
H A Dcfilters.h141 int event, int arg1, void *arg2);
238 int event, int arg1, void *arg2);
313 int event, int arg1, void *arg2);
H A Dcfilters.c489 int event, int arg1, void *arg2) in Curl_cf_def_cntrl() argument
493 (void)event; in Curl_cf_def_cntrl()
502 int event, int arg1, void *arg2) in Curl_conn_cf_cntrl() argument
509 result = cf->cft->cntrl(cf, data, event, arg1, arg2); in Curl_conn_cf_cntrl()
553 int event, int arg1, void *arg2) in cf_cntrl_all() argument
560 event, arg1, arg2); in cf_cntrl_all()
/curl/scripts/
H A Dcoverage.sh38 make TFLAGS=-n test-event
/curl/docs/libcurl/
H A Dcurl_multi_add_handle.md48 should if you are working event-based with curl_multi_socket_action(3)
50 updated timer so that your main event loop gets the activity on this handle to
H A Dcurl_multi_socket.md58 for an event-based system using the callback is far better than relying on
74 /* the event-library gets told when there activity on the socket 'fd',
H A Dcurl_multi_socket_all.md58 for an event-based system using the callback is far better than relying on
74 /* the event-library gets told when there activity on the socket 'fd',
H A Dcurl_multi_socket_action.md65 for an event-based system using the callback is far better than relying on
103 /* the event-library gets told when there activity on the socket 'fd',
/curl/
H A DMakefile.am131 test-event:
132 @(cd tests; $(MAKE) all event-test)
/curl/tests/
H A DMakefile.am156 event-test: perlcheck all
H A DCMakeLists.txt55 add_runtests(test-event "-a -e")

Completed in 90 milliseconds

12