Lines Matching defs:received
11 * you should have received as part of this distribution. The terms
254 * After connection request is received from the server this function is
359 static CURLcode ReceivedServerConnect(struct Curl_easy *data, bool *received)
372 *received = FALSE;
402 case 0: /* Server connect is not received yet */
407 *received = TRUE;
884 received... */
1720 the received byte count exceeds the reported file size. Set
2710 /* we have now received a full FTP server response */
2725 /* We have received a 220 response fine, now we proceed. */
3430 failf(data, "No data was received");