Home
last modified time | relevance | path

Searched refs:vl (Results 1 – 1 of 1) sorted by relevance

/unit/src/python/
H A Dnxt_python_wsgi.c72 nxt_unit_field_t *field, int n, uint32_t vl);
75 uint32_t vl);
597 uint32_t i, j, vl, path_length; in nxt_python_get_environ() local
661 vl = f->value_length; in nxt_python_get_environ()
672 vl += 2 + f2->value_length; in nxt_python_get_environ()
675 RC(nxt_python_add_field(pctx, f, j - i, vl)); in nxt_python_get_environ()
768 uint32_t vl) in nxt_python_add_field() argument
785 value = nxt_python_field_value(field, n, vl); in nxt_python_add_field()
860 nxt_python_field_value(nxt_unit_field_t *f, int n, uint32_t vl) in nxt_python_field_value() argument
867 res = PyUnicode_New(vl, 255); in nxt_python_field_value()
[all …]