Home
last modified time | relevance | path

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

/PHP-7.3/ext/dba/
H A Ddba_qdbm.c81 char *value, *new = NULL; in DBA_FETCH_FUNC() local
134 char *value, *new = NULL; in DBA_FIRSTKEY_FUNC() local
152 char *value, *new = NULL; in DBA_NEXTKEY_FUNC() local
H A Ddba_tcadb.c90 char *value, *new = NULL; in DBA_FETCH_FUNC() local
153 char *value, *new = NULL; in DBA_FIRSTKEY_FUNC() local
173 char *value, *new = NULL; in DBA_NEXTKEY_FUNC() local
H A Ddba_flatfile.c63 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_ndbm.c77 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_gdbm.c83 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_dbm.c97 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_db3.c131 char *new = NULL; local
H A Ddba_db4.c160 char *new = NULL; local
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_context.c229 pcre2_general_context *new = in pcre2_general_context_copy() local
241 pcre2_compile_context *new = in pcre2_compile_context_copy() local
253 pcre2_match_context *new = in pcre2_match_context_copy() local
266 pcre2_convert_context *new = in pcre2_convert_context_copy() local
H A Dpcre2_dfa_match.c409 RWS_anchor *new; in more_workspace() local
H A Dpcre2_match.c635 heapframe *new; in match() local
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_atomic.h102 static inline int atomic_cas_64(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* {{{ */ in atomic_cas_64()
119 static inline int atomic_cas_32(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* {{{ */ in atomic_cas_32()
/PHP-7.3/Zend/
H A Dzend_ast.c35 void *new = zend_ast_alloc(new_size); in zend_ast_realloc() local
696 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy() local
702 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy() local
709 zend_ast_list *new = (zend_ast_list*)buf; in zend_ast_tree_copy() local
725 zend_ast *new = (zend_ast*)buf; in zend_ast_tree_copy() local
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_help.c46 char *new, *p, *q; in pretty_print() local
H A Dphpdbg_watch.c1018 zval *new; local
1194 phpdbg_watch_element *new; local
H A Dphpdbg_utils.c203 char *new = NULL; in phpdbg_trim() local
/PHP-7.3/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.c457 void zend_shared_alloc_register_xlat_entry(const void *old, const void *new) in zend_shared_alloc_register_xlat_entry()
/PHP-7.3/ext/phar/
H A Dstream.c835 phar_entry_info new, *source; in phar_wrapper_rename() local
H A Dtar.c702 php_stream *new; member
/PHP-7.3/
H A Dserver-tests.php141 function copyfiles($src,$new) {
/PHP-7.3/main/
H A Dalloca.c203 register pointer new = malloc (sizeof (header) + size); local
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_ssa.c1495 void zend_ssa_rename_var_uses(zend_ssa *ssa, int old, int new, zend_bool update_types) /* {{{ */ in zend_ssa_rename_var_uses()
H A Dsccp.c150 static void set_value(scdf_ctx *scdf, sccp_ctx *ctx, int var, zval *new) { in set_value()
/PHP-7.3/ext/session/
H A Dsession.c1655 PHPAPI void session_adapt_url(const char *url, size_t urllen, char **new, size_t *newlen) /* {{{ */ in session_adapt_url()

Completed in 108 milliseconds