Home | History | Annotate | Download | only in client

Lines Matching refs:uri_len

2844 			size_t uri_len = os_strlen(logo->uri);
2848 "[%i] Comparing to '%s' uri_len=%d name_len=%d",
2849 i, logo->uri, (int) uri_len, (int) name_len);
2850 if (uri_len < 1 + name_len) {
2854 pos = &logo->uri[uri_len - name_len - 1];