Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.c404 #define STRTAB_INVALID_POS 0 macro
433 STRTAB_INVALID_POS, in accel_interned_strings_restore_state()
487 if (EXPECTED(pos != STRTAB_INVALID_POS)) { in accel_find_interned_string()
494 } while (pos != STRTAB_INVALID_POS); in accel_find_interned_string()
520 if (EXPECTED(pos != STRTAB_INVALID_POS)) { in accel_new_interned_string()
527 } while (pos != STRTAB_INVALID_POS); in accel_new_interned_string()
583 if (EXPECTED(pos != STRTAB_INVALID_POS)) { in accel_find_interned_string_ex()
590 } while (pos != STRTAB_INVALID_POS); in accel_find_interned_string_ex()
2891 STRTAB_INVALID_POS, in zend_accel_init_shm()
2895 *STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), 0) = STRTAB_INVALID_POS; in zend_accel_init_shm()

Completed in 26 milliseconds