Home
last modified time | relevance | path

Searched refs:crlf (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/bluetooth/qualification/
D.editorconfig2 end_of_line = crlf
/Zephyr-latest/
D.editorconfig61 end_of_line = crlf
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c38 static const char *crlf = &final_chunk[3]; variable
176 ret = http_server_sendall(client, crlf, 2); in http1_send_headers()
203 ret = http_server_sendall(client, crlf, 2); in http1_send_headers()
251 (void)http_server_sendall(client, crlf, 2); in http1_dynamic_response()