Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 84) sorted by path

1234

/php-src/Zend/
H A Dzend_API.c1721 zend_long h; in object_properties_load() local
H A Dzend_alloc.c2411 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2454 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2785 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2792 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2865 zend_ulong h; local
H A Dzend_execute_API.c1884 zend_ulong h = zend_string_hash_val(name); in zend_set_local_var() local
1927 zend_ulong h = zend_hash_func(name, len); in zend_set_local_var_str() local
H A Dzend_hash.c814 zend_ulong h; in _zend_hash_add_or_update_i() local
1028 zend_ulong h = zend_hash_func(str, len); in zend_hash_str_update() local
1035 zend_ulong h = zend_hash_func(str, len); in zend_hash_str_update_ind() local
1042 zend_ulong h = zend_hash_func(str, len); in zend_hash_str_add() local
1531 zend_ulong h; in zend_hash_del() local
1563 zend_ulong h; in zend_hash_del_ind() local
1613 zend_ulong h; in zend_hash_str_del_ind() local
1658 zend_ulong h; in zend_hash_str_del() local
2683 zend_ulong h; in zend_hash_str_find() local
2928 zend_ulong h; in zend_hash_bucket_swap() local
[all …]
H A Dzend_hash.h95 zend_ulong h; member
242 static zend_always_inline bool zend_hash_index_exists(const HashTable *ht, zend_ulong h) in zend_hash_index_exists()
788 static zend_always_inline void *zend_hash_index_add_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_add_ptr()
797 static zend_always_inline void *zend_hash_index_add_new_ptr(HashTable *ht, zend_ulong h, void *pDat… in zend_hash_index_add_new_ptr()
806 static zend_always_inline void *zend_hash_index_update_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_update_ptr()
816 static zend_always_inline void *zend_hash_index_add_mem(HashTable *ht, zend_ulong h, void *pData, s… in zend_hash_index_add_mem()
843 static zend_always_inline void *zend_hash_index_update_mem(HashTable *ht, zend_ulong h, void *pData… in zend_hash_index_update_mem()
912 static zend_always_inline void *zend_hash_index_find_ptr(const HashTable *ht, zend_ulong h) in zend_hash_index_find_ptr()
925 static zend_always_inline zval *zend_hash_index_find_deref(HashTable *ht, zend_ulong h) in zend_hash_index_find_deref()
H A Dzend_objects_API.h40 #define ZEND_OBJECTS_STORE_ADD_TO_FREE_LIST(h) do { \ argument
H A Dzend_portability.h171 # define DL_FETCH_SYMBOL(h,s) dlsym((h), "_" s) argument
H A Dzend_string.c137 static zend_always_inline zend_string *zend_interned_string_ht_lookup_ex(zend_ulong h, const char *… in zend_interned_string_ht_lookup_ex()
158 zend_ulong h = ZSTR_H(str); in zend_interned_string_ht_lookup() local
201 zend_ulong h = ZSTR_H(str); in zend_init_string_for_interning() local
275 zend_ulong h = zend_inline_hash_func(str, size); in zend_string_init_interned_permanent() local
290 zend_ulong h = zend_inline_hash_func(str, size); in zend_string_init_existing_interned_permanent() local
305 zend_ulong h = zend_inline_hash_func(str, size); in zend_string_init_interned_request() local
334 zend_ulong h = zend_inline_hash_func(str, size); in zend_string_init_existing_interned_request() local
H A Dzend_types.h375 zend_ulong h; /* hash value */ member
382 zend_ulong h; /* hash value (or numeric index) */ member
1146 #define ZVAL_NEW_RES(z, h, p, t) do { \ argument
1160 #define ZVAL_NEW_PERSISTENT_RES(z, h, p, t) do { \ argument
H A Dzend_virtual_cwd.c320 zend_ulong h; in realpath_cache_key() local
344 zend_ulong h; in realpath_cache_key() local
H A Dzend_weakrefs.c499 zend_ulong h; in zend_weakmap_get_key_entry_gc() local
/php-src/ext/date/lib/
H A Ddow.c195 int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s) in timelib_valid_time()
H A Dparse_date.c406 static timelib_sll timelib_meridian(const char **ptr, timelib_sll h) in timelib_meridian()
433 static timelib_sll timelib_meridian_with_check(const char **ptr, timelib_sll h) in timelib_meridian_with_check()
H A Dtimelib.c188 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms()
209 void timelib_hms_to_decimal_hour(int hour, int min, int sec, double *h) in timelib_hms_to_decimal_hour()
218 void timelib_hmsf_to_decimal_hour(int hour, int min, int sec, int us, double *h) in timelib_hmsf_to_decimal_hour()
227 timelib_sll timelib_hms_to_seconds(timelib_sll h, timelib_sll m, timelib_sll s) in timelib_hms_to_seconds()
H A Dtimelib.h225 timelib_sll h, i, s; /* Hours, mInutes and Seconds */ member
253 timelib_sll h, i, s; /* Hour, mInute, Second */ member
/php-src/ext/date/
H A Dphp_date.c3668 static void php_date_time_set(zval *object, zend_long h, zend_long i, zend_long s, zend_long ms, zv… in php_date_time_set()
3686 zend_long h, i, s = 0, ms = 0; in PHP_FUNCTION() local
3702 zend_long h, i, s = 0, ms = 0; in PHP_METHOD() local
/php-src/ext/dba/libcdb/
H A Dcdb.c68 uint32 h; in cdb_hash() local
H A Dcdb_make.c74 int cdb_make_addend(struct cdb_make *c, unsigned int keylen, unsigned int datalen, uint32 h) in cdb_make_addend()
H A Dcdb_make.h28 uint32 h; member
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddiyfp.h32 #define lexbor_uint64_hl(h, l) (((uint64_t) (h) << 32) + (l)) argument
204 uint64_t l, h; in lexbor_diyfp_mul() local
/php-src/ext/dom/lexbor/lexbor/css/
H A Dvalue.h172 lxb_css_value_hue_t h; member
192 lxb_css_value_hue_t h; member
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c2538 int quad = 0, h; in check_format_type() local
3363 uint32_t h[2 + MAGIC_SETS]; in apprentice_compile() member
H A Dcdf.c196 cdf_swap_header(cdf_header_t *h) in cdf_swap_header()
227 cdf_unpack_header(cdf_header_t *h, char *buf) in cdf_unpack_header()
367 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header()
401 const cdf_header_t *h, cdf_secid_t id) in cdf_read_sector()
416 size_t len, const cdf_header_t *h, cdf_secid_t id) in cdf_read_short_sector()
618 cdf_read_short_sector_chain(const cdf_header_t *h, in cdf_read_short_sector_chain()
673 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir()
728 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat()
1320 cdf_dump_header(const cdf_header_t *h) in cdf_dump_header()
1395 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir()
[all …]
H A Dcdf.h78 #define CDF_SEC_SIZE(h) CAST(size_t, 1 << (h)->h_sec_size_p2) argument
79 #define CDF_SEC_POS(h, secid) (CDF_SEC_SIZE(h) + (secid) * CDF_SEC_SIZE(h)) argument
80 #define CDF_SHORT_SEC_SIZE(h) CAST(size_t, 1 << (h)->h_short_sec_size_p2) argument
81 #define CDF_SHORT_SEC_POS(h, secid) ((secid) * CDF_SHORT_SEC_SIZE(h)) argument
H A Dfile.h189 uint16_t h; member

Completed in 157 milliseconds

1234