Home
last modified time | relevance | path

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

123

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c559 register unsigned long h; in realpath_cache_key() local
579 register unsigned long h; in realpath_cache_key() local
/PHP-5.5/Zend/
H A Dzend.h101 # define DL_FETCH_SYMBOL(h,s) dlsym((h), "_" s) argument
H A Dzend_API.c3418 ulong h = zend_get_hash_value(name, name_length+1); in zend_declare_property_ex() local
H A Dzend_builtin_functions.c1177 ulong h; in ZEND_FUNCTION() local
H A Dzend_compile.c3884 ulong h = zend_hash_func(arKey, nKeyLength); in zend_add_trait_method() local
H A Dzend_compile.h223 ulong h; member
H A Dzend_hash.c197 ulong h; in _zend_hash_add_or_update() local
278 …h_quick_add_or_update(HashTable *ht, const char *arKey, uint nKeyLength, ulong h, void *pData, uin… in _zend_hash_quick_add_or_update()
367 ZEND_API int _zend_hash_index_update_or_next_insert(HashTable *ht, ulong h, void *pData, uint nData… in _zend_hash_index_update_or_next_insert()
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()
915 ulong h; in zend_hash_find() local
937 ZEND_API int zend_hash_quick_find(const HashTable *ht, const char *arKey, uint nKeyLength, ulong h,… in zend_hash_quick_find()
965 ulong h; in zend_hash_exists() local
986 …ND_API int zend_hash_quick_exists(const HashTable *ht, const char *arKey, uint nKeyLength, ulong h) in zend_hash_quick_exists()
1012 ZEND_API int zend_hash_index_find(const HashTable *ht, ulong h, void **pData) in zend_hash_index_find()
1033 ZEND_API int zend_hash_index_exists(const HashTable *ht, ulong h) in zend_hash_index_exists()
[all …]
H A Dzend_hash.h56 ulong h; /* Used for numeric indexing */ member
89 ulong h; member
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
121 #define zend_hash_index_update(ht, h, pData, nDataSize, pDest) \ argument
156 #define zend_hash_quick_del(ht, arKey, nKeyLength, h) \ argument
158 #define zend_hash_index_del(ht, h) \ argument
189 ulong h; member
H A Dzend_object_handlers.c275 ulong h; in zend_get_property_info_quick() local
H A Dzend_operators.h467 #define Z_OBJ_HANDLER_P(zval_p, h) Z_OBJ_HANDLER(*zval_p, h) argument
482 #define Z_OBJ_HANDLER_PP(zval_p, h) Z_OBJ_HANDLER(**zval_p, h) argument
H A Dzend_string.c85 ulong h; in zend_new_interned_string_int() local
H A Dzend_ts_hash.c113 …_hash_quick_add_or_update(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, void *pData, uin… in _zend_ts_hash_quick_add_or_update()
124 ZEND_API int _zend_ts_hash_index_update_or_next_insert(TsHashTable *ht, ulong h, void *pData, uint … in _zend_ts_hash_index_update_or_next_insert()
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()
223 ZEND_API int zend_ts_hash_quick_find(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, void *… in zend_ts_hash_quick_find()
234 ZEND_API int zend_ts_hash_index_find(TsHashTable *ht, ulong h, void **pData) in zend_ts_hash_index_find()
256 ZEND_API int zend_ts_hash_index_exists(TsHashTable *ht, ulong h) in zend_ts_hash_index_exists()
H A Dzend_ts_hash.h59 #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
65 #define zend_ts_hash_index_update(ht, h, pData, nDataSize, pDest) \ argument
84 #define zend_ts_hash_index_del(ht, h) \ argument
/PHP-5.5/ext/date/lib/
H A Ddow.c149 int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s) in timelib_valid_time()
H A Dparse_date.c377 static timelib_sll timelib_meridian(char **ptr, timelib_sll h) in timelib_meridian()
400 static timelib_sll timelib_meridian_with_check(char **ptr, timelib_sll h) in timelib_meridian_with_check()
H A Dtimelib.c197 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms()
H A Dtimelib_structs.h142 timelib_sll h, i, s; /* Hours, mInutes and Seconds */ member
165 timelib_sll h, i, s; /* Hour, mInute, Second */ member
/PHP-5.5/ext/date/
H A Dphp_date.c3407 static void php_date_time_set(zval *object, long h, long i, long s, zval *return_value TSRMLS_DC) in php_date_time_set()
3425 long h, i, s = 0; in PHP_FUNCTION() local
3442 long h, i, s = 0; in PHP_METHOD() local
/PHP-5.5/ext/dba/libcdb/
H A Dcdb.c70 uint32 h; in cdb_hash() local
H A Dcdb_make.h32 uint32 h; member
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c1092 register uch h = cs->hash; local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c175 cdf_swap_header(cdf_header_t *h) in cdf_swap_header()
204 cdf_unpack_header(cdf_header_t *h, char *buf) in cdf_unpack_header()
321 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header()
355 const cdf_header_t *h, cdf_secid_t id) in cdf_read_sector()
365 size_t len, const cdf_header_t *h, cdf_secid_t id) in cdf_read_short_sector()
542 cdf_read_short_sector_chain(const cdf_header_t *h, in cdf_read_short_sector_chain()
597 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir()
651 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat()
1070 cdf_dump_header(const cdf_header_t *h) in cdf_dump_header()
1145 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir()
[all …]
H A Dcdf.h85 #define CDF_SEC_SIZE(h) ((size_t)(1 << (h)->h_sec_size_p2)) argument
86 #define CDF_SEC_POS(h, secid) (CDF_SEC_SIZE(h) + (secid) * CDF_SEC_SIZE(h)) argument
87 #define CDF_SHORT_SEC_SIZE(h) ((size_t)(1 << (h)->h_short_sec_size_p2)) argument
88 #define CDF_SHORT_SEC_POS(h, secid) ((secid) * CDF_SHORT_SEC_SIZE(h)) argument
H A Dfile.h148 uint16_t h; member
H A Dreadcdf.c178 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h,
230 cdf_header_t h; local

Completed in 146 milliseconds

123