Home
last modified time | relevance | path

Searched refs:map_ptr_last (Results 1 – 10 of 10) sorted by relevance

/php-src/Zend/
H A Dzend.c739 compiler_globals->map_ptr_last = global_map_ptr_last; in compiler_globals_ctor()
1047 CG(map_ptr_last) = 0; in zend_startup()
1112 global_map_ptr_last = compiler_globals->map_ptr_last; in zend_post_startup()
1144 global_map_ptr_last = CG(map_ptr_last); in zend_post_startup()
1315 if (CG(map_ptr_last)) { in zend_activate()
2007 CG(map_ptr_last) = global_map_ptr_last; in zend_map_ptr_reset()
2014 if (CG(map_ptr_last) >= CG(map_ptr_size)) { in zend_map_ptr_new()
2022 CG(map_ptr_last)++; in zend_map_ptr_new()
2049 if (last > CG(map_ptr_last)) { in zend_map_ptr_extend()
2059 memset(ptr, 0, (last - CG(map_ptr_last)) * sizeof(void*)); in zend_map_ptr_extend()
[all …]
H A Dzend_globals.h148 size_t map_ptr_last; member
H A Dzend_types.h845 #define ZSTR_VALID_CE_CACHE(s) EXPECTED((GC_REFCOUNT(s)-1)/sizeof(void *) < CG(map_ptr_last))
/php-src/sapi/fpm/tests/
H A Dgh8646.phpt37 // Ensure that map_ptr_last did not increase
/php-src/ext/opcache/
H A DZendAccelerator.c448 if (idx >= ZCSG(map_ptr_last)) { in accel_interned_strings_restore_state()
2299 if (ZCSG(map_ptr_last) > CG(map_ptr_last)) { in zend_accel_inheritance_cache_get()
2396 zend_map_ptr_extend(ZCSG(map_ptr_last)); in zend_accel_inheritance_cache_add()
2455 ZCSG(map_ptr_last) = CG(map_ptr_last); in zend_accel_inheritance_cache_add()
2607 ZCSG(map_ptr_last) = CG(map_ptr_last); in zend_reset_cache_vars()
4337 if (CG(map_ptr_last) != ZCSG(map_ptr_last)) {
4339 CG(map_ptr_last) = ZCSG(map_ptr_last);
4363 orig_map_ptr_last = CG(map_ptr_last);
4471 CG(map_ptr_last) = orig_map_ptr_last;
4483 CG(map_ptr_last) = orig_map_ptr_last;
[all …]
H A Dzend_accelerator_util_funcs.c382 if (ZCSG(map_ptr_last) > CG(map_ptr_last)) { in zend_accel_load_script()
383 zend_map_ptr_extend(ZCSG(map_ptr_last)); in zend_accel_load_script()
H A DZendAccelerator.h254 size_t map_ptr_last; member
H A Dzend_persist.c1389 zend_map_ptr_extend(ZCSG(map_ptr_last)); in zend_accel_script_persist()
1415 ZCSG(map_ptr_last) = CG(map_ptr_last); in zend_accel_script_persist()
H A Dzend_file_cache.c1952 zend_map_ptr_extend(ZCSG(map_ptr_last));
1983 ZCSG(map_ptr_last) = CG(map_ptr_last);
/php-src/ext/zend_test/
H A Dtest.c653 RETURN_LONG(CG(map_ptr_last)); in ZEND_FUNCTION()

Completed in 58 milliseconds