Home | History | Annotate | Download | only in wps

Lines Matching refs:url_len

303 				size_t url_len)
319 if (url_len < 7 || os_strncasecmp(url, "http://", 7))
322 url_len -= 7;
325 scratch_mem = os_malloc(url_len + 1);
328 os_memcpy(scratch_mem, url, url_len);
329 scratch_mem[url_len] = '\0';