Home
last modified time | relevance | path

Searched refs:rc (Results 26 – 28 of 28) sorted by relevance

12

/unit/src/
H A Dnxt_php_sapi.c1295 int rc; local
1300 rc = nxt_unit_response_write(ctx->req, str, str_length);
1301 if (nxt_fast_path(rc == NXT_UNIT_OK)) {
1313 int rc, fields_count; local
1328 rc = nxt_unit_response_init(req, 200, 0, 0);
1329 if (nxt_slow_path(rc != NXT_UNIT_OK)) {
1348 rc = nxt_unit_response_init(req, status, fields_count, resp_size);
1349 if (nxt_slow_path(rc != NXT_UNIT_OK)) {
1374 rc = nxt_unit_response_send(req);
1375 if (nxt_slow_path(rc != NXT_UNIT_OK)) {
H A Dnxt_unit.h319 void nxt_unit_request_done(nxt_unit_request_info_t *req, int rc);
/unit/src/nodejs/unit-http/
H A Dunit.cpp60 int rc, err; in process_port_msg() local
62 rc = nxt_unit_process_port_msg(ctx, port); in process_port_msg()
64 if (rc != NXT_UNIT_OK) { in process_port_msg()

12