Home
last modified time | relevance | path

Searched refs:value_bytes (Results 1 – 1 of 1) sorted by path

/unit/src/python/
H A Dnxt_python_wsgi.c1086 PyObject *name_bytes, *value_bytes; in nxt_python_response_add_field() local
1090 value_bytes = NULL; in nxt_python_response_add_field()
1097 rc = nxt_python_str_buf(value, &value_str, &value_length, &value_bytes); in nxt_python_response_add_field()
1122 Py_XDECREF(value_bytes); in nxt_python_response_add_field()