Lines Matching defs:new
520 char **new;
524 new = (char **)apr_array_push(ap_server_post_read_config);
525 *new = apr_pstrdup(pcommands, opt_arg);
529 new = (char **)apr_array_push(ap_server_pre_read_config);
530 *new = apr_pstrdup(pcommands, opt_arg);
538 new = (char **)apr_array_push(ap_server_config_defines);
539 *new = apr_pstrdup(pcommands, opt_arg);
561 new = (char **)apr_array_push(ap_server_config_defines);
562 *new = "DEBUG";
594 new = (char **)apr_array_push(ap_server_config_defines);
595 *new = "DUMP_VHOSTS";
596 new = (char **)apr_array_push(ap_server_config_defines);
597 *new = "DUMP_RUN_CFG";
602 new = (char **)apr_array_push(ap_server_config_defines);
603 *new = "DUMP_MODULES";