/PHP-5.6/Zend/ |
H A D | zend_hash.h | 57 uint nKeyLength; member 88 uint nKeyLength; member 109 #define zend_hash_update(ht, arKey, nKeyLength, pData, nDataSize, pDest) \ argument 111 #define zend_hash_add(ht, arKey, nKeyLength, pData, nDataSize, pDest) \ argument 115 #define zend_hash_quick_update(ht, arKey, nKeyLength, h, pData, nDataSize, pDest) \ argument 117 #define zend_hash_quick_add(ht, arKey, nKeyLength, h, pData, nDataSize, pDest) \ argument 154 #define zend_hash_del(ht, arKey, nKeyLength) \ argument 156 #define zend_hash_quick_del(ht, arKey, nKeyLength, h) \ argument 269 static inline ulong zend_inline_hash_func(const char *arKey, uint nKeyLength) in zend_inline_hash_func() 363 static inline int zend_symtable_del(HashTable *ht, const char *arKey, uint nKeyLength) in zend_symtable_del() [all …]
|
H A D | zend_ts_hash.h | 53 #define zend_ts_hash_update(ht, arKey, nKeyLength, pData, nDataSize, pDest) \ argument 55 #define zend_ts_hash_add(ht, arKey, nKeyLength, pData, nDataSize, pDest) \ argument 59 #define zend_ts_hash_quick_update(ht, arKey, nKeyLength, h, pData, nDataSize, pDest) \ argument 61 #define zend_ts_hash_quick_add(ht, arKey, nKeyLength, h, pData, nDataSize, pDest) \ argument 82 #define zend_ts_hash_del(ht, arKey, nKeyLength) \ argument
|
H A D | zend_ts_hash.c | 102 ZEND_API int _zend_ts_hash_add_or_update(TsHashTable *ht, char *arKey, uint nKeyLength, void *pData… in _zend_ts_hash_add_or_update() 113 ZEND_API int _zend_ts_hash_quick_add_or_update(TsHashTable *ht, char *arKey, uint nKeyLength, ulong… in _zend_ts_hash_quick_add_or_update() 135 ZEND_API int zend_ts_hash_add_empty_element(TsHashTable *ht, char *arKey, uint nKeyLength) in zend_ts_hash_add_empty_element() 190 ZEND_API int zend_ts_hash_del_key_or_index(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, … in zend_ts_hash_del_key_or_index() 201 ZEND_API ulong zend_ts_get_hash_value(TsHashTable *ht, char *arKey, uint nKeyLength) in zend_ts_get_hash_value() 212 ZEND_API int zend_ts_hash_find(TsHashTable *ht, char *arKey, uint nKeyLength, void **pData) in zend_ts_hash_find() 223 ZEND_API int zend_ts_hash_quick_find(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, void *… in zend_ts_hash_quick_find() 245 ZEND_API int zend_ts_hash_exists(TsHashTable *ht, char *arKey, uint nKeyLength) in zend_ts_hash_exists()
|
H A D | zend_hash.c | 107 ZEND_API ulong zend_hash_func(const char *arKey, uint nKeyLength) in zend_hash_func() 242 ZEND_API int _zend_hash_add_or_update(HashTable *ht, const char *arKey, uint nKeyLength, void *pDat… in _zend_hash_add_or_update() 308 ZEND_API int _zend_hash_quick_add_or_update(HashTable *ht, const char *arKey, uint nKeyLength, ulon… in _zend_hash_quick_add_or_update() 375 ZEND_API int zend_hash_add_empty_element(HashTable *ht, const char *arKey, uint nKeyLength) in zend_hash_add_empty_element() 508 ZEND_API int zend_hash_del_key_or_index(HashTable *ht, const char *arKey, uint nKeyLength, ulong h,… in zend_hash_del_key_or_index() 838 ZEND_API int zend_hash_find(const HashTable *ht, const char *arKey, uint nKeyLength, void **pData) in zend_hash_find() 862 ZEND_API int zend_hash_quick_find(const HashTable *ht, const char *arKey, uint nKeyLength, ulong h,… in zend_hash_quick_find() 886 ZEND_API int zend_hash_exists(const HashTable *ht, const char *arKey, uint nKeyLength) in zend_hash_exists() 909 ZEND_API int zend_hash_quick_exists(const HashTable *ht, const char *arKey, uint nKeyLength, ulong … in zend_hash_quick_exists()
|
H A D | zend_string.c | 84 static const char *zend_new_interned_string_int(const char *arKey, int nKeyLength, int free_src TSR… in zend_new_interned_string_int()
|
H A D | zend_compile.c | 4024 …it_method(zend_class_entry *ce, const char *name, const char *arKey, uint nKeyLength, zend_functio… in zend_add_trait_method()
|
/PHP-5.6/ext/phar/ |
H A D | dirstream.c | 144 static int phar_add_empty(HashTable *ht, char *arKey, uint nKeyLength) /* {{{ */ in phar_add_empty()
|
/PHP-5.6/ext/spl/ |
H A D | spl_iterators.c | 2894 uint nKeyLength; in SPL_METHOD() local 2919 uint nKeyLength; in SPL_METHOD() local 2948 uint nKeyLength; in SPL_METHOD() local 2971 uint nKeyLength; in SPL_METHOD() local
|
/PHP-5.6/ext/opcache/ |
H A D | ZendAccelerator.c | 312 const char *accel_new_interned_string(const char *arKey, int nKeyLength, int free_src TSRMLS_DC) in accel_new_interned_string()
|