Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_wsgi.c1059 PyObject *name_bytes, *value_bytes; in nxt_python_response_add_field() local
1062 name_bytes = NULL; in nxt_python_response_add_field()
1065 rc = nxt_python_str_buf(name, &name_str, &name_length, &name_bytes); in nxt_python_response_add_field()
1094 Py_XDECREF(name_bytes); in nxt_python_response_add_field()