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.c408 #define STRTAB_INVALID_POS 0 macro
437 STRTAB_INVALID_POS, in accel_interned_strings_restore_state()
491 if (EXPECTED(pos != STRTAB_INVALID_POS)) { in accel_find_interned_string()
498 } while (pos != STRTAB_INVALID_POS); in accel_find_interned_string()
524 if (EXPECTED(pos != STRTAB_INVALID_POS)) { in accel_new_interned_string()
531 } while (pos != STRTAB_INVALID_POS); in accel_new_interned_string()
587 if (EXPECTED(pos != STRTAB_INVALID_POS)) { in accel_find_interned_string_ex()
594 } while (pos != STRTAB_INVALID_POS); in accel_find_interned_string_ex()
2911 STRTAB_INVALID_POS, in zend_accel_init_shm()
2915 *STRTAB_HASH_TO_SLOT(&ZCSG(interned_strings), 0) = STRTAB_INVALID_POS; in zend_accel_init_shm()

Completed in 12 milliseconds