Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi.c1160 PyObject *arg0, *arg1, *res; in nxt_py_asgi_port_read() local
1176 arg0 = PyTuple_GET_ITEM(args, 0); in nxt_py_asgi_port_read()
1177 if (nxt_slow_path(arg0 == NULL || PyLong_Check(arg0) == 0)) { in nxt_py_asgi_port_read()
1182 ctx = PyLong_AsVoidPtr(arg0); in nxt_py_asgi_port_read()
1206 arg0, arg1, NULL); in nxt_py_asgi_port_read()