Home
last modified time | relevance | path

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

/dports/lang/php73/php-7.3.33/ext/opcache/
H A Dzend_accelerator_hash.c34 accel_hash->num_entries = 0; in zend_accel_hash_clean()
36 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_clean()
50 accel_hash->num_entries = 0; in zend_accel_hash_init()
56 if (!accel_hash->hash_table) { in zend_accel_hash_init()
63 if (!accel_hash->hash_entries) { in zend_accel_hash_init()
122 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_update()
126 entry = &accel_hash->hash_entries[accel_hash->num_entries++]; in zend_accel_hash_update()
183 accel_hash, in zend_accel_hash_find()
196 accel_hash, in zend_accel_hash_find_entry()
209 accel_hash, in zend_accel_hash_str_find()
[all …]
H A Dzend_accelerator_hash.h64 void zend_accel_hash_init(zend_accel_hash *accel_hash, uint32_t hash_size);
65 void zend_accel_hash_clean(zend_accel_hash *accel_hash);
68 zend_accel_hash *accel_hash,
75 zend_accel_hash *accel_hash,
79 zend_accel_hash *accel_hash,
83 zend_accel_hash *accel_hash,
88 zend_accel_hash *accel_hash,
93 zend_accel_hash *accel_hash,
97 static inline zend_bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) in zend_accel_hash_is_full() argument
99 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_is_full()
/dports/lang/php80/php-8.0.15/ext/opcache/
H A Dzend_accelerator_hash.c34 accel_hash->num_entries = 0; in zend_accel_hash_clean()
36 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_clean()
50 accel_hash->num_entries = 0; in zend_accel_hash_init()
56 if (!accel_hash->hash_table) { in zend_accel_hash_init()
63 if (!accel_hash->hash_entries) { in zend_accel_hash_init()
122 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_update()
126 entry = &accel_hash->hash_entries[accel_hash->num_entries++]; in zend_accel_hash_update()
183 accel_hash, in zend_accel_hash_find()
196 accel_hash, in zend_accel_hash_find_entry()
209 accel_hash, in zend_accel_hash_str_find()
[all …]
H A Dzend_accelerator_hash.h64 void zend_accel_hash_init(zend_accel_hash *accel_hash, uint32_t hash_size);
65 void zend_accel_hash_clean(zend_accel_hash *accel_hash);
68 zend_accel_hash *accel_hash,
75 zend_accel_hash *accel_hash,
79 zend_accel_hash *accel_hash,
83 zend_accel_hash *accel_hash,
88 zend_accel_hash *accel_hash,
93 zend_accel_hash *accel_hash,
97 static inline zend_bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) in zend_accel_hash_is_full() argument
99 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_is_full()
/dports/lang/php74/php-7.4.27/ext/opcache/
H A Dzend_accelerator_hash.c34 accel_hash->num_entries = 0; in zend_accel_hash_clean()
36 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_clean()
50 accel_hash->num_entries = 0; in zend_accel_hash_init()
56 if (!accel_hash->hash_table) { in zend_accel_hash_init()
63 if (!accel_hash->hash_entries) { in zend_accel_hash_init()
122 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_update()
126 entry = &accel_hash->hash_entries[accel_hash->num_entries++]; in zend_accel_hash_update()
183 accel_hash, in zend_accel_hash_find()
196 accel_hash, in zend_accel_hash_find_entry()
209 accel_hash, in zend_accel_hash_str_find()
[all …]
H A Dzend_accelerator_hash.h64 void zend_accel_hash_init(zend_accel_hash *accel_hash, uint32_t hash_size);
65 void zend_accel_hash_clean(zend_accel_hash *accel_hash);
68 zend_accel_hash *accel_hash,
75 zend_accel_hash *accel_hash,
79 zend_accel_hash *accel_hash,
83 zend_accel_hash *accel_hash,
88 zend_accel_hash *accel_hash,
93 zend_accel_hash *accel_hash,
97 static inline zend_bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) in zend_accel_hash_is_full() argument
99 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_is_full()
/dports/www/php74-opcache/php-7.4.27/ext/opcache/
H A Dzend_accelerator_hash.c34 accel_hash->num_entries = 0; in zend_accel_hash_clean()
36 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_clean()
50 accel_hash->num_entries = 0; in zend_accel_hash_init()
56 if (!accel_hash->hash_table) { in zend_accel_hash_init()
63 if (!accel_hash->hash_entries) { in zend_accel_hash_init()
122 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_update()
126 entry = &accel_hash->hash_entries[accel_hash->num_entries++]; in zend_accel_hash_update()
183 accel_hash, in zend_accel_hash_find()
196 accel_hash, in zend_accel_hash_find_entry()
209 accel_hash, in zend_accel_hash_str_find()
[all …]
H A Dzend_accelerator_hash.h64 void zend_accel_hash_init(zend_accel_hash *accel_hash, uint32_t hash_size);
65 void zend_accel_hash_clean(zend_accel_hash *accel_hash);
68 zend_accel_hash *accel_hash,
75 zend_accel_hash *accel_hash,
79 zend_accel_hash *accel_hash,
83 zend_accel_hash *accel_hash,
88 zend_accel_hash *accel_hash,
93 zend_accel_hash *accel_hash,
97 static inline zend_bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) in zend_accel_hash_is_full() argument
99 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_is_full()
/dports/www/php73-opcache/php-7.3.33/ext/opcache/
H A Dzend_accelerator_hash.c34 accel_hash->num_entries = 0; in zend_accel_hash_clean()
36 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_clean()
50 accel_hash->num_entries = 0; in zend_accel_hash_init()
56 if (!accel_hash->hash_table) { in zend_accel_hash_init()
63 if (!accel_hash->hash_entries) { in zend_accel_hash_init()
122 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_update()
126 entry = &accel_hash->hash_entries[accel_hash->num_entries++]; in zend_accel_hash_update()
183 accel_hash, in zend_accel_hash_find()
196 accel_hash, in zend_accel_hash_find_entry()
209 accel_hash, in zend_accel_hash_str_find()
[all …]
H A Dzend_accelerator_hash.h64 void zend_accel_hash_init(zend_accel_hash *accel_hash, uint32_t hash_size);
65 void zend_accel_hash_clean(zend_accel_hash *accel_hash);
68 zend_accel_hash *accel_hash,
75 zend_accel_hash *accel_hash,
79 zend_accel_hash *accel_hash,
83 zend_accel_hash *accel_hash,
88 zend_accel_hash *accel_hash,
93 zend_accel_hash *accel_hash,
97 static inline zend_bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) in zend_accel_hash_is_full() argument
99 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_is_full()
/dports/www/php80-opcache/php-8.0.15/ext/opcache/
H A Dzend_accelerator_hash.c34 accel_hash->num_entries = 0; in zend_accel_hash_clean()
36 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_clean()
50 accel_hash->num_entries = 0; in zend_accel_hash_init()
56 if (!accel_hash->hash_table) { in zend_accel_hash_init()
63 if (!accel_hash->hash_entries) { in zend_accel_hash_init()
122 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_update()
126 entry = &accel_hash->hash_entries[accel_hash->num_entries++]; in zend_accel_hash_update()
183 accel_hash, in zend_accel_hash_find()
196 accel_hash, in zend_accel_hash_find_entry()
209 accel_hash, in zend_accel_hash_str_find()
[all …]
H A Dzend_accelerator_hash.h64 void zend_accel_hash_init(zend_accel_hash *accel_hash, uint32_t hash_size);
65 void zend_accel_hash_clean(zend_accel_hash *accel_hash);
68 zend_accel_hash *accel_hash,
75 zend_accel_hash *accel_hash,
79 zend_accel_hash *accel_hash,
83 zend_accel_hash *accel_hash,
88 zend_accel_hash *accel_hash,
93 zend_accel_hash *accel_hash,
97 static inline zend_bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) in zend_accel_hash_is_full() argument
99 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_is_full()
/dports/www/mod_php73/php-7.3.33/ext/opcache/
H A Dzend_accelerator_hash.c34 accel_hash->num_entries = 0; in zend_accel_hash_clean()
36 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_clean()
50 accel_hash->num_entries = 0; in zend_accel_hash_init()
56 if (!accel_hash->hash_table) { in zend_accel_hash_init()
63 if (!accel_hash->hash_entries) { in zend_accel_hash_init()
122 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_update()
126 entry = &accel_hash->hash_entries[accel_hash->num_entries++]; in zend_accel_hash_update()
183 accel_hash, in zend_accel_hash_find()
196 accel_hash, in zend_accel_hash_find_entry()
209 accel_hash, in zend_accel_hash_str_find()
[all …]
H A Dzend_accelerator_hash.h64 void zend_accel_hash_init(zend_accel_hash *accel_hash, uint32_t hash_size);
65 void zend_accel_hash_clean(zend_accel_hash *accel_hash);
68 zend_accel_hash *accel_hash,
75 zend_accel_hash *accel_hash,
79 zend_accel_hash *accel_hash,
83 zend_accel_hash *accel_hash,
88 zend_accel_hash *accel_hash,
93 zend_accel_hash *accel_hash,
97 static inline zend_bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) in zend_accel_hash_is_full() argument
99 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_is_full()
/dports/www/mod_php74/php-7.4.27/ext/opcache/
H A Dzend_accelerator_hash.c34 accel_hash->num_entries = 0; in zend_accel_hash_clean()
36 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_clean()
50 accel_hash->num_entries = 0; in zend_accel_hash_init()
56 if (!accel_hash->hash_table) { in zend_accel_hash_init()
63 if (!accel_hash->hash_entries) { in zend_accel_hash_init()
122 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_update()
126 entry = &accel_hash->hash_entries[accel_hash->num_entries++]; in zend_accel_hash_update()
183 accel_hash, in zend_accel_hash_find()
196 accel_hash, in zend_accel_hash_find_entry()
209 accel_hash, in zend_accel_hash_str_find()
[all …]
H A Dzend_accelerator_hash.h64 void zend_accel_hash_init(zend_accel_hash *accel_hash, uint32_t hash_size);
65 void zend_accel_hash_clean(zend_accel_hash *accel_hash);
68 zend_accel_hash *accel_hash,
75 zend_accel_hash *accel_hash,
79 zend_accel_hash *accel_hash,
83 zend_accel_hash *accel_hash,
88 zend_accel_hash *accel_hash,
93 zend_accel_hash *accel_hash,
97 static inline zend_bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) in zend_accel_hash_is_full() argument
99 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_is_full()
/dports/www/mod_php80/php-8.0.15/ext/opcache/
H A Dzend_accelerator_hash.c34 accel_hash->num_entries = 0; in zend_accel_hash_clean()
36 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_clean()
50 accel_hash->num_entries = 0; in zend_accel_hash_init()
56 if (!accel_hash->hash_table) { in zend_accel_hash_init()
63 if (!accel_hash->hash_entries) { in zend_accel_hash_init()
122 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_update()
126 entry = &accel_hash->hash_entries[accel_hash->num_entries++]; in zend_accel_hash_update()
183 accel_hash, in zend_accel_hash_find()
196 accel_hash, in zend_accel_hash_find_entry()
209 accel_hash, in zend_accel_hash_str_find()
[all …]
H A Dzend_accelerator_hash.h64 void zend_accel_hash_init(zend_accel_hash *accel_hash, uint32_t hash_size);
65 void zend_accel_hash_clean(zend_accel_hash *accel_hash);
68 zend_accel_hash *accel_hash,
75 zend_accel_hash *accel_hash,
79 zend_accel_hash *accel_hash,
83 zend_accel_hash *accel_hash,
88 zend_accel_hash *accel_hash,
93 zend_accel_hash *accel_hash,
97 static inline zend_bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) in zend_accel_hash_is_full() argument
99 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_is_full()
/dports/www/mod_php81/php-8.1.1/ext/opcache/
H A Dzend_accelerator_hash.c34 accel_hash->num_entries = 0; in zend_accel_hash_clean()
35 accel_hash->num_direct_entries = 0; in zend_accel_hash_clean()
36 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_clean()
50 accel_hash->num_entries = 0; in zend_accel_hash_init()
51 accel_hash->num_direct_entries = 0; in zend_accel_hash_init()
56 if (!accel_hash->hash_table) { in zend_accel_hash_init()
63 if (!accel_hash->hash_entries) { in zend_accel_hash_init()
67 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_init()
121 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_update()
125 entry = &accel_hash->hash_entries[accel_hash->num_entries++]; in zend_accel_hash_update()
[all …]
H A Dzend_accelerator_hash.h63 void zend_accel_hash_init(zend_accel_hash *accel_hash, uint32_t hash_size);
64 void zend_accel_hash_clean(zend_accel_hash *accel_hash);
67 zend_accel_hash *accel_hash,
73 zend_accel_hash *accel_hash,
77 zend_accel_hash *accel_hash,
81 zend_accel_hash *accel_hash,
84 static inline bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) in zend_accel_hash_is_full() argument
86 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_is_full()
/dports/lang/php81/php-8.1.1/ext/opcache/
H A Dzend_accelerator_hash.c34 accel_hash->num_entries = 0; in zend_accel_hash_clean()
35 accel_hash->num_direct_entries = 0; in zend_accel_hash_clean()
36 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_clean()
50 accel_hash->num_entries = 0; in zend_accel_hash_init()
51 accel_hash->num_direct_entries = 0; in zend_accel_hash_init()
56 if (!accel_hash->hash_table) { in zend_accel_hash_init()
63 if (!accel_hash->hash_entries) { in zend_accel_hash_init()
67 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_init()
121 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_update()
125 entry = &accel_hash->hash_entries[accel_hash->num_entries++]; in zend_accel_hash_update()
[all …]
H A Dzend_accelerator_hash.h63 void zend_accel_hash_init(zend_accel_hash *accel_hash, uint32_t hash_size);
64 void zend_accel_hash_clean(zend_accel_hash *accel_hash);
67 zend_accel_hash *accel_hash,
73 zend_accel_hash *accel_hash,
77 zend_accel_hash *accel_hash,
81 zend_accel_hash *accel_hash,
84 static inline bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) in zend_accel_hash_is_full() argument
86 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_is_full()
/dports/www/php81-opcache/php-8.1.1/ext/opcache/
H A Dzend_accelerator_hash.c34 accel_hash->num_entries = 0; in zend_accel_hash_clean()
35 accel_hash->num_direct_entries = 0; in zend_accel_hash_clean()
36 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_clean()
50 accel_hash->num_entries = 0; in zend_accel_hash_init()
51 accel_hash->num_direct_entries = 0; in zend_accel_hash_init()
56 if (!accel_hash->hash_table) { in zend_accel_hash_init()
63 if (!accel_hash->hash_entries) { in zend_accel_hash_init()
67 memset(accel_hash->hash_table, 0, sizeof(zend_accel_hash_entry *)*accel_hash->max_num_entries); in zend_accel_hash_init()
121 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_update()
125 entry = &accel_hash->hash_entries[accel_hash->num_entries++]; in zend_accel_hash_update()
[all …]
H A Dzend_accelerator_hash.h63 void zend_accel_hash_init(zend_accel_hash *accel_hash, uint32_t hash_size);
64 void zend_accel_hash_clean(zend_accel_hash *accel_hash);
67 zend_accel_hash *accel_hash,
73 zend_accel_hash *accel_hash,
77 zend_accel_hash *accel_hash,
81 zend_accel_hash *accel_hash,
84 static inline bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) in zend_accel_hash_is_full() argument
86 if (accel_hash->num_entries == accel_hash->max_num_entries) { in zend_accel_hash_is_full()