Home
last modified time | relevance | path

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

/PHP-7.2/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.2/sapi/fpm/fpm/
H A Dfpm_atomic.h103 static inline int atomic_cas_64(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* {{{ */ in atomic_cas_64()
120 static inline int atomic_cas_32(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* {{{ */ in atomic_cas_32()
/PHP-7.2/Zend/
H A Dzend_ast.c36 void *new = zend_ast_alloc(new_size); in zend_ast_realloc() local
459 zend_ast_zval *new = emalloc(sizeof(zend_ast_zval)); in zend_ast_copy() local
466 zend_ast_list *new = emalloc(zend_ast_list_size(list->children)); in zend_ast_copy() local
477 zend_ast *new = emalloc(zend_ast_size(children)); in zend_ast_copy() local
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_help.c46 char *new, *p, *q; in pretty_print() local
H A Dphpdbg_watch.c1017 zval *new; local
1193 phpdbg_watch_element *new; local
H A Dphpdbg_utils.c203 char *new = NULL; in phpdbg_trim() local
/PHP-7.2/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.c453 void zend_shared_alloc_register_xlat_entry(const void *old, const void *new) in zend_shared_alloc_register_xlat_entry()
/PHP-7.2/ext/phar/
H A Dstream.c834 phar_entry_info new, *source; in phar_wrapper_rename() local
H A Dtar.c692 php_stream *new; member
/PHP-7.2/ext/odbc/
H A Dbirdstep.c292 VConn *new; in PHP_FUNCTION() local
/PHP-7.2/
H A Dserver-tests.php141 function copyfiles($src,$new) {
/PHP-7.2/main/
H A Dalloca.c205 register pointer new = malloc (sizeof (header) + size); local
/PHP-7.2/ext/opcache/Optimizer/
H A Dsccp.c97 static void set_value(scdf_ctx *scdf, sccp_ctx *ctx, int var, zval *new) { in set_value()
H A Dzend_ssa.c1484 void zend_ssa_rename_var_uses(zend_ssa *ssa, int old, int new, zend_bool update_types) /* {{{ */ in zend_ssa_rename_var_uses()
/PHP-7.2/ext/session/
H A Dsession.c1650 PHPAPI void session_adapt_url(const char *url, size_t urllen, char **new, size_t *newlen) /* {{{ */ in session_adapt_url()

Completed in 179 milliseconds