Lines Matching refs:host

336 	if (!resource->scheme || !resource->host || !resource->path) {  in phar_wrapper_open_dir()
337 if (resource->host && !resource->path) { in phar_wrapper_open_dir()
338 …t least phar://%s/ for root directory (always use full path to a new phar)", path, resource->host); in phar_wrapper_open_dir()
353 host_len = strlen(resource->host); in phar_wrapper_open_dir()
357 if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error TSRMLS_CC)) { in phar_wrapper_open_dir()
362 …tream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar file \"%s\" is unknown", resource->host); in phar_wrapper_open_dir()
463 if (!resource->scheme || !resource->host || !resource->path) { in phar_wrapper_mkdir()
475 host_len = strlen(resource->host); in phar_wrapper_mkdir()
477 if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error TSRMLS_CC)) { in phar_wrapper_mkdir()
478 …" in phar \"%s\", error retrieving phar information: %s", resource->path+1, resource->host, error); in phar_wrapper_mkdir()
490 …eate directory \"%s\" in phar \"%s\", directory already exists", resource->path+1, resource->host); in phar_wrapper_mkdir()
496 …rror: cannot create directory \"%s\" in phar \"%s\", %s", resource->path+1, resource->host, error); in phar_wrapper_mkdir()
504 …ot create directory \"%s\" in phar \"%s\", file already exists", resource->path+1, resource->host); in phar_wrapper_mkdir()
510 …rror: cannot create directory \"%s\" in phar \"%s\", %s", resource->path+1, resource->host, error); in phar_wrapper_mkdir()
600 if (!resource->scheme || !resource->host || !resource->path) { in phar_wrapper_rmdir()
612 host_len = strlen(resource->host); in phar_wrapper_rmdir()
614 if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error TSRMLS_CC)) { in phar_wrapper_rmdir()
615 …" in phar \"%s\", error retrieving phar information: %s", resource->path+1, resource->host, error); in phar_wrapper_rmdir()
625 …rror: cannot remove directory \"%s\" in phar \"%s\", %s", resource->path+1, resource->host, error); in phar_wrapper_rmdir()
628 …move directory \"%s\" in phar \"%s\", directory does not exist", resource->path+1, resource->host); in phar_wrapper_rmdir()