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.c1086 PyObject *name_bytes, *value_bytes; in nxt_python_response_add_field() local
1089 name_bytes = NULL; in nxt_python_response_add_field()
1092 rc = nxt_python_str_buf(name, &name_str, &name_length, &name_bytes); in nxt_python_response_add_field()
1121 Py_XDECREF(name_bytes); in nxt_python_response_add_field()