Home
last modified time | relevance | path

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

123

/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c398 sapi_header_struct *h; in sapi_lsapi_send_headers() local
1229 sapi_header_struct *h; in PHP_FUNCTION() local
/PHP-5.5/sapi/tux/
H A Dphp_tux.c106 sapi_header_struct *h; in sapi_tux_send_headers() local
/PHP-5.5/Zend/
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
/PHP-5.5/ext/standard/
H A Durl.c708 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.5/ext/soap/
H A Dsoap.c1784 soapHeader *h = header; local
1973 soapHeader *h = soap_headers; local
3597 soapHeader *h, *last = NULL; local
3719 static void set_soap_header_attributes(xmlNodePtr h, HashTable *ht, int version)
4117 soapHeader *h; local
4368 xmlNodePtr h; local
/PHP-5.5/ext/gd/libgd/
H A Dgd.c306 #define RETURN_HWB(h, w, b) {HWB->H = h; HWB->W = w; HWB->B = b; return HWB;} argument
1675 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc()
1684 void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int st… in gdImageFilledArc()
2163 … gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h) in gdImageCopy()
2262 …rge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMerge()
2302 …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
/PHP-5.5/ext/date/lib/
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
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()
/PHP-5.5/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.5/ext/pdo_firebird/
H A Dfirebird_statement.c415 isc_blob_handle h = NULL; in firebird_bind_blob() local
/PHP-5.5/ext/phar/
H A Dzip.c47 } h; in phar_zip_process_extra() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.c534 register unsigned int h = 0, g; local
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c179 sapi_header_struct *h; in sapi_thttpd_send_headers() local
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c403 sapi_header_struct *h; in sapi_cgi_send_headers() local
1664 static void add_response_header(sapi_header_struct *h, zval *return_value TSRMLS_DC) /* {{{ */
/PHP-5.5/win32/
H A Dglob.c371 char *h; local
/PHP-5.5/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.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/sapi/cli/
H A Dphp_cli.c396 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.5/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()
/PHP-5.5/ext/gd/
H A Dgd.c1715 long cx, cy, w, h, color; in PHP_FUNCTION() local
1735 long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local
3173 long cx, cy, w, h, ST, E, col; in PHP_FUNCTION() local
3203 long cx, cy, w, h, color; in PHP_FUNCTION() local

Completed in 141 milliseconds

123