|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <hash.h>
Data Fields | ||
| union { | ||
| lxb_char_t * long_str | ||
| lxb_char_t short_str [LEXBOR_HASH_SHORT_SIZE+1] | ||
| } | u | |
| size_t | length | |
| lexbor_hash_entry_t * | next | |
| lxb_char_t* lexbor_hash_entry::long_str |
| lexbor_hash_entry_t* lexbor_hash_entry::next |
| lxb_char_t lexbor_hash_entry::short_str[LEXBOR_HASH_SHORT_SIZE+1] |
| union { ... } lexbor_hash_entry::u |