/PHP-7.0/sapi/fpm/fpm/ |
H A D | fpm_atomic.h | 43 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() 69 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() 104 static inline int atomic_cas_64(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* {{{ */ in atomic_cas_64() 112 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() 121 static inline int atomic_cas_32(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* {{{ */ in atomic_cas_32() 129 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 D | fpm_main.c | 1217 char old; local
|
/PHP-7.0/ext/opcache/ |
H A D | zend_accelerator_util_funcs.c | 30 # 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 165 zend_reference *old = Z_REF_P(src); in zend_clone_zval() local 176 zend_ast_ref *old = Z_AST_P(src); in zend_clone_zval() local
|
H A D | zend_shared_alloc.c | 450 void zend_shared_alloc_register_xlat_entry(const void *old, const void *new) in zend_shared_alloc_register_xlat_entry() 455 void *zend_shared_alloc_get_xlat_entry(const void *old) in zend_shared_alloc_get_xlat_entry()
|
H A D | zend_persist_calc.c | 168 HashTable *old = op_array->static_variables; in zend_persist_op_array_calc_ex() local
|
H A D | zend_file_cache.c | 165 char old = *s; in zend_file_cache_mkdir() local
|
/PHP-7.0/ext/soap/ |
H A D | php_xml.c | 95 zend_bool old; in soap_xmlParseFile() local 145 zend_bool old; in soap_xmlParseMemory() local
|
H A D | soap.c | 2172 int old = PG(display_errors); local 2218 int old = PG(display_errors); local
|
H A D | php_encoding.c | 250 xmlChar old; in whiteSpace_collapse() local
|
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | compress.c | 330 uncompressgzipped(struct magic_set *ms, const unsigned char *old, in uncompressgzipped() 397 const unsigned char *old, unsigned char **newch, size_t n) in uncompressbuf()
|
/PHP-7.0/ext/standard/ |
H A D | html.c | 938 const char *old, in traverse_for_entities() 1098 PHPAPI zend_string *php_unescape_html_entities(unsigned char *old, size_t oldlen, int all, int flag… in php_unescape_html_entities() 1138 PHPAPI zend_string *php_escape_html_entities(unsigned char *old, size_t oldlen, int all, int flags,… in php_escape_html_entities() 1150 unsigned char *old, in find_entity_for_char() 1226 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 D | string.c | 136 static zend_string *php_bin2hex(const unsigned char *old, const size_t oldlen) in php_bin2hex() 155 static zend_string *php_hex2bin(const unsigned char *old, const size_t oldlen) in php_hex2bin() 2643 zend_string *old; local
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_set.c | 209 FILE *old = PHPDBG_G(oplog); in PHPDBG_SET() local
|
H A D | phpdbg_watch.c | 202 phpdbg_watchpoint_t *old; in phpdbg_add_watch_collision() local
|
/PHP-7.0/ext/phar/ |
H A D | tar.c | 211 php_uint32 sum1, sum2, size, old; in phar_parse_tarfile() local 691 php_stream *old; member
|
H A D | zip.c | 782 php_stream *old; member
|
H A D | phar.c | 51 zend_bool old, ini; in ZEND_INI_MH() local
|
/PHP-7.0/ext/calendar/ |
H A D | calendar.c | 517 char *p, old[18], *endofalafim; in heb_number_to_chars() local
|
/PHP-7.0/ext/opcache/Optimizer/ |
H A D | block_pass.c | 354 static inline void replace_source(zend_block_source *list, zend_code_block *old, zend_code_block *n… in replace_source()
|
/PHP-7.0/ext/libxml/ |
H A D | libxml.c | 1089 zend_bool old = LIBXML(entity_loader_disabled); in php_libxml_disable_entity_loader() local
|
/PHP-7.0/Zend/ |
H A D | zend_ast.c | 35 static inline void *zend_ast_realloc(void *old, size_t old_size, size_t new_size) { in zend_ast_realloc()
|
/PHP-7.0/sapi/cgi/ |
H A D | cgi_main.c | 1248 char old; local
|
/PHP-7.0/ext/spl/ |
H A D | spl_dllist.c | 957 spl_ptr_llist_element *old = *traverse_pointer_ptr; in spl_dllist_it_helper_move_forward() local
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 1767 Node* old = *ptarget; in noname_disable_map() local
|