Home
last modified time | relevance | path

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

/unit/test/
H A Dtest_go_application.py141 arg1 = '--cc=gcc-7.2.0'
/unit/src/python/
H A Dnxt_python_asgi.c1160 PyObject *arg0, *arg1, *res; in nxt_py_asgi_port_read() local
1184 arg1 = PyTuple_GET_ITEM(args, 1); in nxt_py_asgi_port_read()
1185 if (nxt_slow_path(arg1 == NULL || PyLong_Check(arg1) == 0)) { in nxt_py_asgi_port_read()
1190 port = PyLong_AsVoidPtr(arg1); in nxt_py_asgi_port_read()
1206 arg0, arg1, NULL); in nxt_py_asgi_port_read()
/unit/src/nodejs/unit-http/
H A Dnxt_napi.h478 napi_value arg1) in make_callback()
480 return make_callback(ctx, val, func, 1, &arg1); in make_callback()
486 napi_value arg1, napi_value arg2) in make_callback()
488 napi_value args[2] = { arg1, arg2 }; in make_callback()
496 napi_value arg1, napi_value arg2, napi_value arg3) in make_callback()
498 napi_value args[3] = { arg1, arg2, arg3 }; in make_callback()