Home
last modified time | relevance | path

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

12

/php-src/sapi/fpm/fpm/
H A Dfpm_atomic.h37 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set()
63 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set()
98 static inline atomic_uint_t atomic_cas_64(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* … in atomic_cas_64()
106 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set()
115 static inline atomic_uint_t atomic_cas_32(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* … in atomic_cas_32()
123 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set()
H A Dfpm_main.c1160 char old; in init_request_info() local
/php-src/scripts/dev/
H A Dbless_tests.php142 public $old; variable in DiffElem
146 public function __construct(int $type, $old, $new) {
174 public function diff(array $old, array $new) {
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c568 uncompressgzipped(const unsigned char *old, unsigned char **newch, in uncompressgzipped()
609 uncompresszlib(const unsigned char *old, unsigned char **newch, in uncompresszlib()
651 uncompressbzlib(const unsigned char *old, unsigned char **newch, in uncompressbzlib()
692 uncompressxzlib(const unsigned char *old, unsigned char **newch, in uncompressxzlib()
730 uncompresszstd(const unsigned char *old, unsigned char **newch, in uncompresszstd()
775 uncompresslzlib(const unsigned char *old, unsigned char **newch, in uncompresslzlib()
935 writechild(int fd, const void *old, size_t n) in writechild()
1054 const unsigned char *old, unsigned char **newch, size_t* n) in uncompressbuf()
/php-src/ext/opcache/
H A Dshared_alloc_win32.c186 DWORD old; in zend_shared_alloc_reattach() local
313 DWORD old; in create_segments() local
H A Dzend_file_cache.c208 char old = *s; local
/php-src/ext/soap/
H A Dphp_xml.c92 bool old; in soap_xmlParseFile() local
141 bool old; in soap_xmlParseMemory() local
H A Dphp_encoding.c247 xmlChar old; in whiteSpace_collapse() local
/php-src/ext/standard/
H A Dhtml.c820 const char *old, in traverse_for_entities()
1016 PHPAPI zend_string *php_escape_html_entities(const unsigned char *old, size_t oldlen, int all, int … in php_escape_html_entities()
1028 const unsigned char *old, in find_entity_for_char()
1103 PHPAPI zend_string *php_escape_html_entities_ex(const unsigned char *old, size_t oldlen, int all, i… in php_escape_html_entities_ex()
H A Dstring.c63 static zend_string *php_bin2hex(const unsigned char *old, const size_t oldlen) in php_bin2hex()
81 static zend_string *php_hex2bin(const unsigned char *old, const size_t oldlen) in php_hex2bin()
2643 zend_string *old; local
/php-src/ext/phar/
H A Dtar.c209 uint32_t sum1, sum2, size, old; in phar_parse_tarfile() local
701 php_stream *old; member
H A Dzip.c863 php_stream *old; member
H A Dphar.c50 bool old, ini; in ZEND_INI_MH() local
/php-src/ext/dom/lexbor/lexbor/css/
H A Dvalue.h167 bool old; member
177 bool old; member
/php-src/ext/opcache/jit/ir/
H A Dir_strtab.c75 intptr_t old = (intptr_t)strtab->buf; in ir_strtab_grow_buf() local
/php-src/ext/calendar/
H A Dcalendar.c363 char *p, old[18], *endofalafim; in heb_number_to_chars() local
/php-src/ext/opcache/jit/
H A Dzend_jit.c3488 DWORD old; in zend_jit_startup() local
3497 DWORD old; in zend_jit_startup() local
/php-src/Zend/Optimizer/
H A Ddfa_pass.c626 zend_basic_block *old = &ssa->cfg.blocks[to]; in zend_ssa_replace_control_link() local
H A Dzend_ssa.c1595 void zend_ssa_rename_var_uses(zend_ssa *ssa, int old, int new, bool update_types) /* {{{ */ in zend_ssa_rename_var_uses()
/php-src/Zend/
H A Dzend_execute.c5201 zend_execute_data *old = start_fake_frame(call, opline); in zend_handle_undef_args() local
5218 zend_execute_data *old = start_fake_frame(call, opline); in zend_handle_undef_args() local
5241 zend_execute_data *old = start_fake_frame(call, NULL); in zend_handle_undef_args() local
5249 zend_execute_data *old = start_fake_frame(call, NULL); in zend_handle_undef_args() local
5257 zend_execute_data *old = start_fake_frame(call, NULL); in zend_handle_undef_args() local
H A Dzend_ast.c35 static inline void *zend_ast_realloc(void *old, size_t old_size, size_t new_size) { in zend_ast_realloc()
/php-src/ext/ffi/
H A Dffi.c3071 static bool zend_ffi_same_types(zend_ffi_type *old, zend_ffi_type *type) /* {{{ */ in zend_ffi_same_types()
3153 static bool zend_ffi_same_symbols(zend_ffi_symbol *old, zend_ffi_symbol *sym) /* {{{ */ in zend_ffi_same_symbols()
3169 static bool zend_ffi_same_tags(zend_ffi_tag *old, zend_ffi_tag *tag) /* {{{ */ in zend_ffi_same_tags()
3179 static bool zend_ffi_subst_old_type(zend_ffi_type **dcl, zend_ffi_type *old, zend_ffi_type *type) /… in zend_ffi_subst_old_type()
3221 static void zend_ffi_cleanup_type(zend_ffi_type *old, zend_ffi_type *type) /* {{{ */ in zend_ffi_cleanup_type()
/php-src/ext/libxml/
H A Dlibxml.c1177 bool old = LIBXML(entity_loader_disabled); in php_libxml_disable_entity_loader() local
/php-src/ext/spl/
H A Dspl_dllist.c837 spl_ptr_llist_element *old = *traverse_pointer_ptr; in spl_dllist_it_helper_move_forward() local
/php-src/sapi/cgi/
H A Dcgi_main.c1289 char old; local

Completed in 179 milliseconds

12