Searched refs:host_len (Results 1 – 7 of 7) sorted by relevance
/PHP-8.4/ext/standard/ |
H A D | fsock.c | 31 size_t host_len; in php_fsockopen_stream() local 50 Z_PARAM_STRING(host, host_len) in php_fsockopen_stream() 71 hostname_len = host_len; in php_fsockopen_stream()
|
H A D | streamsfuncs.c | 202 size_t host_len; in PHP_FUNCTION() local 213 Z_PARAM_STRING(host, host_len) in PHP_FUNCTION() 230 stream = php_stream_xport_create(host, host_len, REPORT_ERRORS, in PHP_FUNCTION()
|
/PHP-8.4/ext/phar/ |
H A D | stream.c | 189 size_t host_len = ZSTR_LEN(resource->host); in phar_wrapper_open_url() local 195 …if (NULL == (idata = phar_get_or_create_entry_data(ZSTR_VAL(resource->host), host_len, internal_fi… in phar_wrapper_open_url() 239 if (FAILURE == phar_get_archive(&phar, ZSTR_VAL(resource->host), host_len, NULL, 0, NULL)) { in phar_wrapper_open_url() 246 …if ((FAILURE == phar_get_entry_data(&idata, ZSTR_VAL(resource->host), host_len, ".phar/stub.php", … in phar_wrapper_open_url() 295 …if ((FAILURE == phar_get_entry_data(&idata, ZSTR_VAL(resource->host), host_len, internal_file, str… in phar_wrapper_open_url() 583 size_t host_len = ZSTR_LEN(resource->host); in phar_wrapper_stat() local 588 if (FAILURE == phar_get_archive(&phar, ZSTR_VAL(resource->host), host_len, NULL, 0, &error)) { in phar_wrapper_stat() 693 size_t host_len = ZSTR_LEN(resource->host); in phar_wrapper_unlink() local 706 …if (FAILURE == phar_get_entry_data(&idata, ZSTR_VAL(resource->host), host_len, internal_file, inte… in phar_wrapper_unlink() 821 size_t host_len = ZSTR_LEN(resource_from->host); in phar_wrapper_rename() local [all …]
|
H A D | dirstream.c | 322 size_t host_len = ZSTR_LEN(resource->host); in phar_wrapper_open_dir() local 326 if (FAILURE == phar_get_archive(&phar, ZSTR_VAL(resource->host), host_len, NULL, 0, &error)) { in phar_wrapper_open_dir() 439 size_t host_len = ZSTR_LEN(resource->host); in phar_wrapper_mkdir() local 441 if (FAILURE == phar_get_archive(&phar, ZSTR_VAL(resource->host), host_len, NULL, 0, &error)) { in phar_wrapper_mkdir() 572 size_t host_len = ZSTR_LEN(resource->host); in phar_wrapper_rmdir() local 574 if (FAILURE == phar_get_archive(&phar, ZSTR_VAL(resource->host), host_len, NULL, 0, &error)) { in phar_wrapper_rmdir()
|
/PHP-8.4/main/ |
H A D | php_ini.h | 37 PHPAPI void php_ini_activate_per_host_config(const char *host, size_t host_len);
|
H A D | php_ini.c | 871 PHPAPI void php_ini_activate_per_host_config(const char *host, size_t host_len) argument 875 if (has_per_host_config && host && host_len) { 877 if ((tmp = zend_hash_str_find(&configuration_hash, host, host_len)) != NULL) {
|
/PHP-8.4/ext/ftp/ |
H A D | php_ftp.c | 142 size_t host_len; in PHP_FUNCTION() local 146 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|ll", &host, &host_len, &port, &timeout_sec) == FAILU… in PHP_FUNCTION() 179 size_t host_len; in PHP_FUNCTION() local 183 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|ll", &host, &host_len, &port, &timeout_sec) == FAILU… in PHP_FUNCTION()
|
Completed in 35 milliseconds