Searched refs:content_type_field (Results 1 – 8 of 8) sorted by path
447 if (r->content_type_field != NXT_UNIT_NONE_FIELD) { in nxt_java_Request_getContentType()448 f = r->fields + r->content_type_field; in nxt_java_Request_getContentType()
1056 if (r->content_type_field != NXT_UNIT_NONE_FIELD) {1057 f = r->fields + r->content_type_field;1394 if (r->content_type_field != NXT_UNIT_NONE_FIELD) {1395 f = r->fields + r->content_type_field;
5211 req->content_type_field = NXT_UNIT_NONE_FIELD; in nxt_router_prepare_msg()5234 req->content_type_field = dst_field - req->fields; in nxt_router_prepare_msg()
1965 r->content_type_field = i; in nxt_unit_request_group_dup_fields()
32 uint32_t content_type_field; member
695 if (r->content_type_field != NXT_UNIT_NONE_FIELD) { in nxt_perl_psgi_env_create()696 f = r->fields + r->content_type_field; in nxt_perl_psgi_env_create()
660 if (r->content_type_field != NXT_UNIT_NONE_FIELD) { in nxt_python_get_environ()661 f = r->fields + r->content_type_field; in nxt_python_get_environ()
773 if (r->content_type_field != NXT_UNIT_NONE_FIELD) { in nxt_ruby_read_request()774 f = r->fields + r->content_type_field; in nxt_ruby_read_request()