Searched refs:newx (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/sapi/apache2handler/ |
H A D | apache_config.c | 231 php_conf_rec *newx = (php_conf_rec *) apr_pcalloc(p, sizeof(*newx)); in create_php_config() local 233 phpapdebug((stderr, "Creating new config (%p) for %s\n", newx, dummy)); in create_php_config() 234 zend_hash_init(&newx->config, 0, NULL, config_entry_dtor, 1); in create_php_config() 235 apr_pool_cleanup_register(p, newx, destroy_php_config, apr_pool_cleanup_null); in create_php_config() 236 return (void *) newx; in create_php_config()
|
Completed in 7 milliseconds