/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | cdf.c | 188 cdf_swap_header(cdf_header_t *h) in cdf_swap_header() 219 cdf_unpack_header(cdf_header_t *h, char *buf) in cdf_unpack_header() 359 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header() 393 const cdf_header_t *h, cdf_secid_t id) in cdf_read_sector() 408 size_t len, const cdf_header_t *h, cdf_secid_t id) in cdf_read_short_sector() 610 cdf_read_short_sector_chain(const cdf_header_t *h, in cdf_read_short_sector_chain() 665 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir() 720 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat() 1311 cdf_dump_header(const cdf_header_t *h) in cdf_dump_header() 1386 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir() [all …]
|
H A D | readcdf.c | 257 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
|
H A D | cdf.h | 80 #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
|
/PHP-8.2/ext/hash/ |
H A D | php_hash_murmur.h | 21 uint32_t h; member 33 uint32_t h[4]; member 45 uint64_t h[2]; member
|
H A D | hash_gost.c | 34 #define R(tables, key, h, i, t, l, r) \ argument 152 #define SHIFT16(h, v, u) \ argument 163 #define SHIFT61(h, v) \ argument 209 uint32_t l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost() local
|
H A D | hash_murmur.c | 126 uint32_t h[4] = {0, 0, 0, 0}; in PHP_MURMUR3CFinal() local 198 uint64_t h[2] = {0, 0}; in PHP_MURMUR3FFinal() local
|
/PHP-8.2/Zend/ |
H A D | zend_string.c | 132 static zend_always_inline zend_string *zend_interned_string_ht_lookup_ex(zend_ulong h, const char *… in zend_interned_string_ht_lookup_ex() 153 zend_ulong h = ZSTR_H(str); in zend_interned_string_ht_lookup() local 210 zend_ulong h = ZSTR_H(str); in zend_new_interned_string_permanent() local 251 zend_ulong h = ZSTR_H(str); in zend_new_interned_string_request() local 265 zend_ulong h = zend_inline_hash_func(str, size); in zend_string_init_interned_permanent() local 280 zend_ulong h = zend_inline_hash_func(str, size); in zend_string_init_existing_interned_permanent() local 295 zend_ulong h = zend_inline_hash_func(str, size); in zend_string_init_interned_request() local 324 zend_ulong h = zend_inline_hash_func(str, size); in zend_string_init_existing_interned_request() local
|
H A D | zend_hash.c | 751 zend_ulong h; in _zend_hash_add_or_update_i() local 965 zend_ulong h = zend_hash_func(str, len); in zend_hash_str_update() local 972 zend_ulong h = zend_hash_func(str, len); in zend_hash_str_update_ind() local 979 zend_ulong h = zend_hash_func(str, len); in zend_hash_str_add() local 1474 zend_ulong h; in zend_hash_del() local 1506 zend_ulong h; in zend_hash_del_ind() local 1556 zend_ulong h; in zend_hash_str_del_ind() local 1601 zend_ulong h; in zend_hash_str_del() local 2581 zend_ulong h; in zend_hash_str_find() local 2826 zend_ulong h; in zend_hash_bucket_swap() local [all …]
|
/PHP-8.2/ext/date/lib/ |
H A D | timelib.c | 188 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()
|
/PHP-8.2/win32/ |
H A D | ioutil.c | 371 HANDLE h; in php_win32_ioutil_unlink_w() local 731 static size_t php_win32_ioutil_realpath_h(HANDLE *h, wchar_t **resolved) in php_win32_ioutil_realpath_h() 777 HANDLE h; in php_win32_ioutil_realpath_w_ex0() local 858 static int php_win32_ioutil_fstat_int(HANDLE h, php_win32_ioutil_stat_t *buf, const wchar_t *pathw,… in php_win32_ioutil_fstat_int() 1027 static ssize_t php_win32_ioutil_readlink_int(HANDLE h, wchar_t *buf, size_t buf_len) in php_win32_ioutil_readlink_int() 1144 HANDLE h; in php_win32_ioutil_readlink_w() local
|
/PHP-8.2/ext/opcache/jit/vtune/ |
H A D | ittnotify_config.h | 466 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \ argument 483 #define NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) { \ argument 500 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \ argument 516 #define NEW_DOMAIN_A(gptr,h,h_tail,name) { \ argument 532 #define NEW_STRING_HANDLE_W(gptr,h,h_tail,name) { \ argument 547 #define NEW_STRING_HANDLE_A(gptr,h,h_tail,name) { \ argument 562 #define NEW_COUNTER_W(gptr,h,h_tail,name,domain,type) { \ argument 579 #define NEW_COUNTER_A(gptr,h,h_tail,name,domain,type) { \ argument
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gdparttopng.c | 15 int x, y, w, h; in main() local
|
H A D | gd2time.c | 17 int x, y, w, h; in main() local
|
H A D | gd_gd2.c | 412 gdImagePtr gdImageCreateFromGd2PartPtr (int size, void *data, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2PartPtr() 422 gdImagePtr gdImageCreateFromGd2Part (FILE * inFile, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2Part() 434 gdImagePtr gdImageCreateFromGd2PartCtx (gdIOCtx * in, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2PartCtx()
|
H A D | gd_xbm.c | 46 char h[8]; in gdImageCreateFromXbm() local
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_break.c | 28 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
|
H A D | phpdbg_set.c | 28 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
|
/PHP-8.2/main/ |
H A D | fastcgi.c | 254 static void fcgi_hash_init(fcgi_hash *h) in fcgi_hash_init() 267 static void fcgi_hash_destroy(fcgi_hash *h) in fcgi_hash_destroy() 286 static void fcgi_hash_clean(fcgi_hash *h) in fcgi_hash_clean() 308 static inline char* fcgi_hash_strndup(fcgi_hash *h, char *str, unsigned int str_len) in fcgi_hash_strndup() 328 static char* fcgi_hash_set(fcgi_hash *h, unsigned int hash_value, char *var, unsigned int var_len, … in fcgi_hash_set() 365 static void fcgi_hash_del(fcgi_hash *h, unsigned int hash_value, char *var, unsigned int var_len) in fcgi_hash_del() 384 static char *fcgi_hash_get(fcgi_hash *h, unsigned int hash_value, char *var, unsigned int var_len, … in fcgi_hash_get() 401 static void fcgi_hash_apply(fcgi_hash *h, fcgi_apply_func func, void *arg) in fcgi_hash_apply()
|
H A D | output.c | 740 PHPAPI void php_output_handler_free(php_output_handler **h) in php_output_handler_free() 1102 static int php_output_stack_apply_op(void *h, void *c) in php_output_stack_apply_op() 1150 static int php_output_stack_apply_clean(void *h, void *c) in php_output_stack_apply_clean() 1164 static int php_output_stack_apply_list(void *h, void *z) in php_output_stack_apply_list() 1176 static int php_output_stack_apply_status(void *h, void *z) in php_output_stack_apply_status()
|
/PHP-8.2/ext/hash/murmur/ |
H A D | PMurHash128.c | 85 FORCE_INLINE uint32_t fmix32 ( uint32_t h ) in fmix32() 430 uint32_t h[4] = {seed, seed, seed, seed}; in PMurHash128x86() local 637 uint64_t h[2] = {seed, seed}; in PMurHash128x64() local
|
/PHP-8.2/ext/dba/libcdb/ |
H A D | cdb_make.h | 28 uint32 h; member
|
H A D | cdb.c | 68 uint32 h; in cdb_hash() local
|
H A D | cdb_make.c | 74 int cdb_make_addend(struct cdb_make *c, unsigned int keylen, unsigned int datalen, uint32 h) in cdb_make_addend()
|
/PHP-8.2/ext/session/ |
H A D | mod_mm.c | 69 uint32_t h; in ps_sd_hash() local 253 for (int h = 0; h < data->hash_max + 1; h++) { in ps_mm_destroy() local
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_log.c | 317 sapi_header_struct *h; in fpm_log_write() local
|