Home
last modified time | relevance | path

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

1234

/php-src/sapi/cgi/
H A Dcgi_main.c370 sapi_header_struct *h; in sapi_cgi_send_headers() local
1658 static void add_response_header(sapi_header_struct *h, zval *return_value) /* {{{ */
/php-src/main/
H A Dfastcgi.c252 static void fcgi_hash_init(fcgi_hash *h) in fcgi_hash_init()
265 static void fcgi_hash_destroy(fcgi_hash *h) in fcgi_hash_destroy()
284 static void fcgi_hash_clean(fcgi_hash *h) in fcgi_hash_clean()
306 static inline char* fcgi_hash_strndup(fcgi_hash *h, char *str, unsigned int str_len) in fcgi_hash_strndup()
326 static char* fcgi_hash_set(fcgi_hash *h, unsigned int hash_value, char *var, unsigned int var_len, … in fcgi_hash_set()
363 static void fcgi_hash_del(fcgi_hash *h, unsigned int hash_value, char *var, unsigned int var_len) in fcgi_hash_del()
382 static char *fcgi_hash_get(fcgi_hash *h, unsigned int hash_value, char *var, unsigned int var_len, … in fcgi_hash_get()
399 static void fcgi_hash_apply(fcgi_hash *h, fcgi_apply_func func, void *arg) in fcgi_hash_apply()
H A Doutput.c715 PHPAPI void php_output_handler_free(php_output_handler **h) in php_output_handler_free()
1085 static int php_output_stack_apply_op(void *h, void *c) in php_output_stack_apply_op()
1133 static int php_output_stack_apply_clean(void *h, void *c) in php_output_stack_apply_clean()
1147 static int php_output_stack_apply_list(void *h, void *z) in php_output_stack_apply_list()
1159 static int php_output_stack_apply_status(void *h, void *z) in php_output_stack_apply_status()
/php-src/Zend/
H A Dzend_API.c1721 zend_long h; in object_properties_load() local
H A Dzend_portability.h171 # define DL_FETCH_SYMBOL(h,s) dlsym((h), "_" s) argument
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_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
H A Dzend_weakrefs.c499 zend_ulong h; in zend_weakmap_get_key_entry_gc() local
/php-src/ext/opcache/jit/ir/
H A Dir.c932 uint32_t h = _ir_fold_hashkey(k); local
1657 …HANDLE h = CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_EXECUTE_READWRITE, size_hi, size_lo,… local
H A Dgen_ir_fold_hash.c57 uint32_t n, r1, r2, i, h; in find_hash() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddiyfp.h32 #define lexbor_uint64_hl(h, l) (((uint64_t) (h) << 32) + (l)) argument
204 uint64_t l, h; in lexbor_diyfp_mul() local
/php-src/ext/tidy/
H A Dtidy.c937 php_output_handler *h; in php_tidy_clean_output_start() local
/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/main/streams/
H A Dplain_wrapper.c948 HANDLE h = (HANDLE) _get_osfhandle(fd); in php_stdiop_set_option() local
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c11404 ir_ref h = IR_UNUSED; local
/php-src/ext/sockets/
H A Dsockets.c393 HANDLE h = (HANDLE)Z_PTR_P(data); local
/php-src/ext/standard/
H A Dpassword.c117 const char *h = ZSTR_VAL(hash); in php_password_bcrypt_valid() local
H A Dbasic_functions.c1258 static void add_config_entry(zend_ulong h, zend_string *key, zval *entry, zval *retval)
1280 zend_ulong h; local
/php-src/ext/mysqli/
H A Dmysqli.c295 void mysqli_add_property(HashTable *h, const char *pname, size_t pname_len, mysqli_read_t r_func, m… in mysqli_add_property()
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c28 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg.c719 static int php_sapi_phpdbg_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_heade… in php_sapi_phpdbg_header_handler()
/php-src/ext/opcache/
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/date/
H A Dphp_date.c3668 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()
3686 zend_long h, i, s = 0, ms = 0; in PHP_FUNCTION() local
3702 zend_long h, i, s = 0, ms = 0; in PHP_METHOD() 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()
/php-src/ext/spl/
H A Dspl_array.c245 zend_ulong h; member

Completed in 175 milliseconds

1234