Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_wsgi.c97 static int nxt_python_write(nxt_python_ctx_t *pctx, PyObject *bytes);
375 rc = nxt_python_write(pctx, response); in nxt_python_request_handler()
399 rc = nxt_python_write(pctx, item); in nxt_python_request_handler()
1160 rc = nxt_python_write((nxt_python_ctx_t *) self, str); in nxt_py_write()
1380 nxt_python_write(nxt_python_ctx_t *pctx, PyObject *bytes) in nxt_python_write() function