Searched refs:call (Results 1 – 18 of 18) sorted by relevance
/unit/pkg/contrib/src/libunit-wasm/ |
H A D | Makefile | 11 $(call download_git,$(LIBUNIT_WASM_URL),,$(LIBUNIT_WASM_GITHASH)) 14 $(call check_githash,$(LIBUNIT_WASM_GITHASH))
|
/unit/pkg/contrib/ |
H A D | Makefile | 44 download_pkg = $(call download,$(CONTRIB_NGINX)/$(2)/$(lastword $(subst /, ,$(@)))) || \ 45 ( $(call download,$(1)) && echo "Please upload $(lastword $(subst /, ,$(@))) to $(CONTRIB_NGINX)" ) 90 CHECK_SHA512 = $(call checksum,$(SHA512SUM),SHA512,.sum-)
|
/unit/pkg/contrib/src/njs/ |
H A D | Makefile | 9 $(call download_pkg,$(NJS_URL),njs)
|
/unit/pkg/contrib/src/wasi-sysroot/ |
H A D | Makefile | 9 $(call download_pkg,$(WASI_SYSROOT_URL),wasi-sysroot)
|
/unit/src/nodejs/unit-http/ |
H A D | websocket_router_request.js | 22 EventEmitter.call(this);
|
H A D | socket.js | 13 EventEmitter.call(this);
|
H A D | utils.js | 51 this.buffer.push([ new Date(), Array.prototype.slice.call(arguments) ]);
|
H A D | http_server.js | 18 EventEmitter.call(this); 357 Readable.call(this); 413 EventEmitter.call(this);
|
H A D | websocket_router.js | 24 EventEmitter.call(this);
|
H A D | websocket_server.js | 25 EventEmitter.call(this);
|
H A D | websocket_request.js | 89 EventEmitter.call(this);
|
H A D | websocket_connection.js | 45 EventEmitter.call(this);
|
/unit/src/java/nginx/unit/websocket/pojo/ |
H A D | LocalStrings.properties | 17 pojoEndpointBase.onCloseFail=Failed to call onClose method of POJO end point for POJO of type [{0}] 19 pojoEndpointBase.onErrorFail=Failed to call onError method of POJO end point for POJO of type [{0}] 20 pojoEndpointBase.onOpenFail=Failed to call onOpen method of POJO end point for POJO of type [{0}]
|
/unit/pkg/contrib/src/wasmtime/ |
H A D | Makefile | 19 $(call download_pkg,$(WASMTIME_URL),wasmtime)
|
/unit/test/ |
H A D | test_respawn.py | 34 subprocess.call(['kill', '-9', *pids])
|
/unit/src/python/ |
H A D | nxt_python_asgi.c | 98 PyObject *call; in nxt_python_asgi_get_func() local 112 call = PyObject_GetAttrString(obj, "__call__"); in nxt_python_asgi_get_func() 114 if (call == NULL) { in nxt_python_asgi_get_func() 118 if (PyFunction_Check(call)) { in nxt_python_asgi_get_func() 119 return call; in nxt_python_asgi_get_func() 122 if (PyMethod_Check(call)) { in nxt_python_asgi_get_func() 123 obj = PyMethod_GET_FUNCTION(call); in nxt_python_asgi_get_func() 136 Py_DECREF(call); in nxt_python_asgi_get_func()
|
/unit/src/java/nginx/unit/websocket/server/ |
H A D | LocalStrings.properties | 40 …y, this means the Servlet that created the WsHttpUpgradeHandler instance should also call preInit()
|
/unit/ |
H A D | CHANGES | 47 *) Bugfix: Perl applications crash on second responder call.
|