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.c729 compiler_globals->map_ptr_last = global_map_ptr_last; in compiler_globals_ctor()
730 if (compiler_globals->map_ptr_last) { in compiler_globals_ctor()
1025 CG(map_ptr_last) = 0; in zend_startup()
1090 global_map_ptr_last = compiler_globals->map_ptr_last; in zend_post_startup()
1118 global_map_ptr_last = CG(map_ptr_last); in zend_post_startup()
1285 if (CG(map_ptr_last)) { in zend_activate()
1975 CG(map_ptr_last) = global_map_ptr_last; in zend_map_ptr_reset()
1982 if (CG(map_ptr_last) >= CG(map_ptr_size)) { in zend_map_ptr_new()
1990 CG(map_ptr_last)++; in zend_map_ptr_new()
1996 if (last > CG(map_ptr_last)) { in zend_map_ptr_extend()
[all …]
H A Dzend_globals.h147 size_t map_ptr_last; member
H A Dzend_types.h841 #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.c444 if (idx >= ZCSG(map_ptr_last)) { in accel_interned_strings_restore_state()
2288 if (ZCSG(map_ptr_last) > CG(map_ptr_last)) { in zend_accel_inheritance_cache_get()
2385 zend_map_ptr_extend(ZCSG(map_ptr_last)); in zend_accel_inheritance_cache_add()
2431 ZCSG(map_ptr_last) = CG(map_ptr_last); in zend_accel_inheritance_cache_add()
2583 ZCSG(map_ptr_last) = CG(map_ptr_last); in zend_reset_cache_vars()
4312 if (CG(map_ptr_last) != ZCSG(map_ptr_last)) {
4314 CG(map_ptr_last) = ZCSG(map_ptr_last);
4338 orig_map_ptr_last = CG(map_ptr_last);
4446 CG(map_ptr_last) = orig_map_ptr_last;
4458 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.c1355 zend_map_ptr_extend(ZCSG(map_ptr_last)); in zend_accel_script_persist()
1381 ZCSG(map_ptr_last) = CG(map_ptr_last); in zend_accel_script_persist()
H A Dzend_file_cache.c1911 zend_map_ptr_extend(ZCSG(map_ptr_last));
1942 ZCSG(map_ptr_last) = CG(map_ptr_last);
/php-src/ext/zend_test/
H A Dtest.c617 RETURN_LONG(CG(map_ptr_last)); in ZEND_FUNCTION()

Completed in 59 milliseconds