rv                 65 core/ngx_conf_file.c     char             *rv;
rv                 93 core/ngx_conf_file.c     rv = ngx_conf_parse(cf, NULL);
rv                 97 core/ngx_conf_file.c     return rv;
rv                104 core/ngx_conf_file.c     char             *rv;
rv                228 core/ngx_conf_file.c             rv = (*cf->handler)(cf, NULL, cf->handler_conf);
rv                229 core/ngx_conf_file.c             if (rv == NGX_CONF_OK) {
rv                233 core/ngx_conf_file.c             if (rv == NGX_CONF_ERROR) {
rv                237 core/ngx_conf_file.c             ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, rv);
rv                282 core/ngx_conf_file.c     char           *rv;
rv                393 core/ngx_conf_file.c             rv = cmd->set(cf, cmd, conf);
rv                395 core/ngx_conf_file.c             if (rv == NGX_CONF_OK) {
rv                399 core/ngx_conf_file.c             if (rv == NGX_CONF_ERROR) {
rv                404 core/ngx_conf_file.c                                "\"%s\" directive %s", name->data, rv);
rv                743 core/ngx_conf_file.c     char        *rv;
rv                776 core/ngx_conf_file.c     rv = NGX_CONF_OK;
rv                790 core/ngx_conf_file.c         rv = ngx_conf_parse(cf, &file);
rv                792 core/ngx_conf_file.c         if (rv != NGX_CONF_OK) {
rv                799 core/ngx_conf_file.c     return rv;
rv                 44 core/ngx_cycle.c     void                *rv;
rv                222 core/ngx_cycle.c             rv = module->create_conf(cycle);
rv                223 core/ngx_cycle.c             if (rv == NULL) {
rv                227 core/ngx_cycle.c             cycle->conf_ctx[ngx_modules[i]->index] = rv;
rv                879 event/ngx_event.c     char                 *rv;
rv                928 event/ngx_event.c     rv = ngx_conf_parse(cf, NULL);
rv                932 event/ngx_event.c     if (rv != NGX_CONF_OK)
rv                933 event/ngx_event.c         return rv;
rv                943 event/ngx_event.c             rv = m->init_conf(cf->cycle, (*ctx)[ngx_modules[i]->ctx_index]);
rv                944 event/ngx_event.c             if (rv != NGX_CONF_OK) {
rv                945 event/ngx_event.c                 return rv;
rv               1170 http/modules/ngx_http_charset_filter_module.c     char                         *rv;
rv               1284 http/modules/ngx_http_charset_filter_module.c     rv = ngx_conf_parse(cf, NULL);
rv               1297 http/modules/ngx_http_charset_filter_module.c     return rv;
rv                292 http/modules/ngx_http_geo_module.c     char                     *rv;
rv                361 http/modules/ngx_http_geo_module.c     rv = ngx_conf_parse(cf, NULL);
rv                427 http/modules/ngx_http_geo_module.c             return rv;
rv                438 http/modules/ngx_http_geo_module.c     return rv;
rv                445 http/modules/ngx_http_geo_module.c     char                     *rv;
rv                467 http/modules/ngx_http_geo_module.c             rv = NGX_CONF_OK;
rv                481 http/modules/ngx_http_geo_module.c         rv = ngx_http_geo_include(cf, ctx, &value[1]);
rv                491 http/modules/ngx_http_geo_module.c         rv = ngx_http_geo_add_proxy(cf, ctx, &cidr);
rv                497 http/modules/ngx_http_geo_module.c         rv = ngx_http_geo_range(cf, ctx, value);
rv                500 http/modules/ngx_http_geo_module.c         rv = ngx_http_geo_cidr(cf, ctx, value);
rv                507 http/modules/ngx_http_geo_module.c     return rv;
rv               1091 http/modules/ngx_http_geo_module.c     char       *rv;
rv               1130 http/modules/ngx_http_geo_module.c     rv = ngx_conf_parse(cf, &file);
rv               1135 http/modules/ngx_http_geo_module.c     return rv;
rv                177 http/modules/ngx_http_map_module.c     char                              *rv;
rv                274 http/modules/ngx_http_map_module.c     rv = ngx_conf_parse(cf, NULL);
rv                278 http/modules/ngx_http_map_module.c     if (rv != NGX_CONF_OK) {
rv                280 http/modules/ngx_http_map_module.c         return rv;
rv                355 http/modules/ngx_http_map_module.c     return rv;
rv                520 http/modules/ngx_http_rewrite_module.c     char                         *rv;
rv                605 http/modules/ngx_http_rewrite_module.c     rv = ngx_conf_parse(cf, NULL);
rv                609 http/modules/ngx_http_rewrite_module.c     if (rv != NGX_CONF_OK) {
rv                610 http/modules/ngx_http_rewrite_module.c         return rv;
rv                112 http/modules/ngx_http_split_clients_module.c     char                                *rv;
rv                162 http/modules/ngx_http_split_clients_module.c     rv = ngx_conf_parse(cf, NULL);
rv                166 http/modules/ngx_http_split_clients_module.c     if (rv != NGX_CONF_OK) {
rv                167 http/modules/ngx_http_split_clients_module.c         return rv;
rv                192 http/modules/ngx_http_split_clients_module.c     return rv;
rv                500 http/modules/ngx_http_ssl_module.c     char  *rv;
rv                502 http/modules/ngx_http_ssl_module.c     rv = ngx_conf_set_flag_slot(cf, cmd, conf);
rv                504 http/modules/ngx_http_ssl_module.c     if (rv != NGX_CONF_OK) {
rv                505 http/modules/ngx_http_ssl_module.c         return rv;
rv                 45 http/modules/perl/ngx_http_perl_module.c     HV *nginx, SV *sub, SV **args, ngx_str_t *handler, ngx_str_t *rv);
rv                669 http/modules/perl/ngx_http_perl_module.c     SV **args, ngx_str_t *handler, ngx_str_t *rv)
rv                708 http/modules/perl/ngx_http_perl_module.c         if (rv == NULL) {
rv                716 http/modules/perl/ngx_http_perl_module.c             rv->len = n_a;
rv                718 http/modules/perl/ngx_http_perl_module.c             rv->data = ngx_pnalloc(r->pool, n_a);
rv                719 http/modules/perl/ngx_http_perl_module.c             if (rv->data == NULL) {
rv                723 http/modules/perl/ngx_http_perl_module.c             ngx_memcpy(rv->data, line, n_a);
rv                742 http/modules/perl/ngx_http_perl_module.c         if (rv) {
rv                755 http/modules/perl/ngx_http_perl_module.c     if (rv) {
rv                120 http/ngx_http.c     char                        *rv;
rv                238 http/ngx_http.c     rv = ngx_conf_parse(cf, NULL);
rv                240 http/ngx_http.c     if (rv != NGX_CONF_OK) {
rv                263 http/ngx_http.c             rv = module->init_main_conf(cf, ctx->main_conf[mi]);
rv                264 http/ngx_http.c             if (rv != NGX_CONF_OK) {
rv                269 http/ngx_http.c         rv = ngx_http_merge_servers(cf, cmcf, module, mi);
rv                270 http/ngx_http.c         if (rv != NGX_CONF_OK) {
rv                344 http/ngx_http.c     return rv;
rv                565 http/ngx_http.c     char                        *rv;
rv                574 http/ngx_http.c     rv = NGX_CONF_OK;
rv                583 http/ngx_http.c             rv = module->merge_srv_conf(cf, saved.srv_conf[ctx_index],
rv                585 http/ngx_http.c             if (rv != NGX_CONF_OK) {
rv                596 http/ngx_http.c             rv = module->merge_loc_conf(cf, saved.loc_conf[ctx_index],
rv                598 http/ngx_http.c             if (rv != NGX_CONF_OK) {
rv                606 http/ngx_http.c             rv = ngx_http_merge_locations(cf, clcf->locations,
rv                609 http/ngx_http.c             if (rv != NGX_CONF_OK) {
rv                619 http/ngx_http.c     return rv;
rv                627 http/ngx_http.c     char                       *rv;
rv                649 http/ngx_http.c         rv = module->merge_loc_conf(cf, loc_conf[ctx_index],
rv                651 http/ngx_http.c         if (rv != NGX_CONF_OK) {
rv                652 http/ngx_http.c             return rv;
rv                655 http/ngx_http.c         rv = ngx_http_merge_locations(cf, clcf->locations, clcf->loc_conf,
rv                657 http/ngx_http.c         if (rv != NGX_CONF_OK) {
rv                658 http/ngx_http.c             return rv;
rv               1559 http/ngx_http_core_module.c     ngx_int_t   rc, rv;
rv               1564 http/ngx_http_core_module.c     rv = NGX_DECLINED;
rv               1569 http/ngx_http_core_module.c             return rv;
rv               1590 http/ngx_http_core_module.c                 rv = NGX_AGAIN;
rv               1624 http/ngx_http_core_module.c             rv = NGX_DONE;
rv               2440 http/ngx_http_core_module.c     char                        *rv;
rv               2522 http/ngx_http_core_module.c     rv = ngx_conf_parse(cf, NULL);
rv               2526 http/ngx_http_core_module.c     if (rv == NGX_CONF_OK && !cscf->listen) {
rv               2557 http/ngx_http_core_module.c     return rv;
rv               2564 http/ngx_http_core_module.c     char                      *rv;
rv               2747 http/ngx_http_core_module.c     rv = ngx_conf_parse(cf, NULL);
rv               2751 http/ngx_http_core_module.c     return rv;
rv               2800 http/ngx_http_core_module.c     char        *rv;
rv               2814 http/ngx_http_core_module.c     rv = ngx_conf_parse(cf, NULL);
rv               2818 http/ngx_http_core_module.c     return rv;
rv               3876 http/ngx_http_core_module.c     char                      *rv;
rv               3963 http/ngx_http_core_module.c     rv = ngx_conf_parse(cf, NULL);
rv               3967 http/ngx_http_core_module.c     return rv;
rv                240 http/ngx_http_file_cache.c     ngx_int_t                  rc, rv;
rv                287 http/ngx_http_file_cache.c         rv = NGX_DECLINED;
rv                298 http/ngx_http_file_cache.c             rv = NGX_HTTP_CACHE_SCARCE;
rv                303 http/ngx_http_file_cache.c             rv = NGX_DECLINED;
rv                336 http/ngx_http_file_cache.c             return rv;
rv                689 http/ngx_http_request.c     ngx_int_t                  rc, rv;
rv                912 http/ngx_http_request.c             rv = ngx_http_alloc_large_header_buffer(r, 1);
rv                914 http/ngx_http_request.c             if (rv == NGX_ERROR) {
rv                919 http/ngx_http_request.c             if (rv == NGX_DECLINED) {
rv                939 http/ngx_http_request.c     ngx_int_t                   rc, rv;
rv                971 http/ngx_http_request.c                 rv = ngx_http_alloc_large_header_buffer(r, 0);
rv                973 http/ngx_http_request.c                 if (rv == NGX_ERROR) {
rv                978 http/ngx_http_request.c                 if (rv == NGX_DECLINED) {
rv               3946 http/ngx_http_upstream.c     char                          *rv;
rv               4033 http/ngx_http_upstream.c     rv = ngx_conf_parse(cf, NULL);
rv               4037 http/ngx_http_upstream.c     if (rv != NGX_CONF_OK) {
rv               4038 http/ngx_http_upstream.c         return rv;
rv               4047 http/ngx_http_upstream.c     return rv;
rv               1727 http/ngx_http_variables.c     ngx_http_regex_variable_t  *rv;
rv               1754 http/ngx_http_variables.c     rv = ngx_palloc(rc->pool, n * sizeof(ngx_http_regex_variable_t));
rv               1755 http/ngx_http_variables.c     if (rv == NULL) {
rv               1759 http/ngx_http_variables.c     re->variables = rv;
rv               1767 http/ngx_http_variables.c         rv[i].capture = 2 * ((p[0] << 8) + p[1]);
rv               1777 http/ngx_http_variables.c         rv[i].index = ngx_http_get_variable_index(cf, &name);
rv               1778 http/ngx_http_variables.c         if (rv[i].index == NGX_ERROR) {
rv                 75 mail/ngx_mail.c     char                        *rv;
rv                168 mail/ngx_mail.c     rv = ngx_conf_parse(cf, NULL);
rv                170 mail/ngx_mail.c     if (rv != NGX_CONF_OK) {
rv                172 mail/ngx_mail.c         return rv;
rv                194 mail/ngx_mail.c             rv = module->init_main_conf(cf, ctx->main_conf[mi]);
rv                195 mail/ngx_mail.c             if (rv != NGX_CONF_OK) {
rv                197 mail/ngx_mail.c                 return rv;
rv                208 mail/ngx_mail.c                 rv = module->merge_srv_conf(cf,
rv                211 mail/ngx_mail.c                 if (rv != NGX_CONF_OK) {
rv                213 mail/ngx_mail.c                     return rv;
rv                207 mail/ngx_mail_core_module.c     char                       *rv;
rv                269 mail/ngx_mail_core_module.c     rv = ngx_conf_parse(cf, NULL);
rv                273 mail/ngx_mail_core_module.c     return rv;
rv                321 mail/ngx_mail_ssl_module.c     char  *rv;
rv                323 mail/ngx_mail_ssl_module.c     rv = ngx_conf_set_flag_slot(cf, cmd, conf);
rv                325 mail/ngx_mail_ssl_module.c     if (rv != NGX_CONF_OK) {
rv                326 mail/ngx_mail_ssl_module.c         return rv;
rv                347 mail/ngx_mail_ssl_module.c     char  *rv;
rv                349 mail/ngx_mail_ssl_module.c     rv = ngx_conf_set_enum_slot(cf, cmd, conf);
rv                351 mail/ngx_mail_ssl_module.c     if (rv != NGX_CONF_OK) {
rv                352 mail/ngx_mail_ssl_module.c         return rv;