Home
last modified time | relevance | path

Searched defs:indirect (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/opcache/
H A Dzend_accelerator_hash.h52 bool indirect; member
H A Dzend_accelerator_hash.c74 …y* zend_accel_hash_update(zend_accel_hash *accel_hash, zend_string *key, bool indirect, void *data) in zend_accel_hash_update()
/php-src/Zend/
H A Dzend_hash.h1019 #define ZEND_HASH_FOREACH_FROM(_ht, indirect, _from) do { \ argument
1045 #define ZEND_HASH_FOREACH(_ht, indirect) ZEND_HASH_FOREACH_FROM(_ht, indirect, 0) argument
1047 #define ZEND_HASH_REVERSE_FOREACH(_ht, indirect) do { \ argument
1236 #define ZEND_HASH_MAP_FOREACH_FROM(_ht, indirect, _from) do { \ argument
1248 #define ZEND_HASH_MAP_FOREACH(_ht, indirect) ZEND_HASH_MAP_FOREACH_FROM(_ht, indirect, 0) argument
1250 #define ZEND_HASH_MAP_REVERSE_FOREACH(_ht, indirect) do { \ argument
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c2651 …s_inline bool verify_readonly_and_avis(zval *property_val, zend_property_info *info, bool indirect) in verify_readonly_and_avis()
/php-src/ext/standard/
H A Darray.c6007 Bucket** indirect; local

Completed in 52 milliseconds