Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python.h43 PyObject *py_prefix; member
H A Dnxt_python.c507 target->py_prefix = PyString_FromStringAndSize((char *)str.start, in nxt_python_set_prefix()
509 if (nxt_slow_path(target->py_prefix == NULL)) { in nxt_python_set_prefix()
813 Py_XDECREF(target->py_prefix); in nxt_python_atexit()
H A Dnxt_python_wsgi.c629 app_target->py_prefix)); in nxt_python_get_environ()
H A Dnxt_python_asgi.c688 SET_ITEM(scope, root_path, app_target->py_prefix); in nxt_py_asgi_create_http_scope()