Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_wsgi.c140 static PyObject *nxt_py_path_info_str; variable
160 { nxt_string("PATH_INFO"), &nxt_py_path_info_str },
635 RC(nxt_python_add_char(pctx, nxt_py_path_info_str, path, path_length)); in nxt_python_get_environ()