Home
last modified time | relevance | path

Searched defs:new (Results 1 – 20 of 20) sorted by relevance

/PHP-7.0/ext/dba/
H A Ddba_qdbm.c83 char *value, *new = NULL; in DBA_FETCH_FUNC() local
136 char *value, *new = NULL; in DBA_FIRSTKEY_FUNC() local
154 char *value, *new = NULL; in DBA_NEXTKEY_FUNC() local
H A Ddba_tcadb.c92 char *value, *new = NULL; in DBA_FETCH_FUNC() local
155 char *value, *new = NULL; in DBA_FIRSTKEY_FUNC() local
175 char *value, *new = NULL; in DBA_NEXTKEY_FUNC() local
H A Ddba_flatfile.c65 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_ndbm.c80 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_gdbm.c86 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_dbm.c100 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_db3.c134 char *new = NULL; local
H A Ddba_db4.c163 char *new = NULL; local
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_atomic.h104 static inline int atomic_cas_64(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* {{{ */ in atomic_cas_64()
121 static inline int atomic_cas_32(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* {{{ */ in atomic_cas_32()
/PHP-7.0/Zend/
H A Dzend_ast.c36 void *new = zend_ast_alloc(new_size); in zend_ast_realloc() local
463 zend_ast_zval *new = emalloc(sizeof(zend_ast_zval)); in zend_ast_copy() local
470 zend_ast_list *new = emalloc(zend_ast_list_size(list->children)); in zend_ast_copy() local
481 zend_ast *new = emalloc(zend_ast_size(children)); in zend_ast_copy() local
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_help.c46 char *new, *p, *q; in pretty_print() local
H A Dphpdbg_utils.c203 char *new = NULL; in phpdbg_trim() local
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c30 # define accel_xlat_set(old, new) zend_hash_index_add_new_ptr(&ZCG(bind_hash), (zend_ulong)(zend_ui… argument
33 # define accel_xlat_set(old, new) zend_hash_str_add_new_ptr(&ZCG(bind_hash), (char*)&(old), sizeof(… argument
H A Dzend_shared_alloc.c450 void zend_shared_alloc_register_xlat_entry(const void *old, const void *new) in zend_shared_alloc_register_xlat_entry()
/PHP-7.0/ext/odbc/
H A Dbirdstep.c293 VConn *new; in PHP_FUNCTION() local
/PHP-7.0/ext/phar/
H A Dstream.c851 phar_entry_info new, *source; in phar_wrapper_rename() local
H A Dtar.c692 php_stream *new; member
/PHP-7.0/
H A Dserver-tests.php149 function copyfiles($src,$new) {
/PHP-7.0/main/
H A Dalloca.c205 register pointer new = malloc (sizeof (header) + size); local
/PHP-7.0/ext/opcache/Optimizer/
H A Dblock_pass.c354 …tic inline void replace_source(zend_block_source *list, zend_code_block *old, zend_code_block *new) in replace_source()

Completed in 54 milliseconds