Lines Matching defs:other
324 timediff_t other;
333 other = Curl_timeleft(data, &now, FALSE);
334 if(other && (other < timeout_ms))
335 /* note that this also works fine for when other happens to be negative
337 timeout_ms = other;
1420 The other ftp_filemethods will CWD into dir/dir/ first and
2651 /* All other response codes, like:
2925 if the path name looks strange to minimize overhead on other
4152 else: ftpc->file is not used anywhere other than for operations on
4153 a file. In other words, never for directory operations.