Home
last modified time | relevance | path

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

/PHP-5.5/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.c126 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_db4.c164 char *new = NULL; local
/PHP-5.5/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-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c34 # define accel_xlat_set(old, new) zend_hash_index_update(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(o… argument
35 # define accel_xlat_get(old, new) zend_hash_index_find(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old… argument
37 # define accel_xlat_set(old, new) zend_hash_quick_add(&ZCG(bind_hash), (char*)&(old), sizeof(void*)… argument
38 # define accel_xlat_get(old, new) zend_hash_quick_find(&ZCG(bind_hash), (char*)&(old), sizeof(void*… argument
H A Dzend_shared_alloc.c432 void zend_shared_alloc_register_xlat_entry(const void *old, const void *new) in zend_shared_alloc_register_xlat_entry()
/PHP-5.5/ext/standard/
H A Dbrowscap.c456 zval *new; in browscap_zval_copy_ctor() local
/PHP-5.5/ext/odbc/
H A Dbirdstep.c293 VConn *new; in PHP_FUNCTION() local
/PHP-5.5/ext/phar/
H A Dstream.c864 phar_entry_info new, *source; in phar_wrapper_rename() local
H A Dtar.c692 php_stream *new; member
/PHP-5.5/
H A Dserver-tests.php149 function copyfiles($src,$new) {
/PHP-5.5/main/
H A Dalloca.c205 register pointer new = malloc (sizeof (header) + size); local
/PHP-5.5/sapi/apache/
H A Dmod_php5.c783 HashTable *new; in php_merge_dir() local
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c334 …tic inline void replace_source(zend_block_source *list, zend_code_block *old, zend_code_block *new) in replace_source()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c734 zend_bool new = 0; in php_sybase_do_connect() local

Completed in 107 milliseconds