Searched defs:cb (Results 1 – 5 of 5) sorted by path
51 ServerResponse.prototype.writeContinue = function writeContinue(cb) { argument54 ServerResponse.prototype.writeProcessing = function writeProcessing(cb) { argument
516 WebSocketConnection.prototype.send = function(data, cb) { argument529 WebSocketConnection.prototype.sendUTF = function(data, cb) { argument540 WebSocketConnection.prototype.sendBytes = function(data, cb) { argument591 WebSocketConnection.prototype.fragmentAndSend = function(frame, cb) { argument644 WebSocketConnection.prototype.sendCloseFrame = function(reasonCode, description, cb) { argument667 WebSocketConnection.prototype.sendFrame = function(frame, cb) { argument
590 nxt_unit_callbacks_t *cb; in nxt_unit_create() local1612 nxt_unit_callbacks_t *cb; in nxt_unit_process_websocket() local1716 nxt_unit_callbacks_t *cb; in nxt_unit_process_shm_ack() local5745 nxt_unit_callbacks_t *cb; in nxt_unit_quit() local
24 CV *cb; member
1110 nxt_py_asgi_enum_headers(PyObject *headers, nxt_py_asgi_enum_header_cb cb, in nxt_py_asgi_enum_headers()