Lines Matching defs:retval
1007 const char *retval;
1013 retval = r->server->server_hostname;
1025 retval = conn->local_host;
1029 retval = r->hostname ? r->hostname : r->server->server_hostname;
1034 retval = "localhost";
1037 return retval;
2614 const char *retval;
2616 retval = ap_build_cont_config(cmd->pool, cmd->temp_pool, cmd,
2619 return retval;
2668 const char *retval;
2670 retval = ap_build_cont_config(cmd->pool, cmd->temp_pool, cmd,
2673 return retval;