Home
last modified time | relevance | path

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

123

/PHP-5.4/sapi/tux/
H A Dphp_tux.c106 sapi_header_struct *h; in sapi_tux_send_headers() local
/PHP-5.4/Zend/
H A Dzend_operators.h442 #define Z_OBJ_HANDLER_P(zval_p, h) Z_OBJ_HANDLER(*zval_p, h) argument
457 #define Z_OBJ_HANDLER_PP(zval_p, h) Z_OBJ_HANDLER(**zval_p, h) argument
/PHP-5.4/ext/date/lib/
H A Dtimelib_structs.h132 timelib_sll h, i, s; /* Hours, mInutes and Seconds */ member
155 timelib_sll h, i, s; /* Hour, mInute, Second */ member
H A Dparse_date.c379 static timelib_sll timelib_meridian(char **ptr, timelib_sll h) in timelib_meridian()
402 static timelib_sll timelib_meridian_with_check(char **ptr, timelib_sll h) in timelib_meridian_with_check()
/PHP-5.4/ext/standard/
H A Durl.c705 zval **prev_val, **hdr = NULL, **h; local
H A Dcrypt_sha512.c148 uint64_t h = ctx->H[7]; in sha512_process_block() local
H A Dcrypt_sha256.c124 uint32_t h = ctx->H[7]; in sha256_process_block() local
/PHP-5.4/ext/gd/libgd/
H A Dgd.c298 #define RETURN_HWB(h, w, b) {HWB->H = h; HWB->W = w; HWB->B = b; return HWB;} argument
1664 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc()
1673 void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int st… in gdImageFilledArc()
2151 … gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h) in gdImageCopy()
2250 …rge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMerge()
2290 …ray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMergeGray()
H A Dwebpimg.c223 int w = 0, h = 0; in WebPGetPSNR() local
890 const int h = ((data[9] << 8) | data[8]) & 0x3fff; in WebPGetInfo() local
H A Dgd_png.c123 png_uint_32 width, height, rowbytes, w, h; in gdImageCreateFromPngCtx() local
H A Dgd.h202 int h; member
/PHP-5.4/ext/soap/
H A Dsoap.c1778 soapHeader *h = header; local
1967 soapHeader *h = soap_headers; local
3578 soapHeader *h, *last = NULL; local
3700 static void set_soap_header_attributes(xmlNodePtr h, HashTable *ht, int version)
4098 soapHeader *h; local
4349 xmlNodePtr h; local
/PHP-5.4/ext/hash/
H A Dhash_sha.c483 php_hash_uint32 e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local
793 php_hash_uint64 e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
/PHP-5.4/ext/pdo_firebird/
H A Dfirebird_statement.c415 isc_blob_handle h = NULL; in firebird_bind_blob() local
/PHP-5.4/ext/phar/
H A Dzip.c47 } h; in phar_zip_process_extra() local
/PHP-5.4/sapi/thttpd/
H A Dthttpd.c179 sapi_header_struct *h; in sapi_thttpd_send_headers() local
/PHP-5.4/ext/mbstring/oniguruma/
H A Dst.c545 register unsigned int h = 0, g; local
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c403 sapi_header_struct *h; in sapi_cgi_send_headers() local
1662 static void add_response_header(sapi_header_struct *h, zval *return_value TSRMLS_DC) /* {{{ */
/PHP-5.4/win32/
H A Dglob.c362 char *h; local
/PHP-5.4/main/
H A Dalloca.c145 } h; member
H A Drfc1867.c370 static void php_free_hdr_entry(mime_header_entry *h) in php_free_hdr_entry()
/PHP-5.4/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.4/sapi/cli/
H A Dphp_cli.c393 static int sapi_cli_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_stru… in sapi_cli_header_handler()
/PHP-5.4/ext/gd/
H A Dgd.c1770 long cx, cy, w, h, color; in PHP_FUNCTION() local
1790 long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local
3314 long cx, cy, w, h, ST, E, col; in PHP_FUNCTION() local
3344 long cx, cy, w, h, color; in PHP_FUNCTION() local
/PHP-5.4/ext/mysqli/
H A Dmysqli.c402 void mysqli_add_property(HashTable *h, const char *pname, size_t pname_len, mysqli_read_t r_func, m… in mysqli_add_property()

Completed in 167 milliseconds

123