Searched refs:resolve (Results 1 – 13 of 13) sorted by relevance
/unit/src/ |
H A D | nxt_sockaddr.c | 889 nxt_job_return(jbs->resolve.job.task, &jbs->resolve.job, handler); in nxt_job_sockaddr_parse() 944 mp = jbs->resolve.job.mem_pool; in nxt_job_sockaddr_unix_parse() 952 jbs->resolve.count = 1; in nxt_job_sockaddr_unix_parse() 995 mp = jbs->resolve.job.mem_pool; in nxt_job_sockaddr_inet6_parse() 1010 jbs->resolve.count = 1; in nxt_job_sockaddr_inet6_parse() 1011 jbs->resolve.sockaddrs[0] = sa; in nxt_job_sockaddr_inet6_parse() 1024 port = jbs->resolve.port; in nxt_job_sockaddr_inet6_parse() 1115 port = jbs->resolve.port; in nxt_job_sockaddr_inet_parse() 1150 mp = jbs->resolve.job.mem_pool; in nxt_job_sockaddr_inet_parse() 1161 jbs->resolve.count = 1; in nxt_job_sockaddr_inet_parse() [all …]
|
H A D | nxt_http_static.c | 25 nxt_uint_t resolve; member 154 conf->resolve |= RESOLVE_NO_SYMLINKS; in nxt_http_static_init() 160 conf->resolve |= RESOLVE_NO_XDEV; in nxt_http_static_init() 369 if (conf->resolve != 0 || ctx->chroot.length > 0) { in nxt_http_static_send_ready() 371 nxt_uint_t resolve; in nxt_http_static_send_ready() local 376 resolve = conf->resolve; in nxt_http_static_send_ready() 380 resolve |= RESOLVE_IN_ROOT; in nxt_http_static_send_ready() 414 NXT_FILE_OPEN, 0, af.fd, resolve); in nxt_http_static_send_ready()
|
H A D | nxt_sockaddr.h | 62 nxt_job_resolve_t resolve; member
|
H A D | nxt_file.c | 50 nxt_uint_t resolve) in nxt_file_openat2() argument 61 how.resolve = resolve; in nxt_file_openat2()
|
H A D | nxt_file.h | 108 nxt_uint_t resolve);
|
/unit/test/node/promise_end/ |
H A D | app.js | 7 Promise.resolve().then(() => {
|
/unit/test/node/promise_handler/ |
H A D | app.js | 11 Promise.resolve().then(() => {
|
/unit/src/nodejs/unit-http/ |
H A D | loader.mjs | 2 export async function resolve(specifier, context, defaultResolver) { function
|
/unit/auto/ |
H A D | files | 72 how.resolve = RESOLVE_IN_ROOT
|
/unit/src/java/nginx/unit/ |
H A D | Context.java | 617 protected Class<?> loadClass(String name, boolean resolve) in loadClass() argument 629 if (resolve) { in loadClass() 640 return super.loadClass(name, resolve); in loadClass() 648 if (resolve) { in loadClass() 655 return super.loadClass(name, resolve); in loadClass() 670 Path ep = tmpDir.resolve(e.getName()); in extractWar() 1079 uri = new URI(req_uri).resolve(location); in handleError()
|
H A D | Response.java | 438 uri = req_uri.resolve(uri); in sendRedirect()
|
H A D | Request.java | 1043 uri = uri.resolve(path); in getRequestDispatcher()
|
/unit/src/java/nginx/unit/websocket/ |
H A D | WsWebSocketContainer.java | 374 redirectLocation = path.resolve(redirectLocation); in connectToServerRecursive()
|