Home
last modified time | relevance | path

Searched defs:h (Results 51 – 75 of 84) sorted by relevance

1234

/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
H A Dhtml.c434 *h = &table[num-1], in unimap_bsearch() local
/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/win32/
H A Dglob.c347 char *h; in globtilde() local
/php-src/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.c367 …sapi_header_struct *h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in append_essential_headers() local
422 static void add_response_header(sapi_header_struct *h, zval *return_value) /* {{{ */ in add_response_header()
555 sapi_header_struct *h; in sapi_cli_server_send_headers() 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/ext/date/lib/
H A Dtimelib.h225 timelib_sll h, i, s; /* Hours, mInutes and Seconds */ member
253 timelib_sll h, i, s; /* Hour, mInute, Second */ member
H A Dparse_date.c406 static timelib_sll timelib_meridian(const char **ptr, timelib_sll h) in timelib_meridian()
433 static timelib_sll timelib_meridian_with_check(const char **ptr, timelib_sll h) in timelib_meridian_with_check()
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c2538 int quad = 0, h; in check_format_type() local
3363 uint32_t h[2 + MAGIC_SETS]; in apprentice_compile() member
H A Dfile.h189 uint16_t h; member
/php-src/ext/gd/
H A Dgd.c828 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
846 zend_long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local
2417 zend_long cx, cy, w, h, ST, E, col; in PHP_FUNCTION() local
2446 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
/php-src/main/
H A Drfc1867.c342 static void php_free_hdr_entry(mime_header_entry *h) in php_free_hdr_entry()
/php-src/Zend/
H A Dzend_types.h375 zend_ulong h; /* hash value */ member
382 zend_ulong h; /* hash value (or numeric index) */ member
1146 #define ZVAL_NEW_RES(z, h, p, t) do { \ argument
1160 #define ZVAL_NEW_PERSISTENT_RES(z, h, p, t) do { \ argument
H A Dzend_weakrefs.c499 zend_ulong h; in zend_weakmap_get_key_entry_gc() local
H A Dzend_portability.h171 # define DL_FETCH_SYMBOL(h,s) dlsym((h), "_" s) argument
/php-src/sapi/phpdbg/
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/sapi/fpm/fpm/
H A Dfpm_main.c315 sapi_header_struct *h; in sapi_cgi_send_headers() 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/soap/
H A Dphp_sdl.c461 sdlSoapBindingFunctionHeaderPtr h; in wsdl_soap_binding_header() local
643 sdlSoapBindingFunctionHeaderPtr h = wsdl_soap_binding_header(ctx, trav, wsdl_soap_namespace, 0); in wsdl_soap_binding_body() local
/php-src/ext/gd/libgd/
H A Dgd.h280 int h; member
/php-src/ext/tidy/
H A Dtidy.c937 php_output_handler *h; in php_tidy_clean_output_start() local
/php-src/ext/snmp/
H A Dsnmp.c1663 void php_snmp_add_property(HashTable *h, const char *name, size_t name_length, php_snmp_read_t read… in php_snmp_add_property()
/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

Completed in 189 milliseconds

1234