Searched refs:done (Results 1 - 25 of 1194) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/
H A Digmprt.c942 * Decrement timers and handle whatever has to be done when one expires
1302 done(int sig) function
1381 signal(SIGUSR1, done);
1382 signal(SIGKILL, done);
1383 signal(SIGABRT, done);
1384 signal(SIGTERM, done);
1385 signal(SIGHUP, done);
1448 done(0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dasyn-ares.c392 if(conn->async.done)
430 else if(conn->async.done) {
566 conn->async.done = FALSE; /* not done */
H A Dasyn-thread.c164 int done; member in struct:thread_sync_data
289 tsd->done = 1;
313 tsd->done = 1;
348 * resolve. This function returns before the resolve is done.
364 conn->async.done = FALSE;
492 conn->async.done = TRUE;
527 int done = 0; local
537 done = td->tsd.done;
540 if(done) {
[all...]
H A Dconnect.c254 int done = 0; /* -1 for error, 1 for address found */ local
274 done = 1;
329 done = 1;
336 done = -1;
340 if(done > 0) {
360 if(done < 1) {
704 Curl_pgrsTime(data, TIMER_CONNECT); /* connect done */
H A Dcookie.c234 bool done = FALSE; local
260 done = TRUE;
266 /* there was a '=' so we're not done parsing this field */
267 done = FALSE;
269 if(done)
H A Dcurl_ntlm.c154 authp->done = FALSE;
208 authp->done = TRUE;
219 authp->done = TRUE;
H A Dcurl_ntlm_wb.c155 goto done;
162 goto done;
172 goto done;
223 done:
244 goto done;
255 goto done;
258 goto done;
266 goto done;
275 goto done;
278 goto done;
[all...]
H A Dcurl_rtmp.c51 static CURLcode rtmp_do(struct connectdata *conn, bool *done);
53 static CURLcode rtmp_connect(struct connectdata *conn, bool *done);
67 rtmp_done, /* done */
87 rtmp_done, /* done */
107 rtmp_done, /* done */
127 rtmp_done, /* done */
147 rtmp_done, /* done */
167 rtmp_done, /* done */
200 static CURLcode rtmp_connect(struct connectdata *conn, bool *done) argument
228 *done
234 rtmp_do(struct connectdata *conn, bool *done) argument
[all...]
H A Dcyassl.c443 bool *done)
454 *done = TRUE;
502 *done = FALSE;
528 } /* repeat step2 until all transactions are done. */
540 *done = TRUE;
543 *done = FALSE;
555 bool *done)
557 return cyassl_connect_common(conn, sockindex, TRUE, done);
566 bool done = FALSE; local
568 retcode = cyassl_connect_common(conn, sockindex, FALSE, &done);
440 cyassl_connect_common(struct connectdata *conn, int sockindex, bool nonblocking, bool *done) argument
553 Curl_cyassl_connect_nonblocking(struct connectdata *conn, int sockindex, bool *done) argument
[all...]
H A Dcyassl.h45 bool *done);
H A Ddict.c78 static CURLcode dict_do(struct connectdata *conn, bool *done);
88 ZERO_NULL, /* done */
137 static CURLcode dict_do(struct connectdata *conn, bool *done) argument
153 *done = TRUE; /* unconditionally */
H A Dfile.c93 static CURLcode file_do(struct connectdata *, bool *done);
96 static CURLcode file_connect(struct connectdata *conn, bool *done);
109 file_done, /* done */
184 static CURLcode file_connect(struct connectdata *conn, bool *done) argument
255 file->freepath = real_path; /* free this when done */
263 *done = TRUE;
432 * the do-phase, to have it done in the main transfer loop but since some
437 static CURLcode file_do(struct connectdata *conn, bool *done) argument
457 *done = TRUE; /* unconditionally */
479 *done
[all...]
H A Dftp.c115 static CURLcode ftp_regular_transfer(struct connectdata *conn, bool *done);
130 static CURLcode ftp_do(struct connectdata *conn, bool *done);
133 static CURLcode ftp_connect(struct connectdata *conn, bool *done);
136 static CURLcode ftp_multi_statemach(struct connectdata *conn, bool *done);
168 ftp_done, /* done */
194 ftp_done, /* done */
221 Curl_http_done, /* done */
247 Curl_http_done, /* done */
399 int *ftpcode, /* return the ftp-code if done */
685 /* already done an
2889 ftp_multi_statemach(struct connectdata *conn, bool *done) argument
2976 ftp_connect(struct connectdata *conn, bool *done) argument
3798 ftp_do(struct connectdata *conn, bool *done) argument
[all...]
H A Dgopher.c81 static CURLcode gopher_do(struct connectdata *conn, bool *done);
93 ZERO_NULL, /* done */
109 static CURLcode gopher_do(struct connectdata *conn, bool *done) argument
121 *done = TRUE; /* unconditionally */
H A Dgtls.c804 bool *done)
809 /* Initiate the connection, if not already done */
821 /* Finish connecting once the handshake is done */
828 *done = ssl_connect_1==connssl->connecting_state;
836 bool *done)
838 return gtls_connect_common(conn, sockindex, TRUE, done);
847 bool done = FALSE; local
849 retcode = gtls_connect_common(conn, sockindex, FALSE, &done);
853 DEBUGASSERT(done);
917 int done local
801 gtls_connect_common(struct connectdata *conn, int sockindex, bool nonblocking, bool *done) argument
834 Curl_gtls_connect_nonblocking(struct connectdata *conn, int sockindex, bool *done) argument
[all...]
H A Dgtls.h36 bool *done);
H A Dhostasyn.c114 /* Set async.done TRUE last in this function since it may be used multi-
117 conn->async.done = TRUE;
H A Dhttp.c99 static CURLcode https_connecting(struct connectdata *conn, bool *done);
114 Curl_http_done, /* done */
138 Curl_http_done, /* done */
394 /* rewind data when completely done sending! */
481 (!data->state.authhost.done) &&
484 authentication is not "done" yet and
492 data->state.authhost.done = TRUE;
537 authstatus->done = TRUE;
583 /* NOTE: this function should set 'done' TRUE, as the other auth
585 authstatus->done
1301 Curl_http_connect(struct connectdata *conn, bool *done) argument
1370 https_connecting(struct connectdata *conn, bool *done) argument
1662 Curl_http(struct connectdata *conn, bool *done) argument
[all...]
H A Dhttp.h67 CURLcode Curl_http(struct connectdata *conn, bool *done);
69 CURLcode Curl_http_connect(struct connectdata *conn, bool *done);
154 * done.
H A Dhttp_digest.c234 break; /* we're done here */
335 authp->done = FALSE;
338 authp->done = TRUE;
H A Dhttp_proxy.c292 and make sure to break out of the loop when we're done! */
309 /* we're done reading chunks! */
372 /* if the whole thing was already read, we are done!
397 /* we're done reading chunks! */
510 data->state.authproxy.done = TRUE;
H A Dimap.c92 static CURLcode imap_regular_transfer(struct connectdata *conn, bool *done);
93 static CURLcode imap_do(struct connectdata *conn, bool *done);
96 static CURLcode imap_connect(struct connectdata *conn, bool *done);
98 static CURLcode imap_multi_statemach(struct connectdata *conn, bool *done);
115 imap_done, /* done */
141 imap_done, /* done */
167 Curl_http_done, /* done */
193 Curl_http_done, /* done */
625 /* called repeatedly until done from multi.c */
627 bool *done)
626 imap_multi_statemach(struct connectdata *conn, bool *done) argument
692 imap_connect(struct connectdata *conn, bool *done) argument
862 imap_do(struct connectdata *conn, bool *done) argument
[all...]
H A Dldap.c116 static CURLcode Curl_ldap(struct connectdata *conn, bool *done);
126 ZERO_NULL, /* done */
151 ZERO_NULL, /* done */
169 static CURLcode Curl_ldap(struct connectdata *conn, bool *done) argument
188 *done = TRUE; /* unconditionally */
H A Dmprintf.c103 done++; \
105 return done; /* return immediately on failure */ \
625 int done = 0; local
985 *(LONG_LONG_TYPE *) p->data.ptr = (LONG_LONG_TYPE)done;
989 *(long *) p->data.ptr = (long)done;
991 *(int *) p->data.ptr = (int)done;
993 *(short *) p->data.ptr = (short)done;
1002 return done;
H A Dmulti.c83 CURLM_STATE_DO_DONE, /* 10 - done sending off request */
900 and then we must make sure that is done. */
953 bool done = FALSE; local
1060 protocol connect is already done and we can go directly to
1273 /* we're done with the DO, now DO_DONE */
1320 /* done didn't return OK or SEND_ERROR */
1372 is done for us in Curl_done() */
1462 easy->result = Curl_readwrite(easy->easy_conn, &done);
1467 /* We're done receiving */
1472 /* We're done sendin
[all...]

Completed in 240 milliseconds

1234567891011>>