Searched refs:landing_page (Results 1 – 2 of 2) sorted by relevance
900 if (strnlen(cdev->landing_page, sizeof(cdev->landing_page)) > 0) in bos_desc()2161 if (strncasecmp(cdev->landing_page, "https://", 8) == 0) { in composite_setup()2164 } else if (strncasecmp(cdev->landing_page, "http://", 7) == 0) { in composite_setup()2172 landing_page_length = strnlen(cdev->landing_page, in composite_setup()2184 cdev->landing_page + landing_page_offset, in composite_setup()
475 char landing_page[WEBUSB_URL_RAW_MAX_LENGTH]; member