Home
last modified time | relevance | path

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

/PHP-8.0/ext/hash/
H A Dphp_hash.h53 size_t context_size; member
151 return ecalloc(1, ops->context_size); in php_hash_alloc_context()
H A Dhash.c121 memcpy(dest_context, orig_context, hash_ops->context_size); in php_hash_copy()
237 if (pos + count * sz > hash->ops->context_size) { in php_hash_serialize_spec()
260 if (*spec == '.' && align_to(pos, max_alignment) != hash->ops->context_size) { in php_hash_serialize_spec()
284 if (pos + count * sz > hash->ops->context_size) { in php_hash_unserialize_spec()
320 if (*spec == '.' && align_to(pos, max_alignment) != hash->ops->context_size) { in php_hash_unserialize_spec()

Completed in 20 milliseconds