Home
last modified time | relevance | path

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

/php-src/ext/dom/lexbor/lexbor/core/
H A Dhash.h18 #define LEXBOR_HASH_SHORT_SIZE 16 macro
58 lxb_char_t short_str[LEXBOR_HASH_SHORT_SIZE + 1];
163 if (entry->length <= LEXBOR_HASH_SHORT_SIZE) { in lexbor_hash_entry_str()
176 if (length <= LEXBOR_HASH_SHORT_SIZE) { in lexbor_hash_entry_str_set()
188 if (entry->length > LEXBOR_HASH_SHORT_SIZE) { in lexbor_hash_entry_str_free()
H A Dhash.c305 if (length > LEXBOR_HASH_SHORT_SIZE) { in lexbor_hash_remove_by_hash_id()
405 if (length <= LEXBOR_HASH_SHORT_SIZE) { in lexbor_hash_copy()
430 if (length <= LEXBOR_HASH_SHORT_SIZE) { in lexbor_hash_copy_lower()
457 if (length <= LEXBOR_HASH_SHORT_SIZE) { in lexbor_hash_copy_upper()

Completed in 7 milliseconds