Lines Matching defs:end
161 /* Uncomment LONG_RESPONSE at the end of HTTP_RESPONSE to test sending longer
741 if (++p > end) \
793 char *end = p;
799 while (*end != '\0') {
800 ++end;
802 *end = ',';
804 while (p <= end) {
992 char *end = p;
995 while (*end != '\0') {
996 ++end;
998 *end = ',';
1000 while (p <= end) {
1387 unsigned char *start, const unsigned char *end,
1395 if (end - p < 4) {
1403 if ((ret = mbedtls_ssl_session_save(session, p, end - p,
1433 /* Ticket has reached the end of lifetime. */
3934 /* Still end with \r\n unless that's really not possible */
4281 * for the duration of the handshake and destroy it at the end