/PHP-7.2/ext/zip/lib/ |
H A D | zip_source_win32handle.c | 51 zip_source_win32handle(zip_t *za, HANDLE h, zip_uint64_t start, zip_int64_t len) in zip_source_win32handle() 61 zip_source_win32handle_create(HANDLE h, zip_uint64_t start, zip_int64_t length, zip_error_t *error) in zip_source_win32handle_create() 73 _zip_source_win32_handle_or_name(const void *fname, HANDLE h, zip_uint64_t start, zip_int64_t len, … in _zip_source_win32_handle_or_name() 337 HANDLE h; in _win32_read_file() local 474 _zip_seek_win32_u(HANDLE h, zip_uint64_t offset, int whence, zip_error_t *error) in _zip_seek_win32_u() 485 _zip_seek_win32(HANDLE h, zip_int64_t offset, int whence, zip_error_t *error) in _zip_seek_win32() 543 _zip_stat_win32(HANDLE h, zip_stat_t *st, _zip_source_win32_read_file_t *ctx) in _zip_stat_win32()
|
H A D | zipwin32.h | 52 void *h; /* HANDLE for file to read from */ member
|
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | cdf.c | 205 cdf_swap_header(cdf_header_t *h) in cdf_swap_header() 234 cdf_unpack_header(cdf_header_t *h, char *buf) in cdf_unpack_header() 372 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header() 406 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() 611 cdf_read_short_sector_chain(const cdf_header_t *h, in cdf_read_short_sector_chain() 666 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() 1310 cdf_dump_header(const cdf_header_t *h) in cdf_dump_header() 1385 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir() [all …]
|
H A D | readcdf.c | 258 cdf_file_catalog(struct magic_set *ms, const cdf_header_t *h, in cdf_file_catalog() 289 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h, in cdf_file_summary_info() 362 const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, in cdf_file_catalog_info() 380 const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, in cdf_check_summary_info() 537 cdf_header_t h; in file_trycdf() local
|
H A D | cdf.h | 82 #define CDF_SEC_SIZE(h) ((size_t)(1 << (h)->h_sec_size_p2)) argument 83 #define CDF_SEC_POS(h, secid) (CDF_SEC_SIZE(h) + (secid) * CDF_SEC_SIZE(h)) argument 84 #define CDF_SHORT_SEC_SIZE(h) ((size_t)(1 << (h)->h_short_sec_size_p2)) argument 85 #define CDF_SHORT_SEC_POS(h, secid) ((secid) * CDF_SHORT_SEC_SIZE(h)) argument
|
/PHP-7.2/Zend/ |
H A D | zend_hash.c | 474 zend_ulong h; in zend_hash_find_bucket() local 543 zend_ulong h; in _zend_hash_add_or_update_i() local 1033 zend_ulong h; in zend_hash_del() local 1064 zend_ulong h; in zend_hash_del_ind() local 1113 zend_ulong h; in zend_hash_str_del_ind() local 1157 zend_ulong h; in zend_hash_str_del() local 1185 ZEND_API int ZEND_FASTCALL zend_hash_index_del(HashTable *ht, zend_ulong h) in zend_hash_index_del() 1965 zend_ulong h; in zend_hash_str_find() local 1987 zend_ulong h; in zend_hash_str_exists() local 2206 zend_ulong h; in zend_hash_bucket_swap() local [all …]
|
H A D | zend_ts_hash.c | 113 ZEND_API zval *_zend_ts_hash_index_add_or_update(TsHashTable *ht, zend_ulong h, zval *pData, int fl… in _zend_ts_hash_index_add_or_update() 190 ZEND_API int zend_ts_hash_index_del(TsHashTable *ht, zend_ulong h) in zend_ts_hash_index_del() 212 ZEND_API zval *zend_ts_hash_index_find(TsHashTable *ht, zend_ulong h) in zend_ts_hash_index_find() 234 ZEND_API int zend_ts_hash_index_exists(TsHashTable *ht, zend_ulong h) in zend_ts_hash_index_exists()
|
H A D | zend_hash.h | 62 zend_ulong h; member 121 #define zend_hash_index_add(ht, h, pData) \ argument 123 #define zend_hash_index_add_new(ht, h, pData) \ argument 125 #define zend_hash_index_update(ht, h, pData) \ argument 655 static zend_always_inline void *zend_hash_index_add_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_add_ptr() 664 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() 673 static zend_always_inline void *zend_hash_index_update_ptr(HashTable *ht, zend_ulong h, void *pData) in zend_hash_index_update_ptr() 687 static zend_always_inline void *zend_hash_index_add_mem(HashTable *ht, zend_ulong h, void *pData, s… in zend_hash_index_add_mem() 714 static zend_always_inline void *zend_hash_index_update_mem(HashTable *ht, zend_ulong h, void *pData… in zend_hash_index_update_mem() 762 static zend_always_inline void *zend_hash_index_find_ptr(const HashTable *ht, zend_ulong h) in zend_hash_index_find_ptr() [all …]
|
H A D | zend_string.c | 111 zend_ulong h; in zend_interned_string_ht_lookup() local
|
/PHP-7.2/ext/hash/ |
H A D | hash_gost.c | 38 #define R(tables, key, h, i, t, l, r) \ argument 156 #define SHIFT16(h, v, u) \ argument 167 #define SHIFT61(h, v) \ argument 213 uint32_t l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost() local
|
/PHP-7.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 | 48 char h[8]; in gdImageCreateFromXbm() local
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_break.c | 31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
|
H A D | phpdbg_set.c | 30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
|
/PHP-7.2/ext/date/lib/ |
H A D | timelib.c | 185 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()
|
/PHP-7.2/main/ |
H A D | fastcgi.c | 258 static void fcgi_hash_init(fcgi_hash *h) in fcgi_hash_init() 271 static void fcgi_hash_destroy(fcgi_hash *h) in fcgi_hash_destroy() 290 static void fcgi_hash_clean(fcgi_hash *h) in fcgi_hash_clean() 312 static inline char* fcgi_hash_strndup(fcgi_hash *h, char *str, unsigned int str_len) in fcgi_hash_strndup() 332 static char* fcgi_hash_set(fcgi_hash *h, unsigned int hash_value, char *var, unsigned int var_len, … in fcgi_hash_set() 369 static void fcgi_hash_del(fcgi_hash *h, unsigned int hash_value, char *var, unsigned int var_len) in fcgi_hash_del() 388 static char *fcgi_hash_get(fcgi_hash *h, unsigned int hash_value, char *var, unsigned int var_len, … in fcgi_hash_get() 405 static void fcgi_hash_apply(fcgi_hash *h, fcgi_apply_func func, void *arg) in fcgi_hash_apply()
|
H A D | output.c | 720 PHPAPI void php_output_handler_free(php_output_handler **h) in php_output_handler_free() 1088 static int php_output_stack_apply_op(void *h, void *c) in php_output_stack_apply_op() 1136 static int php_output_stack_apply_clean(void *h, void *c) in php_output_stack_apply_clean() 1150 static int php_output_stack_apply_list(void *h, void *z) in php_output_stack_apply_list() 1162 static int php_output_stack_apply_status(void *h, void *z) in php_output_stack_apply_status()
|
/PHP-7.2/ext/dba/libcdb/ |
H A D | cdb_make.h | 32 uint32 h; member
|
H A D | cdb.c | 70 uint32 h; in cdb_hash() local
|
H A D | cdb_make.c | 76 int cdb_make_addend(struct cdb_make *c, unsigned int keylen, unsigned int datalen, uint32 h) in cdb_make_addend()
|
/PHP-7.2/sapi/fpm/fpm/ |
H A D | fpm_log.c | 297 sapi_header_struct *h; in fpm_log_write() local
|
/PHP-7.2/ext/session/ |
H A D | mod_mm.c | 73 uint32_t h; in ps_sd_hash() local 249 int h; in ps_mm_destroy() local
|
/PHP-7.2/ext/opcache/ |
H A D | shared_alloc_win32.c | 44 HANDLE h; in zend_win_error_message() local
|