Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ts_hash.h31 } TsHashTable; typedef
39 ZEND_API void zend_ts_hash_destroy(TsHashTable *ht);
40 ZEND_API void zend_ts_hash_clean(TsHashTable *ht);
55 ZEND_API void zend_ts_hash_graceful_destroy(TsHashTable *ht);
72 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCon…
74 ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCo…
77 ZEND_API int zend_ts_hash_compare(TsHashTable *ht1, TsHashTable *ht2, compare_func_t compar, zend_b…
80 ZEND_API int zend_ts_hash_num_elements(TsHashTable *ht);
82 ZEND_API int zend_ts_hash_rehash(TsHashTable *ht);
86 void zend_ts_hash_display_pListTail(TsHashTable *ht);
[all …]
H A Dzend_ts_hash.c23 static void begin_read(TsHashTable *ht) in begin_read()
34 static void end_read(TsHashTable *ht) in end_read()
45 static void begin_write(TsHashTable *ht) in begin_write()
52 static void end_write(TsHashTable *ht) in end_write()
70 ZEND_API void zend_ts_hash_destroy(TsHashTable *ht) in zend_ts_hash_destroy()
82 ZEND_API void zend_ts_hash_clean(TsHashTable *ht) in zend_ts_hash_clean()
233 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCon… in zend_ts_hash_copy()
249 ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCo… in zend_ts_hash_merge()
278 ZEND_API int zend_ts_hash_compare(TsHashTable *ht1, TsHashTable *ht2, compare_func_t compar, zend_b… in zend_ts_hash_compare()
302 ZEND_API int zend_ts_hash_num_elements(TsHashTable *ht) in zend_ts_hash_num_elements()
[all …]

Completed in 6 milliseconds