host_len          347 ext/ftp/php_ftp.c 	int		host_len;
host_len          351 ext/ftp/php_ftp.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|ll", &host, &host_len, &port, &timeout_sec) == FAILURE) {
host_len          384 ext/ftp/php_ftp.c 	int		host_len;
host_len          388 ext/ftp/php_ftp.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|ll", &host, &host_len, &port, &timeout_sec) == FAILURE) {
host_len         2601 ext/imap/php_imap.c 	int mailbox_len, host_len, personal_len;
host_len         2605 ext/imap/php_imap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss", &mailbox, &mailbox_len, &host, &host_len, &personal, &personal_len) == FAILURE) {
host_len          547 ext/mssql/php_mssql.c 	int host_len = 0, user_len = 0, passwd_len = 0;
host_len          554 ext/mssql/php_mssql.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|sssb", &host, &host_len, &user, &user_len, &passwd, &passwd_len, &new_link) == FAILURE) {
host_len          559 ext/mssql/php_mssql.c 	if(host_len>255) {
host_len          723 ext/mysql/php_mysql.c 	int  user_len = 0, passwd_len = 0, host_len = 0;
host_len          778 ext/mysql/php_mysql.c 			if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!s!s!l", &host_and_port, &host_len,
host_len          784 ext/mysql/php_mysql.c 			if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!s!s!bl", &host_and_port, &host_len,
host_len          881 ext/mysqlnd/mysqlnd.c 	size_t host_len;
host_len          956 ext/mysqlnd/mysqlnd.c 	host_len = strlen(host);
host_len          961 ext/mysqlnd/mysqlnd.c 		if (host_len == sizeof("localhost") - 1 && !strncasecmp(host, "localhost", host_len)) {
host_len          969 ext/mysqlnd/mysqlnd.c 		if (host_len == sizeof(".") - 1 && host[0] == '.') {
host_len         1035 ext/mysqlnd/mysqlnd.c 			conn->host_len = strlen(conn->host);
host_len          311 ext/phar/dirstream.c 	uint host_len;
host_len          336 ext/phar/dirstream.c 	host_len = strlen(resource->host);
host_len          340 ext/phar/dirstream.c 	if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error TSRMLS_CC)) {
host_len          418 ext/phar/dirstream.c 	uint host_len;
host_len          455 ext/phar/dirstream.c 	host_len = strlen(resource->host);
host_len          457 ext/phar/dirstream.c 	if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error TSRMLS_CC)) {
host_len          550 ext/phar/dirstream.c 	uint host_len;
host_len          591 ext/phar/dirstream.c 	host_len = strlen(resource->host);
host_len          593 ext/phar/dirstream.c 	if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error TSRMLS_CC)) {
host_len          168 ext/phar/stream.c 	uint host_len;
host_len          187 ext/phar/stream.c 	host_len = strlen(resource->host);
host_len          193 ext/phar/stream.c 		if (NULL == (idata = phar_get_or_create_entry_data(resource->host, host_len, internal_file, strlen(internal_file), mode, 0, &error, 1 TSRMLS_CC))) {
host_len          241 ext/phar/stream.c 			if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, NULL TSRMLS_CC)) {
host_len          248 ext/phar/stream.c 				if ((FAILURE == phar_get_entry_data(&idata, resource->host, host_len, ".phar/stub.php", sizeof(".phar/stub.php")-1, "r", 0, &error, 0 TSRMLS_CC)) || !idata) {
host_len          286 ext/phar/stream.c 		if ((FAILURE == phar_get_entry_data(&idata, resource->host, host_len, internal_file, strlen(internal_file), "r", 0, &error, 0 TSRMLS_CC)) || !idata) {
host_len          573 ext/phar/stream.c 	uint host_len;
host_len          591 ext/phar/stream.c 	host_len = strlen(resource->host);
host_len          596 ext/phar/stream.c 	if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error TSRMLS_CC)) {
host_len          688 ext/phar/stream.c 	uint host_len;
host_len          708 ext/phar/stream.c 	host_len = strlen(resource->host);
host_len          711 ext/phar/stream.c 	if (FAILURE == zend_hash_find(&(PHAR_GLOBALS->phar_fname_map), resource->host, host_len, (void **) &pphar)) {
host_len          723 ext/phar/stream.c 	if (FAILURE == phar_get_entry_data(&idata, resource->host, host_len, internal_file, internal_file_len, "r", 0, &error, 1 TSRMLS_CC)) {
host_len          763 ext/phar/stream.c 	uint host_len;
host_len          838 ext/phar/stream.c 	host_len = strlen(resource_from->host);
host_len          840 ext/phar/stream.c 	if (SUCCESS != phar_get_archive(&phar, resource_from->host, host_len, NULL, 0, &error TSRMLS_CC)) {
host_len           35 ext/standard/fsock.c 	int host_len;
host_len           50 ext/standard/fsock.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lzzd", &host, &host_len, &port, &zerrno, &zerrstr, &timeout) == FAILURE) {
host_len           61 ext/standard/fsock.c 		hostname_len = host_len;
host_len           91 ext/standard/streamsfuncs.c 	int host_len;
host_len          105 ext/standard/streamsfuncs.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|zzdlr", &host, &host_len, &zerrno, &zerrstr, &timeout, &flags, &zcontext) == FAILURE) {
host_len          133 ext/standard/streamsfuncs.c 	stream = php_stream_xport_create(host, host_len, REPORT_ERRORS,
host_len          141 ext/standard/streamsfuncs.c 		char *quoted_host = php_addslashes(host, host_len, NULL, 0 TSRMLS_CC);
host_len          180 ext/standard/streamsfuncs.c 	int host_len;
host_len          190 ext/standard/streamsfuncs.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|zzlr", &host, &host_len, &zerrno, &zerrstr, &flags, &zcontext) == FAILURE) {
host_len          209 ext/standard/streamsfuncs.c 	stream = php_stream_xport_create(host, host_len, REPORT_ERRORS,
host_len          865 main/php_ini.c PHPAPI void php_ini_activate_per_host_config(const char *host, uint host_len TSRMLS_DC)
host_len          869 main/php_ini.c 	if (has_per_host_config && host && host_len) {
host_len          871 main/php_ini.c 		if (zend_hash_find(&configuration_hash, host, host_len, (void **) &tmp) == SUCCESS) {
host_len           40 main/php_ini.h PHPAPI void php_ini_activate_per_host_config(const char *host, uint host_len TSRMLS_DC);