Lines Matching defs:n
130 int filefd, bytes, n, total = 0;
135 "POST %s HTTP/1.0\r\n\
136 Content-Type: application/ocsp-request\r\n\
137 Content-Length: %d\r\n\r\n";
160 if ((n = write(sock, req_header, bytes)) < 0) {
167 if ((n = write(sock, buf, bytes)) < 0) {
171 total += n;
226 const char *CRLF = "\r\n";
227 const char *headerEndMark = "\r\n\r\n";
553 "GET %s HTTP/1.0\r\n\
554 Host: %s:%d\r\n\
555 Accept: */*\r\n\r\n";