Home
last modified time | relevance | path

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

/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_atomic.h43 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 Dfpm_main.c1254 char old; local
/PHP-5.6/ext/opcache/
H A Dzend_accelerator_util_funcs.c34 # define accel_xlat_set(old, new) zend_hash_index_update(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(o… argument
35 # define accel_xlat_get(old, new) zend_hash_index_find(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old… argument
37 # define accel_xlat_set(old, new) zend_hash_quick_add(&ZCG(bind_hash), (char*)&(old), sizeof(void*)… argument
38 # define accel_xlat_get(old, new) zend_hash_quick_find(&ZCG(bind_hash), (char*)&(old), sizeof(void*… argument
H A Dzend_shared_alloc.c432 void zend_shared_alloc_register_xlat_entry(const void *old, const void *new) in zend_shared_alloc_register_xlat_entry()
437 void *zend_shared_alloc_get_xlat_entry(const void *old) in zend_shared_alloc_get_xlat_entry()
/PHP-5.6/ext/soap/
H A Dphp_xml.c95 zend_bool old; in soap_xmlParseFile() local
146 zend_bool old; in soap_xmlParseMemory() local
H A Dsoap.c2190 int old = PG(display_errors); local
2240 int old = PG(display_errors); local
H A Dphp_encoding.c253 xmlChar old; in whiteSpace_collapse() local
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcompress.c319 uncompressgzipped(struct magic_set *ms, const unsigned char *old, in uncompressgzipped()
386 const unsigned char *old, unsigned char **newch, size_t n) in uncompressbuf()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_set.c176 FILE *old = PHPDBG_G(oplog); in PHPDBG_SET() local
/PHP-5.6/ext/standard/
H A Dhtml.c937 const char *old, in traverse_for_entities()
1098 PHPAPI char *php_unescape_html_entities(unsigned char *old, size_t oldlen, size_t *newlen, int all,… in php_unescape_html_entities()
1138 PHPAPI char *php_escape_html_entities(unsigned char *old, size_t oldlen, size_t *newlen, int all, i… in php_escape_html_entities()
1150 unsigned char *old, in find_entity_for_char()
1226 PHPAPI char *php_escape_html_entities_ex(unsigned char *old, size_t oldlen, size_t *newlen, int all… in php_escape_html_entities_ex()
H A Dstring.c128 static char *php_bin2hex(const unsigned char *old, const size_t oldlen, size_t *newlen) in php_bin2hex()
153 static char *php_hex2bin(const unsigned char *old, const size_t oldlen, size_t *newlen) in php_hex2bin()
2614 char *str, *old; local
/PHP-5.6/ext/phar/
H A Dtar.c211 php_uint32 sum1, sum2, size, old; in phar_parse_tarfile() local
693 php_stream *old; member
H A Dzip.c760 php_stream *old; member
H A Dphar.c51 zend_bool old, ini; in ZEND_INI_MH() local
/PHP-5.6/Zend/
H A Dzend_vm_gen.php832 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name, $old) {
/PHP-5.6/ext/calendar/
H A Dcalendar.c519 char *p, old[18], *endofalafim; in heb_number_to_chars() local
/PHP-5.6/ext/opcache/Optimizer/
H A Dblock_pass.c334 static inline void replace_source(zend_block_source *list, zend_code_block *old, zend_code_block *n… in replace_source()
/PHP-5.6/ext/libxml/
H A Dlibxml.c1085 zend_bool old = LIBXML(entity_loader_disabled); in php_libxml_disable_entity_loader() local
/PHP-5.6/ext/spl/
H A Dspl_dllist.c964 spl_ptr_llist_element *old = *traverse_pointer_ptr; in spl_dllist_it_helper_move_forward() local
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c1276 char old; local
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregcomp.c1767 Node* old = *ptarget; in noname_disable_map() local

Completed in 119 milliseconds