Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_wsgi.c940 PyObject *headers, *tuple, *string, *status_bytes; in nxt_py_start_resp() local
973 tuple = PyList_GET_ITEM(headers, i); in nxt_py_start_resp()
975 if (!PyTuple_Check(tuple)) { in nxt_py_start_resp()
980 if (PyTuple_GET_SIZE(tuple) != 2) { in nxt_py_start_resp()
985 string = PyTuple_GET_ITEM(tuple, 0); in nxt_py_start_resp()
997 string = PyTuple_GET_ITEM(tuple, 1); in nxt_py_start_resp()
1043 tuple = PyList_GET_ITEM(headers, i); in nxt_py_start_resp()
1045 rc = nxt_python_response_add_field(pctx, PyTuple_GET_ITEM(tuple, 0), in nxt_py_start_resp()
1046 PyTuple_GET_ITEM(tuple, 1), i); in nxt_py_start_resp()