Lines Matching refs:start
317 * The start time is stored in progress.t_acceptdata - as set with
491 /* Save the time we start accepting server connect */
528 /* macro to check for a three-digit ftp status code at the start of the
906 ftpport fcmd) /* start with this */
1564 /* Got no given size to start from, figure it out */
1832 Curl_dyn_ptr(&pp->recvbuf) + 4; /* start on the first letter */
2255 close the connection when we start the connection so it won't cause
2331 char *start = &buf[4];
2332 char *fdigit = memchr(start, '\r', len);
2337 while(ISDIGIT(fdigit[-1]) && (fdigit > start))
2341 fdigit = start;
2874 char *ptr = Curl_dyn_ptr(&pp->recvbuf) + 4; /* start on the first
2917 does not start with a '/'), we probably need some server-dependent
2962 char *ptr = Curl_dyn_ptr(&pp->recvbuf) + 4; /* start on the first
2965 char *start;
2972 for(start = ptr; *ptr && *ptr != ' '; ptr++)
2974 os = Curl_memdup0(start, ptr - start);
3206 /* When we connect, we start in the state where we await the 220
3596 * So, when using ftps: the SSL handshake will not start until we
3744 /* start the first command in the DO phase */