Home
last modified time | relevance | path

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

123

/PHP-7.4/Zend/
H A Dzend_API.c1326 zend_long h; in object_properties_load() local
H A Dzend_alloc.c2708 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2715 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2721 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2732 zend_ulong h; local
H A Dzend_execute_API.c1586 zend_ulong h = zend_string_hash_val(name); in zend_set_local_var() local
1629 zend_ulong h = zend_hash_func(name, len); in zend_set_local_var_str() local
H A Dzend_hash.c619 zend_ulong h; in zend_hash_find_bucket() local
703 zend_ulong h; in _zend_hash_add_or_update_i() local
908 zend_ulong h = zend_hash_func(str, len); in zend_hash_str_update() local
915 zend_ulong h = zend_hash_func(str, len); in zend_hash_str_update_ind() local
1340 zend_ulong h; in zend_hash_del() local
1370 zend_ulong h; in zend_hash_del_ind() local
1418 zend_ulong h; in zend_hash_str_del_ind() local
1462 zend_ulong h; in zend_hash_str_del() local
2237 zend_ulong h; in zend_hash_str_find() local
2432 zend_ulong h; in zend_hash_bucket_swap() local
[all …]
H A Dzend_hash.h91 zend_ulong h; member
222 static zend_always_inline zend_bool zend_hash_index_exists(const HashTable *ht, zend_ulong h) in zend_hash_index_exists()
732 static zend_always_inline void *zend_hash_index_add_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_add_ptr()
741 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()
750 static zend_always_inline void *zend_hash_index_update_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_update_ptr()
760 static zend_always_inline void *zend_hash_index_add_mem(HashTable *ht, zend_ulong h, void *pData, s… in zend_hash_index_add_mem()
787 static zend_always_inline void *zend_hash_index_update_mem(HashTable *ht, zend_ulong h, void *pData… in zend_hash_index_update_mem()
848 static zend_always_inline void *zend_hash_index_find_ptr(const HashTable *ht, zend_ulong h) in zend_hash_index_find_ptr()
861 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.h38 #define ZEND_OBJECTS_STORE_ADD_TO_FREE_LIST(h) do { \ argument
H A Dzend_portability.h157 # define DL_FETCH_SYMBOL(h,s) dlsym((h), "_" s) argument
H A Dzend_string.c122 static zend_always_inline zend_string *zend_interned_string_ht_lookup_ex(zend_ulong h, const char *… in zend_interned_string_ht_lookup_ex()
145 zend_ulong h = ZSTR_H(str); in zend_interned_string_ht_lookup() local
202 zend_ulong h = ZSTR_H(str); in zend_new_interned_string_permanent() local
243 zend_ulong h = ZSTR_H(str); in zend_new_interned_string_request() local
257 zend_ulong h = zend_inline_hash_func(str, size); in zend_string_init_interned_permanent() local
273 zend_ulong h = zend_inline_hash_func(str, size); in zend_string_init_interned_request() local
H A Dzend_ts_hash.c123 ZEND_API zval *zend_ts_hash_index_update(TsHashTable *ht, zend_ulong h, zval *pData) in zend_ts_hash_index_update()
200 ZEND_API int zend_ts_hash_index_del(TsHashTable *ht, zend_ulong h) in zend_ts_hash_index_del()
222 ZEND_API zval *zend_ts_hash_index_find(TsHashTable *ht, zend_ulong h) in zend_ts_hash_index_find()
H A Dzend_ts_hash.h125 static zend_always_inline int zend_ts_hash_index_exists(TsHashTable *ht, zend_ulong h) in zend_ts_hash_index_exists()
H A Dzend_types.h237 zend_ulong h; /* hash value */ member
244 zend_ulong h; /* hash value (or numeric index) */ member
862 #define ZVAL_NEW_RES(z, h, p, t) do { \ argument
876 #define ZVAL_NEW_PERSISTENT_RES(z, h, p, t) do { \ argument
H A Dzend_virtual_cwd.c326 register zend_ulong h; in realpath_cache_key() local
350 register zend_ulong h; in realpath_cache_key() local
/PHP-7.4/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.c376 static timelib_sll timelib_meridian(char **ptr, timelib_sll h) in timelib_meridian()
403 static timelib_sll timelib_meridian_with_check(char **ptr, timelib_sll h) in timelib_meridian_with_check()
H A Dtimelib.c185 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms()
198 void timelib_hms_to_decimal_hour(int hour, int min, int sec, double *h) in timelib_hms_to_decimal_hour()
H A Dtimelib.h180 timelib_sll h, i, s; /* Hours, mInutes and Seconds */ member
208 timelib_sll h, i, s; /* Hour, mInute, Second */ member
/PHP-7.4/ext/date/
H A Dphp_date.c3603 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()
3623 zend_long h, i, s = 0, ms = 0; in PHP_FUNCTION() local
3641 zend_long h, i, s = 0, ms = 0; in PHP_METHOD() local
/PHP-7.4/ext/dba/libcdb/
H A Dcdb.c70 uint32 h; in cdb_hash() local
H A Dcdb_make.c76 int cdb_make_addend(struct cdb_make *c, unsigned int keylen, unsigned int datalen, uint32 h) in cdb_make_addend()
H A Dcdb_make.h30 uint32 h; member
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c2321 int quad = 0, h; in check_format_type() local
3194 uint32_t h[2 + MAGIC_SETS]; in apprentice_compile() member
H A Dcdf.c184 cdf_swap_header(cdf_header_t *h) in cdf_swap_header()
215 cdf_unpack_header(cdf_header_t *h, char *buf) in cdf_unpack_header()
355 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header()
389 const cdf_header_t *h, cdf_secid_t id) in cdf_read_sector()
398 size_t len, const cdf_header_t *h, cdf_secid_t id) in cdf_read_short_sector()
594 cdf_read_short_sector_chain(const cdf_header_t *h, in cdf_read_short_sector_chain()
649 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir()
704 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat()
1295 cdf_dump_header(const cdf_header_t *h) in cdf_dump_header()
1370 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir()
[all …]
H A Dcdf.h80 #define CDF_SEC_SIZE(h) CAST(size_t, 1 << (h)->h_sec_size_p2) argument
81 #define CDF_SEC_POS(h, secid) (CDF_SEC_SIZE(h) + (secid) * CDF_SEC_SIZE(h)) argument
82 #define CDF_SHORT_SEC_SIZE(h) CAST(size_t, 1 << (h)->h_short_sec_size_p2) argument
83 #define CDF_SHORT_SEC_POS(h, secid) ((secid) * CDF_SHORT_SEC_SIZE(h)) argument
H A Dfile.h165 uint16_t h; member
H A Dreadcdf.c257 cdf_file_catalog(struct magic_set *ms, const cdf_header_t *h, in cdf_file_catalog()
288 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h, in cdf_file_summary_info()
361 const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, in cdf_file_catalog_info()
379 const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, in cdf_check_summary_info()
538 cdf_header_t h; in file_trycdf() local

Completed in 125 milliseconds

123