new               359 Zend/zend_ast.c 		zend_ast *new = emalloc(sizeof(zend_ast) + sizeof(zend_ast*) * (ast->children - 1));
new               361 Zend/zend_ast.c 		new->kind = ast->kind;
new               362 Zend/zend_ast.c 		new->children = ast->children;
new               364 Zend/zend_ast.c 			(&new->u.child)[i] = zend_ast_copy((&ast->u.child)[i]);
new               366 Zend/zend_ast.c 		return new;
new               126 ext/dba/dba_db3.c 	char *new = NULL;
new               133 ext/dba/dba_db3.c 		new = estrndup(gval.data, gval.size);
new               135 ext/dba/dba_db3.c 	return new;
new               164 ext/dba/dba_db4.c 	char *new = NULL;
new               174 ext/dba/dba_db4.c 		new = estrndup(gval.data, gval.size);
new               179 ext/dba/dba_db4.c 	return new;
new               100 ext/dba/dba_dbm.c 	char *new = NULL;
new               106 ext/dba/dba_dbm.c 		new = estrndup(gval.dptr, gval.dsize);
new               108 ext/dba/dba_dbm.c 	return new;
new                65 ext/dba/dba_flatfile.c 	char *new = NULL;
new                75 ext/dba/dba_flatfile.c 		new = estrndup(gval.dptr, gval.dsize);
new                78 ext/dba/dba_flatfile.c 	return new;
new                86 ext/dba/dba_gdbm.c 	char *new = NULL;
new                92 ext/dba/dba_gdbm.c 		new = estrndup(gval.dptr, gval.dsize);
new                95 ext/dba/dba_gdbm.c 	return new;
new                80 ext/dba/dba_ndbm.c 	char *new = NULL;
new                86 ext/dba/dba_ndbm.c 		new = estrndup(gval.dptr, gval.dsize);
new                88 ext/dba/dba_ndbm.c 	return new;
new                83 ext/dba/dba_qdbm.c 	char *value, *new = NULL;
new                89 ext/dba/dba_qdbm.c 		new = estrndup(value, value_size);
new                93 ext/dba/dba_qdbm.c 	return new;
new               136 ext/dba/dba_qdbm.c 	char *value, *new = NULL;
new               143 ext/dba/dba_qdbm.c 		new = estrndup(value, value_size);
new               147 ext/dba/dba_qdbm.c 	return new;
new               154 ext/dba/dba_qdbm.c 	char *value, *new = NULL;
new               159 ext/dba/dba_qdbm.c 		new = estrndup(value, value_size);
new               163 ext/dba/dba_qdbm.c 	return new;
new                92 ext/dba/dba_tcadb.c 	char *value, *new = NULL;
new               100 ext/dba/dba_tcadb.c 		new = estrndup(value, value_size);
new               104 ext/dba/dba_tcadb.c 	return new;
new               155 ext/dba/dba_tcadb.c 	char *value, *new = NULL;
new               164 ext/dba/dba_tcadb.c 		new = estrndup(value, value_size);
new               168 ext/dba/dba_tcadb.c 	return new;
new               175 ext/dba/dba_tcadb.c 	char *value, *new = NULL;
new               182 ext/dba/dba_tcadb.c 		new = estrndup(value, value_size);
new               186 ext/dba/dba_tcadb.c 	return new;
new               143 ext/mysql/php_mysql.c 	ZEND_ARG_INFO(0, new)
new               293 ext/odbc/birdstep.c 	VConn *new;
new               316 ext/odbc/birdstep.c 	new = (VConn *)emalloc(sizeof(VConn));
new               317 ext/odbc/birdstep.c 	ind = birdstep_add_conn(list,new,hdbc TSRMLS_CC);
new               334 ext/opcache/Optimizer/block_pass.c static inline void replace_source(zend_block_source *list, zend_code_block *old, zend_code_block *new)
new               341 ext/opcache/Optimizer/block_pass.c 		if ((*cs)->from == new) {
new               353 ext/opcache/Optimizer/block_pass.c 				(*cs)->from = new;
new                34 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_set(old, new)	zend_hash_index_update(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old), &(new), sizeof(void*), NULL)
new                35 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old, new)	zend_hash_index_find(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old), (void**)&(new))
new                37 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_set(old, new)	zend_hash_quick_add(&ZCG(bind_hash), (char*)&(old), sizeof(void*), (ulong)(zend_uintptr_t)(old), (void**)&(new), sizeof(void*), NULL)
new                38 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old, new)	zend_hash_quick_find(&ZCG(bind_hash), (char*)&(old), sizeof(void*), (ulong)(zend_uintptr_t)(old), (void**)&(new))
new               432 ext/opcache/zend_shared_alloc.c void zend_shared_alloc_register_xlat_entry(const void *old, const void *new)
new               434 ext/opcache/zend_shared_alloc.c 	zend_hash_index_update(&xlat_table, (ulong)old, (void*)&new, sizeof(void *), NULL);
new               152 ext/opcache/zend_shared_alloc.h void zend_shared_alloc_register_xlat_entry(const void *old, const void *new);
new               856 ext/phar/stream.c 		phar_entry_info new, *source;
new               866 ext/phar/stream.c 		memcpy((void *) &new, (void *) entry, sizeof(phar_entry_info));
new               875 ext/phar/stream.c 		zend_hash_add(&(phar->manifest), resource_to->path+1, strlen(resource_to->path)-1, (void **)&new, sizeof(phar_entry_info), (void **) &entry);
new               694 ext/phar/tar.c 	php_stream *new;
new               784 ext/phar/tar.c 	entry->header_offset = php_stream_tell(fp->new);
new               786 ext/phar/tar.c 	if (sizeof(header) != php_stream_write(fp->new, (char *) &header, sizeof(header))) {
new               793 ext/phar/tar.c 	pos = php_stream_tell(fp->new); /* save start of file within tar */
new               808 ext/phar/tar.c 		if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(entry, 0 TSRMLS_CC), fp->new, entry->uncompressed_filesize, NULL)) {
new               816 ext/phar/tar.c 		php_stream_write(fp->new, padding, ((entry->uncompressed_filesize +511)&~511) - entry->uncompressed_filesize);
new              1139 ext/phar/tar.c 	pass.new = newfile;
new              1659 ext/session/session.c PHPAPI void session_adapt_url(const char *url, size_t urllen, char **new, size_t *newlen TSRMLS_DC) /* {{{ */
new              1662 ext/session/session.c 		*new = php_url_scanner_adapt_single_url(url, urllen, PS(session_name), PS(id), newlen TSRMLS_CC);
new               456 ext/standard/browscap.c 	zval *new;
new               458 ext/standard/browscap.c 	ALLOC_ZVAL(new);
new               459 ext/standard/browscap.c 	*new = **p;
new               461 ext/standard/browscap.c 	zval_copy_ctor(new);
new               463 ext/standard/browscap.c 	INIT_PZVAL(new);
new               464 ext/standard/browscap.c 	*p = new;
new                51 ext/sybase_ct/php_sybase_ct.c 	ZEND_ARG_INFO(0, new)
new               734 ext/sybase_ct/php_sybase_ct.c 	zend_bool new = 0;
new               743 ext/sybase_ct/php_sybase_ct.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!s!s!s!s!b", &host, &len, &user, &len, &passwd, &len, &charset, &len, &appname, &len, &new) == FAILURE) {
new               855 ext/sybase_ct/php_sybase_ct.c 		if (!new && zend_hash_find(&EG(regular_list), hashed_details, hashed_details_length+1, (void **) &index_ptr)==SUCCESS) {
new               205 main/alloca.c      register pointer new = malloc (sizeof (header) + size);
new               208 main/alloca.c      if (new == 0)
new               211 main/alloca.c      ((header *) new)->h.next = last_alloca_header;
new               212 main/alloca.c      ((header *) new)->h.deep = depth;
new               214 main/alloca.c      last_alloca_header = (header *) new;
new               218 main/alloca.c      return (pointer) ((char *) new + sizeof (header));
new               783 sapi/apache/mod_php5.c 	HashTable *new;
new               786 sapi/apache/mod_php5.c 	new = php_create_dir(p, "php_merge_dir");
new               787 sapi/apache/mod_php5.c 	zend_hash_copy(new, (HashTable *) basev, (copy_ctor_func_t) copy_per_dir_entry, NULL, sizeof(php_per_dir_entry));
new               789 sapi/apache/mod_php5.c 	zend_hash_merge_ex(new, (HashTable *) addv, (copy_ctor_func_t) copy_per_dir_entry, sizeof(php_per_dir_entry), (merge_checker_func_t) should_overwrite_per_dir_entry, NULL);
new               790 sapi/apache/mod_php5.c 	return new;
new               104 sapi/fpm/fpm/fpm_atomic.h static inline int atomic_cas_64(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* {{{ */
new               106 sapi/fpm/fpm/fpm_atomic.h 	__asm__ __volatile__("casx [%2], %3, %0 " : "=&r"(new)  : "0"(new), "r"(lock), "r"(old): "memory");
new               108 sapi/fpm/fpm/fpm_atomic.h 	return new;
new               121 sapi/fpm/fpm/fpm_atomic.h static inline int atomic_cas_32(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* {{{ */
new               123 sapi/fpm/fpm/fpm_atomic.h 	__asm__ __volatile__("cas [%2], %3, %0 " : "=&r"(new)  : "0"(new), "r"(lock), "r"(old): "memory");
new               125 sapi/fpm/fpm/fpm_atomic.h 	return new;
new                45 sapi/phpdbg/phpdbg_help.c 	char *new, *p, *q;
new                78 sapi/phpdbg/phpdbg_help.c 	new = emalloc(size);
new                89 sapi/phpdbg/phpdbg_help.c 	for (p = text, q = new; *p; p++) {
new               130 sapi/phpdbg/phpdbg_help.c 	if ((q-new)>size) {
new               131 sapi/phpdbg/phpdbg_help.c 		phpdbg_error("Output overrun of %lu bytes", ((q-new) - size));
new               134 sapi/phpdbg/phpdbg_help.c 	phpdbg_write("%s\n", new);
new               135 sapi/phpdbg/phpdbg_help.c 	efree(new);
new               200 sapi/phpdbg/phpdbg_utils.c 	char *new = NULL;
new               212 sapi/phpdbg/phpdbg_utils.c 		new = estrndup("", sizeof(""));
new               215 sapi/phpdbg/phpdbg_utils.c 		new = estrndup(p, len);
new               216 sapi/phpdbg/phpdbg_utils.c 		*(new + len) = '\0';
new               223 sapi/phpdbg/phpdbg_utils.c 	return new;