Home
last modified time | relevance | path

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

/PHP-8.0/ext/hash/
H A Dphp_hash.h57 struct _php_hashcontext_object { struct
58 const php_hash_ops *ops;
59 void *context;
61 zend_long options;
62 unsigned char *key;
64 zend_object std;

Completed in 4 milliseconds