Searched refs:NXT_UNIT_NONE_FIELD (Results 1 – 7 of 7) sorted by last modified time
5512 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()
1189 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) {
15 #define NXT_UNIT_NONE_FIELD 0xFFFFFFFFU macro
689 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()
680 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()
773 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()
447 if (r->content_type_field != NXT_UNIT_NONE_FIELD) { in nxt_java_Request_getContentType()