Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_http_request.c226 n = nxt_off_t_parse(field->value, field->value_length); in nxt_http_request_content_length()
H A Dnxt_controller.c1045 length = nxt_off_t_parse(field->value, field->value_length); in nxt_controller_request_content_length()
H A Dnxt_http_proxy.c416 n = nxt_off_t_parse(field->value, field->value_length); in nxt_http_proxy_content_length()
H A Dnxt_parse.c167 nxt_off_t_parse(const u_char *p, size_t length) in nxt_off_t_parse() function
H A Dnxt_parse.h14 NXT_EXPORT nxt_off_t nxt_off_t_parse(const u_char *p, size_t len);
/unit/src/python/
H A Dnxt_python_wsgi.c1109 content_length = nxt_off_t_parse((u_char *) value_str, value_length); in nxt_python_response_add_field()
H A Dnxt_python_asgi.c1331 content_length = nxt_off_t_parse((u_char *) val_str, val_len); in nxt_py_asgi_add_field()