Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_ts_hash.h33 } TsHashTable; typedef
42 ZEND_API void zend_ts_hash_destroy(TsHashTable *ht);
43 ZEND_API void zend_ts_hash_clean(TsHashTable *ht);
72 ZEND_API void zend_ts_hash_graceful_destroy(TsHashTable *ht);
99 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCon…
101 ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCo…
104 ZEND_API int zend_ts_hash_compare(TsHashTable *ht1, TsHashTable *ht2, compare_func_t compar, zend_b…
107 ZEND_API int zend_ts_hash_num_elements(TsHashTable *ht);
109 ZEND_API int zend_ts_hash_rehash(TsHashTable *ht);
115 void zend_ts_hash_display_pListTail(TsHashTable *ht);
[all …]
H A Dzend_ts_hash.c25 static void begin_read(TsHashTable *ht) in begin_read()
36 static void end_read(TsHashTable *ht) in end_read()
47 static void begin_write(TsHashTable *ht) in begin_write()
54 static void end_write(TsHashTable *ht) in end_write()
82 ZEND_API void zend_ts_hash_destroy(TsHashTable *ht) in zend_ts_hash_destroy()
94 ZEND_API void zend_ts_hash_clean(TsHashTable *ht) in zend_ts_hash_clean()
267 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCon… in zend_ts_hash_copy()
312 ZEND_API int zend_ts_hash_compare(TsHashTable *ht1, TsHashTable *ht2, compare_func_t compar, zend_b… in zend_ts_hash_compare()
347 ZEND_API int zend_ts_hash_rehash(TsHashTable *ht) in zend_ts_hash_rehash()
359 void zend_ts_hash_display_pListTail(TsHashTable *ht) in zend_ts_hash_display_pListTail()
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h72 TsHashTable php_com_typelibraries;
H A Dcom_extension.c35 TsHashTable php_com_typelibraries;

Completed in 12 milliseconds