Home
last modified time | relevance | path

Searched refs:end (Results 151 – 165 of 165) sorted by relevance

1234567

/unit/src/
H A Dnxt_controller.c592 u_char *end; in nxt_controller_conf_send() local
627 end = nxt_conf_json_print(mem, conf, NULL); in nxt_controller_conf_send()
631 size = end - (u_char *) mem; in nxt_controller_conf_send()
2429 u_char *end; in nxt_controller_conf_store() local
2452 end = nxt_conf_json_print(mem, conf, NULL); in nxt_controller_conf_store()
2456 size = end - (u_char *) mem; in nxt_controller_conf_store()
2635 b->mem.free = nxt_sprintf(b->mem.free, b->mem.end, "%uz", in nxt_controller_response()
H A Dnxt_epoll_engine.c613 nxt_epoll_change_t *change, *end; in nxt_epoll_commit_changes() local
619 end = change + engine->u.epoll.nchanges; in nxt_epoll_commit_changes()
643 } while (change < end); in nxt_epoll_commit_changes()
H A Dnxt_router.c120 nxt_router_temp_conf_t *tmcf, u_char *start, u_char *end);
983 b->mem.free = b->mem.end; in nxt_router_status_handler()
998 p = b->mem.end; in nxt_router_status_handler()
1603 u_char *start, u_char *end) in nxt_router_conf_create() argument
2933 out->mem.free = nxt_sprintf(out->mem.free, out->mem.end, in nxt_router_listen_socket_error()
5372 nxt_http_field_t *end = nxt_list_data(i->part); in nxt_fields_next() local
5374 end += i->part->nelts; in nxt_fields_next()
5377 if (i->field < end) { in nxt_fields_next()
5390 u_char *pos, *end, *p, c; in nxt_router_prepare_msg() local
5550 end = field->name + field->name_length; in nxt_router_prepare_msg()
[all …]
H A Dnxt_runtime.c950 u_char *end; in nxt_runtime_conf_read_cmd() local
1224 end = nxt_sprintf(buf, buf + sizeof(buf), "unknown option \"%s\", " in nxt_runtime_conf_read_cmd()
1228 write(STDERR_FILENO, buf, end - buf); in nxt_runtime_conf_read_cmd()
H A Dnxt_event_engine.c702 b->mem.end = b->mem.start + size; in nxt_event_engine_buf_mem_alloc()
H A Dnxt_h1proto.c991 b->mem.end = NULL; in nxt_h1p_request_body_read()
1069 b->mem.free = b->mem.end - body_rest; in nxt_h1p_conn_request_body_read()
1087 b->mem.end = NULL; in nxt_h1p_conn_request_body_read()
1547 header->mem.free = nxt_sprintf(header->mem.free, header->mem.end, in nxt_h1p_chunk_create()
H A Dnxt_h1proto_websocket.c343 c->read->mem.end = c->read->mem.start + frame_size; in nxt_h1p_conn_ws_frame_header_read()
/unit/src/java/
H A Dnxt_jni_Response.c335 || extra_data > (uint32_t) (buf->end - buf->free)) in nxt_java_get_response_info()
340 max_size = 2 * (buf->end - p); in nxt_java_get_response_info()
988 && (uint32_t) (data->buf->end - data->buf->start) < data->buf_size) in nxt_java_Response_setBufferSize()
/unit/src/nodejs/unit-http/
H A Dwebsocket_request.js477 response.end();
H A Dunit.cpp967 && req->response_buf->end >= req->response_buf->free + buf_len) in response_write()
/unit/pkg/deb/debian.module/
H A Dcopyright.unit-jsc-common63 ====[ MIT license - end ]=====================================================
182 respect to end users, business partners and the like. While this license is
489 ====[ Apache 2.0 license - end ]==============================================
786 all end user licenses that have been validly granted by You or any
872 ====[ CDDL v1.0 license - end ]===============================================
/unit/pkg/rpm/rpmbuild/SOURCES/
H A DCOPYRIGHT.unit-jsc-common63 ====[ MIT license - end ]=====================================================
182 respect to end users, business partners and the like. While this license is
489 ====[ Apache 2.0 license - end ]==============================================
786 all end user licenses that have been validly granted by You or any
872 ====[ CDDL v1.0 license - end ]===============================================
/unit/src/java/nginx/unit/websocket/
H A DLocalStrings.properties24 asyncChannelWrapperSecure.eof=Unexpected end of stream
/unit/
H A DCHANGES847 application tried to read request body after request.end() was
/unit/docs/
H A Dunit-openapi.yaml1795 description: "Adds a new session ticket key to the end of the `tickets`
2034 description: "Adds a new certificate bundle name to the end of the
2604 description: "Adds a new source bundle name to the end of the `source`

1234567