Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_wsgi.c1383 char *str_buf; in nxt_python_write() local
1386 str_buf = PyBytes_AS_STRING(bytes); in nxt_python_write()
1408 rc = nxt_unit_response_write(pctx->req, str_buf, str_length); in nxt_python_write()