Lines Matching refs:host_len
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
823 if (SUCCESS != phar_get_archive(&phar, ZSTR_VAL(resource_from->host), host_len, NULL, 0, &error)) { in phar_wrapper_rename()