Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 74) sorted by last modified time

123

/PHP-7.4/ext/gd/
H A Dgd.c1741 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
1763 zend_long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local
3343 zend_long cx, cy, w, h, ST, E, col; in PHP_FUNCTION() local
3375 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
/PHP-7.4/ext/gd/libgd/
H A Dgd_png.c129 png_uint_32 width, height, rowbytes, w, h, res_x, res_y; in gdImageCreateFromPngCtx() local
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()
/PHP-7.4/ext/date/
H A Dphp_date.c3603 static void php_date_time_set(zval *object, zend_long h, zend_long i, zend_long s, zend_long ms, zv… in php_date_time_set()
3623 zend_long h, i, s = 0, ms = 0; in PHP_FUNCTION() local
3641 zend_long h, i, s = 0, ms = 0; in PHP_METHOD() local
/PHP-7.4/ext/mysqli/
H A Dmysqli.c381 void mysqli_add_property(HashTable *h, const char *pname, size_t pname_len, mysqli_read_t r_func, m… in mysqli_add_property()
/PHP-7.4/ext/date/lib/
H A Dparse_date.c376 static timelib_sll timelib_meridian(char **ptr, timelib_sll h) in timelib_meridian()
403 static timelib_sll timelib_meridian_with_check(char **ptr, timelib_sll h) in timelib_meridian_with_check()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c387 #define STRTAB_HASH_TO_SLOT(tab, h) \ argument
440 zend_ulong h; in accel_find_interned_string() local
475 zend_ulong h; in accel_new_interned_string() local
541 static zend_always_inline zend_string *accel_find_interned_string_ex(zend_ulong h, const char *str,… in accel_find_interned_string_ex()
565 zend_ulong h = zend_inline_hash_func(str, size); in accel_init_interned_string_for_php() local
4669 static int preload_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struc… in preload_header_handler()
H A Dshared_alloc_win32.c48 HANDLE h; in zend_win_error_message() local
/PHP-7.4/Zend/
H A Dzend_API.c1326 zend_long h; in object_properties_load() local
H A Dzend_alloc.c2708 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2715 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2721 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2; local
2732 zend_ulong h; local
H A Dzend_virtual_cwd.c326 register zend_ulong h; in realpath_cache_key() local
350 register zend_ulong h; in realpath_cache_key() local
H A Dzend_hash.c619 zend_ulong h; in zend_hash_find_bucket() local
703 zend_ulong h; in _zend_hash_add_or_update_i() local
908 zend_ulong h = zend_hash_func(str, len); in zend_hash_str_update() local
915 zend_ulong h = zend_hash_func(str, len); in zend_hash_str_update_ind() local
1340 zend_ulong h; in zend_hash_del() local
1370 zend_ulong h; in zend_hash_del_ind() local
1418 zend_ulong h; in zend_hash_str_del_ind() local
1462 zend_ulong h; in zend_hash_str_del() local
2237 zend_ulong h; in zend_hash_str_find() local
2432 zend_ulong h; in zend_hash_bucket_swap() local
[all …]
H A Dzend_execute_API.c1586 zend_ulong h = zend_string_hash_val(name); in zend_set_local_var() local
1629 zend_ulong h = zend_hash_func(name, len); in zend_set_local_var_str() local
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c373 sapi_header_struct *h; in sapi_cgi_send_headers() local
1677 static void add_response_header(sapi_header_struct *h, zval *return_value) /* {{{ */
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c315 sapi_header_struct *h; in sapi_cgi_send_headers() local
/PHP-7.4/main/
H A Doutput.c728 PHPAPI void php_output_handler_free(php_output_handler **h) in php_output_handler_free()
1090 static int php_output_stack_apply_op(void *h, void *c) in php_output_stack_apply_op()
1138 static int php_output_stack_apply_clean(void *h, void *c) in php_output_stack_apply_clean()
1152 static int php_output_stack_apply_list(void *h, void *z) in php_output_stack_apply_list()
1164 static int php_output_stack_apply_status(void *h, void *z) in php_output_stack_apply_status()
H A Drfc1867.c372 static void php_free_hdr_entry(mime_header_entry *h) in php_free_hdr_entry()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c389 static int sapi_cli_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_stru… in sapi_cli_header_handler()
H A Dphp_cli_server.c408 static void add_response_header(sapi_header_struct *h, zval *return_value) /* {{{ */ in add_response_header()
596 sapi_header_struct *h; in sapi_cli_server_send_headers() local
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c479 isc_blob_handle h = PDO_FIREBIRD_HANDLE_INITIALIZER; in firebird_bind_blob() local
/PHP-7.4/main/streams/
H A Dplain_wrapper.c895 HANDLE h = (HANDLE) _get_osfhandle(fd); in php_stdiop_set_option() local
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c376 sapi_header_struct *h; in sapi_lsapi_send_headers_like_cgi() local
471 sapi_header_struct *h; in sapi_lsapi_send_headers() local
1719 sapi_header_struct *h; in PHP_FUNCTION() local
/PHP-7.4/ext/soap/
H A Dphp_sdl.c453 sdlSoapBindingFunctionHeaderPtr h; in wsdl_soap_binding_header() local
635 sdlSoapBindingFunctionHeaderPtr h = wsdl_soap_binding_header(ctx, trav, wsdl_soap_namespace, 0); in wsdl_soap_binding_body() local
/PHP-7.4/ext/phar/
H A Dzip.c47 } h; in phar_zip_process_extra() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h165 uint16_t h; member

Completed in 179 milliseconds

123