Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_wsgi.c82 static int nxt_python_str_buf(PyObject *str, char **buf, uint32_t *len,
1013 rc = nxt_python_str_buf(string, &status_str, &status_len, &status_bytes); in nxt_py_start_resp()
1092 rc = nxt_python_str_buf(name, &name_str, &name_length, &name_bytes); 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()
1129 nxt_python_str_buf(PyObject *str, char **buf, uint32_t *len, PyObject **bytes) in nxt_python_str_buf() function