/PHP-5.5/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 264 static inline ulong zend_inline_hash_func(const char *arKey, uint nKeyLength) in zend_inline_hash_func() 358 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 | 101 ZEND_API ulong zend_hash_func(const char *arKey, uint nKeyLength) in zend_hash_func() 195 ZEND_API int _zend_hash_add_or_update(HashTable *ht, const char *arKey, uint nKeyLength, void *pDat… in _zend_hash_add_or_update() 278 ZEND_API int _zend_hash_quick_add_or_update(HashTable *ht, const char *arKey, uint nKeyLength, ulon… in _zend_hash_quick_add_or_update() 359 ZEND_API int zend_hash_add_empty_element(HashTable *ht, const char *arKey, uint nKeyLength) in zend_hash_add_empty_element() 486 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() 903 ZEND_API ulong zend_get_hash_value(const char *arKey, uint nKeyLength) in zend_get_hash_value() 913 ZEND_API int zend_hash_find(const HashTable *ht, const char *arKey, uint nKeyLength, void **pData) in zend_hash_find() 937 ZEND_API int zend_hash_quick_find(const HashTable *ht, const char *arKey, uint nKeyLength, ulong h,… in zend_hash_quick_find() 963 ZEND_API int zend_hash_exists(const HashTable *ht, const char *arKey, uint nKeyLength) in zend_hash_exists() 986 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 | 82 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 | 3881 …it_method(zend_class_entry *ce, const char *name, const char *arKey, uint nKeyLength, zend_functio… in zend_add_trait_method()
|
/PHP-5.5/ext/phar/ |
H A D | dirstream.c | 152 static int phar_add_empty(HashTable *ht, char *arKey, uint nKeyLength) /* {{{ */ in phar_add_empty()
|
/PHP-5.5/ext/spl/ |
H A D | spl_iterators.c | 2813 uint nKeyLength; in SPL_METHOD() local 2838 uint nKeyLength; in SPL_METHOD() local 2867 uint nKeyLength; in SPL_METHOD() local 2890 uint nKeyLength; in SPL_METHOD() local
|
/PHP-5.5/ext/opcache/ |
H A D | ZendAccelerator.c | 308 const char *accel_new_interned_string(const char *arKey, int nKeyLength, int free_src TSRMLS_DC) in accel_new_interned_string()
|