Home
last modified time | relevance | path

Searched defs:h (Results 26 – 50 of 84) sorted by relevance

1234

/php-src/Zend/
H A Dzend_objects_API.h40 #define ZEND_OBJECTS_STORE_ADD_TO_FREE_LIST(h) do { \ argument
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_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_virtual_cwd.c320 zend_ulong h; in realpath_cache_key() local
344 zend_ulong h; in realpath_cache_key() 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
/php-src/ext/fileinfo/libmagic/
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
/php-src/ext/hash/murmur/
H A DPMurHash.c208 uint32_t PMurHash32_Result(uint32_t h, uint32_t carry, uint32_t total_length) in PMurHash32_Result()
/php-src/ext/opcache/
H A Dshared_alloc_win32.c49 HANDLE h; in zend_win_error_message() local
H A DZendAccelerator.c406 #define STRTAB_HASH_TO_SLOT(tab, h) \ argument
467 zend_ulong h; in accel_find_interned_string() local
502 zend_ulong h; in accel_new_interned_string() local
576 static zend_always_inline zend_string *accel_find_interned_string_ex(zend_ulong h, const char *str,… in accel_find_interned_string_ex()
598 zend_ulong h = zend_inline_hash_func(str, size); in accel_init_interned_string_for_php() local
4558 static int preload_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struc…
/php-src/ext/opcache/jit/ir/
H A Dgen_ir_fold_hash.c57 uint32_t n, r1, r2, i, h; in find_hash() local
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c28 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_print.c28 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_list.c36 #define PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/php-src/sapi/litespeed/
H A Dlsapi_main.c368 sapi_header_struct *h; in sapi_lsapi_send_headers_like_cgi() local
462 sapi_header_struct *h; in sapi_lsapi_send_headers() local
1678 sapi_header_struct *h; in PHP_FUNCTION() 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/hash/
H A Dhash_sha.c164 uint32_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local
476 uint64_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
/php-src/ext/gd/libgd/
H A Dgd.c312 #define RETURN_HWB(h, w, b) {HWB->H = h; HWB->W = w; HWB->B = b; return HWB;} argument
1559 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc()
1564 void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int st… in gdImageFilledArc()
1685 void gdImageEllipse(gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageEllipse()
1724 void gdImageFilledEllipse (gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageFilledEllipse()
2226 … gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h) in gdImageCopy()
2307 …rge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMerge()
2347 …ray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMergeGray()
H A Dgd_png.c129 png_uint_32 width, height, rowbytes, w, h, res_x, res_y; in gdImageCreateFromPngCtx() 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()
/php-src/ext/zlib/
H A Dzlib.c340 php_output_handler *h = NULL; in php_zlib_output_handler_init() local
360 php_output_handler *h; in php_zlib_output_compression_start() local
/php-src/ext/soap/
H A Dsoap.c1398 soapHeader *h = header; local
1570 soapHeader *h = soap_headers; local
3079 soapHeader *h, *last = NULL; local
3202 static void set_soap_header_attributes(xmlNodePtr h, zval *header, int version) /* {{{ */
3595 soapHeader *h; local
3849 xmlNodePtr h; local
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c511 isc_blob_handle h = PDO_FIREBIRD_HANDLE_INITIALIZER; in php_firebird_bind_blob() local
/php-src/ext/standard/
H A Dcrypt_sha256.c103 uint32_t h = ctx->H[7]; in sha256_process_block() local
H A Dcrypt_sha512.c131 uint64_t h = ctx->H[7]; in sha512_process_block() local
/php-src/ext/phar/
H A Dzip.c48 } h; in phar_zip_process_extra() local

Completed in 122 milliseconds

1234