Home
last modified time | relevance | path

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

1234

/PHP-8.1/Zend/
H A Dzend_objects_API.h38 #define ZEND_OBJECTS_STORE_ADD_TO_FREE_LIST(h) do { \ argument
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.c1792 zend_ulong h = zend_string_hash_val(name); in zend_set_local_var() local
1835 zend_ulong h = zend_hash_func(name, len); in zend_set_local_var_str() local
H A Dzend_alloc.c2416 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2767 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2774 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2843 zend_ulong h; local
/PHP-8.1/ext/fileinfo/libmagic/
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
/PHP-8.1/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-8.1/ext/opcache/
H A Dshared_alloc_win32.c49 HANDLE h; in zend_win_error_message() local
H A DZendAccelerator.c383 #define STRTAB_HASH_TO_SLOT(tab, h) \ argument
444 zend_ulong h; in accel_find_interned_string() local
479 zend_ulong h; in accel_new_interned_string() local
553 static zend_always_inline zend_string *accel_find_interned_string_ex(zend_ulong h, const char *str,… in accel_find_interned_string_ex()
577 zend_ulong h = zend_inline_hash_func(str, size); in accel_init_interned_string_for_php() local
4616 static int preload_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struc…
/PHP-8.1/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-8.1/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
1688 sapi_header_struct *h; in PHP_FUNCTION() local
/PHP-8.1/ext/hash/
H A Dhash_sha.c164 uint32_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local
474 uint64_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
/PHP-8.1/ext/gd/libgd/
H A Dgd.c342 #define RETURN_HWB(h, w, b) {HWB->H = h; HWB->W = w; HWB->B = b; return HWB;} argument
1589 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc()
1594 void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int st… in gdImageFilledArc()
1715 void gdImageEllipse(gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageEllipse()
1754 void gdImageFilledEllipse (gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageFilledEllipse()
2256 … gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h) in gdImageCopy()
2337 …rge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMerge()
2377 …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-8.1/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-8.1/ext/zlib/
H A Dzlib.c342 php_output_handler *h = NULL; in php_zlib_output_handler_init() local
362 php_output_handler *h; in php_zlib_output_compression_start() local
/PHP-8.1/ext/soap/
H A Dsoap.c1450 soapHeader *h = header; local
1622 soapHeader *h = soap_headers; local
3131 soapHeader *h, *last = NULL; local
3254 static void set_soap_header_attributes(xmlNodePtr h, zval *header, int version) /* {{{ */
3647 soapHeader *h; local
3901 xmlNodePtr h; local
/PHP-8.1/ext/pdo_firebird/
H A Dfirebird_statement.c504 isc_blob_handle h = PDO_FIREBIRD_HANDLE_INITIALIZER; in firebird_bind_blob() local
/PHP-8.1/ext/standard/
H A Dcrypt_sha256.c109 uint32_t h = ctx->H[7]; in sha256_process_block() local
H A Dcrypt_sha512.c133 uint64_t h = ctx->H[7]; in sha512_process_block() local
/PHP-8.1/ext/phar/
H A Dzip.c47 } h; in phar_zip_process_extra() local
/PHP-8.1/sapi/cgi/
H A Dcgi_main.c369 sapi_header_struct *h; in sapi_cgi_send_headers() local
1660 static void add_response_header(sapi_header_struct *h, zval *return_value) /* {{{ */
/PHP-8.1/main/
H A Dalloca.c139 } h; member
/PHP-8.1/win32/
H A Dglob.c363 char *h; local

Completed in 157 milliseconds

1234