php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
lexbor_hash_entry Struct Reference

#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_tnext
 

Detailed Description

Definition at line 55 of file hash.h.

Field Documentation

◆ length

size_t lexbor_hash_entry::length

Definition at line 61 of file hash.h.

◆ long_str

lxb_char_t* lexbor_hash_entry::long_str

Definition at line 57 of file hash.h.

◆ next

lexbor_hash_entry_t* lexbor_hash_entry::next

Definition at line 63 of file hash.h.

◆ short_str

lxb_char_t lexbor_hash_entry::short_str[LEXBOR_HASH_SHORT_SIZE+1]

Definition at line 58 of file hash.h.

◆ [union]

union { ... } lexbor_hash_entry::u

The documentation for this struct was generated from the following file: