HomeSort by: relevance | last modified time | path
    Searched defs:endl (Results 1 - 2 of 2) sorted by relevancy

  /src/share/examples/refuse/ian/libfetch/
http.c 239 char endl[2]; local in function:_http_fillbuf
241 if (_fetch_read(io->conn, endl, 2) != 2 ||
242 endl[0] != '\r' || endl[1] != '\n')
http.c 239 char endl[2]; local in function:_http_fillbuf
241 if (_fetch_read(io->conn, endl, 2) != 2 ||
242 endl[0] != '\r' || endl[1] != '\n')

Completed in 23 milliseconds