Searched refs:REQUEST (Results 1 – 5 of 5) sorted by relevance
53 static const char REQUEST[] = "GET " WEB_URL " HTTP/1.1\r\n" variable96 REQUEST + written_bytes, in https_get_request()97 sizeof(REQUEST) - written_bytes); in https_get_request()105 } while (written_bytes < sizeof(REQUEST)); in https_get_request()
60 static const char *REQUEST = "GET " WEB_URL " HTTP/1.0\r\n" variable189 (const unsigned char *)REQUEST + written_bytes, in https_get_task()190 strlen(REQUEST) - written_bytes); in https_get_task()198 } while(written_bytes < strlen(REQUEST)); in https_get_task()
32 static const char *REQUEST = "GET " WEB_PATH " HTTP/1.0\r\n" variable83 if (write(s, REQUEST, strlen(REQUEST)) < 0) { in http_get_task()
1 -----BEGIN CERTIFICATE REQUEST-----16 -----END CERTIFICATE REQUEST-----
560 enum { PAIRWISE_2, PAIRWISE_4, GROUP_2, REQUEST, in wpa_receive() enumerator630 msg = REQUEST; in wpa_receive()640 if (msg == REQUEST || msg == PAIRWISE_2 || msg == PAIRWISE_4 || in wpa_receive()799 case REQUEST: in wpa_receive()