Searched refs:edret (Results 1 – 1 of 1) sorted by relevance
2684 int write_header = 1, edret = SSL_READ_EARLY_DATA_ERROR; in sv_body() local2687 while (edret != SSL_READ_EARLY_DATA_FINISH) { in sv_body()2689 edret = SSL_read_early_data(con, buf, bufsize, &readbytes); in sv_body()2690 if (edret != SSL_READ_EARLY_DATA_ERROR) in sv_body()3368 int edret = SSL_READ_EARLY_DATA_ERROR; in www_body() local3371 while (edret != SSL_READ_EARLY_DATA_FINISH) { in www_body()3373 edret = SSL_read_early_data(con, buf, bufsize, &readbytes); in www_body()3374 if (edret != SSL_READ_EARLY_DATA_ERROR) in www_body()