Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A DZendAccelerator.c385 #define STRTAB_INVALID_POS 0 macro
414 STRTAB_INVALID_POS, in accel_interned_strings_restore_state()
460 if (EXPECTED(pos != STRTAB_INVALID_POS)) { in accel_find_interned_string()
467 } while (pos != STRTAB_INVALID_POS); in accel_find_interned_string()
493 if (EXPECTED(pos != STRTAB_INVALID_POS)) { in accel_new_interned_string()
501 } while (pos != STRTAB_INVALID_POS); in accel_new_interned_string()
548 if (EXPECTED(pos != STRTAB_INVALID_POS)) { in accel_find_interned_string_ex()
557 } while (pos != STRTAB_INVALID_POS); in accel_find_interned_string_ex()
2622 STRTAB_INVALID_POS, in zend_accel_init_shm()
2626 *STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), 0) = STRTAB_INVALID_POS; in zend_accel_init_shm()

Completed in 13 milliseconds