Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 27) sorted by last modified time

12

/unit/
H A DCHANGES204 *) Feature: forwarded header to replace client address and protocol.
/unit/src/
H A Dnxt_router.c2569 lhq.replace = 0; in nxt_router_apps_hash_add()
H A Dnxt_application.c1214 lhq.replace = 0; in nxt_proto_process_add()
H A Dnxt_runtime.c1639 lhq.replace = 0; in nxt_runtime_process_get()
1681 lhq.replace = 0; in nxt_runtime_process_add()
H A Dnxt_var.c241 lhq.replace = 0; in nxt_var_cache_value()
276 lhq.replace = 0; in nxt_var_register()
H A Dnxt_conf.c1683 lhq.replace = 0; in nxt_conf_object_hash_add()
H A Dnxt_http_static.c1050 lhq.replace = 1; in nxt_http_static_mtypes_hash_add()
H A Dnxt_openssl.c1002 lhq.replace = 0;
H A Dnxt_unit.c4479 lhq.replace = 0; in nxt_unit_process_get()
6427 lhq.replace = 0; in nxt_unit_port_hash_add()
6512 lhq.replace = 0; in nxt_unit_request_hash_add()
H A Dnxt_script.c220 lhq.replace = 1; in nxt_script_info_save()
H A Dnxt_http_parse.c1190 lhq.replace = 0; in nxt_http_fields_hash()
1231 lhq.replace = 0; in nxt_http_fields_hash_collisions()
H A Dnxt_port_socket.c1101 lhq.replace = 0; in nxt_port_frag_start()
H A Dnxt_port_rpc.c148 lhq.replace = 0; in nxt_port_rpc_register_handler_ex()
217 lhq.replace = 0; in nxt_port_rpc_ex_set_peer()
280 lhq.replace = 1; in nxt_port_rpc_remove_from_peers()
H A Dnxt_lvlhsh.h90 uint32_t replace; /* 1 bit */ member
H A Dnxt_lvlhsh.c380 if (lhq->replace) { in nxt_lvlhsh_bucket_insert()
H A Dnxt_cert.c398 lhq.replace = 1; in nxt_cert_info_save()
H A Dnxt_poll_engine.c423 lhq.replace = 0; in nxt_poll_set_add()
H A Dnxt_port_hash.c73 lhq.replace = 0; in nxt_port_hash_add()
H A Dnxt_fd_event.c39 lhq.replace = 0; in nxt_fd_event_hash_add()
/unit/src/nodejs/unit-http/
H A Dwebsocket_request.js284 protocolFullCase = protocolFullCase.replace(headerSanitizeRegExp, '');
290 allowedOrigin = allowedOrigin.replace(headerSanitizeRegExp, '');
312 cookie.name = cookie.name.replace(controlCharsAndSemicolonRegEx, '');
313 cookie.value = cookie.value.replace(controlCharsAndSemicolonRegEx, '');
465 reason = reason.replace(headerSanitizeRegExp, '');
471 var sanitizedValue = extraHeaders[key].toString().replace(headerSanitizeRegExp, '');
472 var sanitizedKey = key.replace(headerSanitizeRegExp, '');
H A Dwebsocket_router.js121 path = path.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&');
/unit/test/
H A Dtest_python_application.py591 enc.upper().replace('-', '').replace('_', '')
/unit/src/java/nginx/unit/
H A DContext.java637 String path = name.replace('.', '/').concat(".class"); in loadClass()
/unit/test/java/multipart/
H A Dapp.java88 content.indexOf("=") + 1).trim().replace("\"", ""); in getFileName()
/unit/src/test/
H A Dnxt_lvlhsh_test.c45 lhq.replace = 0; in nxt_lvlhsh_test_add()

12