Searched refs:urllen (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_urlglob.h60 size_t urllen; member in struct:__anon142
H A Dtool_urlglob.c372 glob_expand->urllen = strlen(url);
429 size_t buflen = glob->urllen + 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dtransfer.c1632 size_t urllen; local
1743 urllen = strlen(url_clone);
1745 newest = malloc(urllen + 1 + /* possible slash */
1754 memcpy(newest, url_clone, urllen);
1760 newest[urllen++]='/';
1763 strcpy_url(&newest[urllen], useurl);
H A Durl.c3837 that the memory area 'path' points to is 'urllen' bytes big and that
4722 size_t urllen; local
4761 urllen=strlen(data->change.url);
4762 if(urllen < LEAST_PATH_ALLOC)
4763 urllen=LEAST_PATH_ALLOC;
4766 * We malloc() the buffers below urllen+2 to make room for to possibilities:
4774 data->state.pathbuffer = malloc(urllen+2);
4779 conn->host.rawalloc = malloc(urllen+2);
H A Dhttp.c1914 size_t urllen = strlen(url); local
1918 newurl = malloc(urllen + newlen - currlen + 1);
1927 urllen - (ptr-url) - currlen + 1);

Completed in 167 milliseconds