Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_string.c78 static zend_always_inline void zend_init_interned_strings_ht(HashTable *interned_strings, bool perm… in zend_init_interned_strings_ht()
137 …terned_string_ht_lookup_ex(zend_ulong h, const char *str, size_t size, HashTable *interned_strings) in zend_interned_string_ht_lookup_ex()
156 …s_inline zend_string *zend_interned_string_ht_lookup(zend_string *str, HashTable *interned_strings) in zend_interned_string_ht_lookup()
178 …inline zend_string *zend_add_interned_string(zend_string *str, HashTable *interned_strings, uint32… in zend_add_interned_string()
H A Dzend_globals.h130 HashTable interned_strings; member
/php-src/ext/tokenizer/
H A Dtokenizer.c266 static zend_string *make_str(unsigned char *text, size_t leng, HashTable *interned_strings) { in make_str()
284 zend_class_entry *token_class, HashTable *interned_strings) { in add_token()
329 HashTable interned_strings; in tokenize() local

Completed in 9 milliseconds