Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_atomic.h41 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set()
67 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set()
102 static inline atomic_uint_t atomic_cas_64(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* … in atomic_cas_64()
110 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set()
119 static inline atomic_uint_t atomic_cas_32(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* … in atomic_cas_32()
127 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.c1149 char old; in init_request_info() local
/PHP-7.4/scripts/dev/
H A Dbless_tests.php138 public $old; variable in DiffElem
142 public function __construct(int $type, $old, $new) {
170 public function diff(array $old, array $new) {
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcompress.c495 uncompressgzipped(const unsigned char *old, unsigned char **newch, in uncompressgzipped()
530 uncompresszlib(const unsigned char *old, unsigned char **newch, in uncompresszlib()
622 writechild(int fd, const void *old, size_t n) in writechild()
687 uncompressbuf(int fd, size_t bytes_max, size_t method, const unsigned char *old, in uncompressbuf()
/PHP-7.4/ext/soap/
H A Dphp_xml.c94 zend_bool old; in soap_xmlParseFile() local
142 zend_bool old; in soap_xmlParseMemory() local
H A Dphp_encoding.c248 xmlChar old; in whiteSpace_collapse() local
H A Dsoap.c2161 int old = PG(display_errors); local
/PHP-7.4/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
31 # define accel_xlat_get(old) zend_hash_index_find_ptr(&ZCG(bind_hash), (zend_ulong)(zend_uintptr_t… argument
33 # define accel_xlat_set(old, new) zend_hash_str_add_new_ptr(&ZCG(bind_hash), (char*)&(old), sizeof(… argument
34 # define accel_xlat_get(old) zend_hash_str_find_ptr(&ZCG(bind_hash), (char*)&(old), sizeof(void… argument
H A Dzend_shared_alloc.c531 void zend_shared_alloc_register_xlat_entry(const void *old, const void *new) in zend_shared_alloc_register_xlat_entry()
539 void *zend_shared_alloc_get_xlat_entry(const void *old) in zend_shared_alloc_get_xlat_entry()
H A Dzend_file_cache.c180 char old = *s; local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_set.c209 FILE *old = PHPDBG_G(oplog); in PHPDBG_SET() local
/PHP-7.4/ext/standard/
H A Dhtml.c891 const char *old, in traverse_for_entities()
1087 PHPAPI zend_string *php_escape_html_entities(unsigned char *old, size_t oldlen, int all, int flags,… in php_escape_html_entities()
1099 unsigned char *old, in find_entity_for_char()
1175 PHPAPI zend_string *php_escape_html_entities_ex(unsigned char *old, size_t oldlen, int all, int fla… in php_escape_html_entities_ex()
H A Dstring.c116 static zend_string *php_bin2hex(const unsigned char *old, const size_t oldlen) in php_bin2hex()
135 static zend_string *php_hex2bin(const unsigned char *old, const size_t oldlen) in php_hex2bin()
2732 zend_string *old; local
/PHP-7.4/ext/phar/
H A Dtar.c219 uint32_t sum1, sum2, size, old; in phar_parse_tarfile() local
710 php_stream *old; member
H A Dzip.c816 php_stream *old; member
H A Dphar.c49 zend_bool old, ini; in ZEND_INI_MH() local
/PHP-7.4/ext/calendar/
H A Dcalendar.c514 char *p, old[18], *endofalafim; in heb_number_to_chars() local
/PHP-7.4/ext/opcache/Optimizer/
H A Ddfa_pass.c602 zend_basic_block *old = &ssa->cfg.blocks[to]; in zend_ssa_replace_control_link() local
H A Dzend_ssa.c1498 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.4/ext/libxml/
H A Dlibxml.c1143 zend_bool old = LIBXML(entity_loader_disabled); in php_libxml_disable_entity_loader() local
/PHP-7.4/ext/ffi/
H A Dffi.c2951 static int zend_ffi_same_types(zend_ffi_type *old, zend_ffi_type *type) /* {{{ */ in zend_ffi_same_types()
3033 static int zend_ffi_same_symbols(zend_ffi_symbol *old, zend_ffi_symbol *sym) /* {{{ */ in zend_ffi_same_symbols()
3049 static int zend_ffi_same_tags(zend_ffi_tag *old, zend_ffi_tag *tag) /* {{{ */ in zend_ffi_same_tags()
3059 static int zend_ffi_subst_old_type(zend_ffi_type **dcl, zend_ffi_type *old, zend_ffi_type *type) /*… in zend_ffi_subst_old_type()
3101 static void zend_ffi_cleanup_type(zend_ffi_type *old, zend_ffi_type *type) /* {{{ */ in zend_ffi_cleanup_type()
/PHP-7.4/Zend/
H A Dzend_ast.c34 static inline void *zend_ast_realloc(void *old, size_t old_size, size_t new_size) { in zend_ast_realloc()
/PHP-7.4/ext/spl/
H A Dspl_dllist.c952 spl_ptr_llist_element *old = *traverse_pointer_ptr; in spl_dllist_it_helper_move_forward() local
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1304 char old; local

Completed in 160 milliseconds