Home
last modified time | relevance | path

Searched refs:NXT_UNIT_NONE_FIELD (Results 1 – 7 of 7) sorted by last modified time

/unit/src/
H A Dnxt_router.c5512 req->content_length_field = NXT_UNIT_NONE_FIELD; in nxt_router_prepare_msg()
5513 req->content_type_field = NXT_UNIT_NONE_FIELD; in nxt_router_prepare_msg()
5514 req->cookie_field = NXT_UNIT_NONE_FIELD; in nxt_router_prepare_msg()
5515 req->authorization_field = NXT_UNIT_NONE_FIELD; in nxt_router_prepare_msg()
H A Dnxt_php_sapi.c1189 if (r->content_type_field != NXT_UNIT_NONE_FIELD) {
1195 if (r->cookie_field != NXT_UNIT_NONE_FIELD) {
1201 if (r->authorization_field != NXT_UNIT_NONE_FIELD) {
1515 if (r->content_length_field != NXT_UNIT_NONE_FIELD) {
1522 if (r->content_type_field != NXT_UNIT_NONE_FIELD) {
H A Dnxt_unit_request.h15 #define NXT_UNIT_NONE_FIELD 0xFFFFFFFFU macro
/unit/src/perl/
H A Dnxt_perl_psgi.c689 if (r->content_length_field != NXT_UNIT_NONE_FIELD) { in nxt_perl_psgi_env_create()
696 if (r->content_type_field != NXT_UNIT_NONE_FIELD) { in nxt_perl_psgi_env_create()
/unit/src/python/
H A Dnxt_python_wsgi.c680 if (r->content_length_field != NXT_UNIT_NONE_FIELD) { in nxt_python_get_environ()
687 if (r->content_type_field != NXT_UNIT_NONE_FIELD) { in nxt_python_get_environ()
/unit/src/ruby/
H A Dnxt_ruby.c773 if (r->content_length_field != NXT_UNIT_NONE_FIELD) { in nxt_ruby_read_request()
780 if (r->content_type_field != NXT_UNIT_NONE_FIELD) { in nxt_ruby_read_request()
/unit/src/java/
H A Dnxt_jni_Request.c447 if (r->content_type_field != NXT_UNIT_NONE_FIELD) { in nxt_java_Request_getContentType()