res                73 event/modules/ngx_epoll_module.c     int64_t   res;   /* result code for this event */
res               727 event/modules/ngx_epoll_module.c                                 event[i].res, event[i].res2);
res               736 event/modules/ngx_epoll_module.c                 aio->res = event[i].res;
res               202 event/ngx_event.h     int64_t                    res;
res               452 http/modules/ngx_http_xslt_filter_module.c     xmlDocPtr                         doc, res;
res               476 http/modules/ngx_http_xslt_filter_module.c         res = xsltApplyStylesheet(sheet[i].stylesheet, doc, ctx->params.elts);
res               480 http/modules/ngx_http_xslt_filter_module.c         if (res == NULL) {
res               486 http/modules/ngx_http_xslt_filter_module.c         doc = res;
res              1418 http/ngx_http_script.c     ngx_http_variable_value_t  *val, *res;
res              1425 http/ngx_http_script.c     res = e->sp - 1;
res              1429 http/ngx_http_script.c     if (val->len == res->len
res              1430 http/ngx_http_script.c         && ngx_strncmp(val->data, res->data, res->len) == 0)
res              1432 http/ngx_http_script.c         *res = ngx_http_variable_true_value;
res              1439 http/ngx_http_script.c     *res = ngx_http_variable_null_value;
res              1446 http/ngx_http_script.c     ngx_http_variable_value_t  *val, *res;
res              1453 http/ngx_http_script.c     res = e->sp - 1;
res              1457 http/ngx_http_script.c     if (val->len == res->len
res              1458 http/ngx_http_script.c         && ngx_strncmp(val->data, res->data, res->len) == 0)
res              1463 http/ngx_http_script.c         *res = ngx_http_variable_null_value;
res              1467 http/ngx_http_script.c     *res = ngx_http_variable_true_value;
res                39 os/unix/ngx_gcc_atomic_amd64.h     u_char  res;
res                47 os/unix/ngx_gcc_atomic_amd64.h     : "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "cc", "memory");
res                49 os/unix/ngx_gcc_atomic_amd64.h     return res;
res                31 os/unix/ngx_gcc_atomic_ppc.h     ngx_atomic_uint_t  res, temp;
res                49 os/unix/ngx_gcc_atomic_ppc.h     : "=&b" (res), "=&b" (temp)
res                53 os/unix/ngx_gcc_atomic_ppc.h     return res;
res                60 os/unix/ngx_gcc_atomic_ppc.h     ngx_atomic_uint_t  res, temp;
res                73 os/unix/ngx_gcc_atomic_ppc.h     : "=&b" (res), "=&b" (temp)
res                77 os/unix/ngx_gcc_atomic_ppc.h     return res;
res                94 os/unix/ngx_gcc_atomic_ppc.h     ngx_atomic_uint_t  res, temp;
res               112 os/unix/ngx_gcc_atomic_ppc.h     : "=&b" (res), "=&b" (temp)
res               116 os/unix/ngx_gcc_atomic_ppc.h     return res;
res               123 os/unix/ngx_gcc_atomic_ppc.h     ngx_atomic_uint_t  res, temp;
res               136 os/unix/ngx_gcc_atomic_ppc.h     : "=&b" (res), "=&b" (temp)
res               140 os/unix/ngx_gcc_atomic_ppc.h     return res;
res                49 os/unix/ngx_gcc_atomic_sparc64.h     ngx_atomic_uint_t  old, res;
res                55 os/unix/ngx_gcc_atomic_sparc64.h         res = old + add;
res                61 os/unix/ngx_gcc_atomic_sparc64.h         : "+r" (res) : "r" (value), "r" (old) : "memory");
res                63 os/unix/ngx_gcc_atomic_sparc64.h         if (res == old) {
res                64 os/unix/ngx_gcc_atomic_sparc64.h             return res;
res                67 os/unix/ngx_gcc_atomic_sparc64.h         old = res;
res                40 os/unix/ngx_gcc_atomic_x86.h     u_char  res;
res                48 os/unix/ngx_gcc_atomic_x86.h     : "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "cc", "memory");
res                50 os/unix/ngx_gcc_atomic_x86.h     return res;
res                71 os/unix/ngx_linux_aio_read.c         if (aio->res >= 0) {
res                73 os/unix/ngx_linux_aio_read.c             return aio->res;
res                76 os/unix/ngx_linux_aio_read.c         ngx_set_errno(-aio->res);
res                36 os/unix/ngx_sunpro_atomic_sparc64.h     ngx_atomic_uint_t  old, res;
res                42 os/unix/ngx_sunpro_atomic_sparc64.h         res = old + add;
res                44 os/unix/ngx_sunpro_atomic_sparc64.h         res = NGX_CASA(res, old, value);
res                46 os/unix/ngx_sunpro_atomic_sparc64.h         if (res == old) {
res                47 os/unix/ngx_sunpro_atomic_sparc64.h             return res;
res                50 os/unix/ngx_sunpro_atomic_sparc64.h         old = res;