Searched refs:nxt_str_set (Results 1 – 8 of 8) sorted by relevance
/unit/src/ |
H A D | nxt_stream_module.c | 41 nxt_str_set(&up->addr, "127.0.0.1:8080"); in nxt_stream_connection_init()
|
H A D | nxt_controller.c | 1986 nxt_str_set(&status_line, "200 OK"); in nxt_controller_response() 1990 nxt_str_set(&status_line, "400 Bad Request"); in nxt_controller_response() 1994 nxt_str_set(&status_line, "404 Not Found"); in nxt_controller_response() 1998 nxt_str_set(&status_line, "405 Method Not Allowed"); in nxt_controller_response() 2002 nxt_str_set(&status_line, "500 Internal Server Error"); in nxt_controller_response() 2091 nxt_str_set(&str, "HTTP/1.1 "); in nxt_controller_response() 2097 nxt_str_set(&str, "\r\n" in nxt_controller_response() 2106 nxt_str_set(&str, "\r\n" in nxt_controller_response() 2115 nxt_str_set(&str, "\r\n" in nxt_controller_response()
|
H A D | nxt_http_return.c | 85 nxt_str_set(&loc, ""); in nxt_http_return()
|
H A D | nxt_string.h | 113 #define nxt_str_set(str, text) \ macro
|
H A D | nxt_http_static.c | 115 nxt_str_set(&conf->index, "index.html"); in nxt_http_static_init() 250 nxt_str_set(&chr, ""); in nxt_http_static_iterate()
|
H A D | nxt_cert.c | 539 nxt_str_set(&str, "ECDH"); in nxt_cert_details() 543 nxt_str_set(&str, "unknown"); in nxt_cert_details()
|
H A D | nxt_http_request.c | 588 nxt_str_set(&r->server_name, "localhost"); in nxt_http_application_handler()
|
H A D | nxt_php_sapi.c | 621 nxt_str_set(&target->index, "index.php"); in nxt_php_set_target()
|