Home | History | Annotate | Download | only in lib

Lines Matching refs:urllen

4270        that the memory area 'path' points to is 'urllen' bytes big and that
4304 size_t urllen = strlen(data->change.url); /* original URL length */
4311 reurl = malloc(urllen + 2); /* 2 for zerobyte + slash */
5751 size_t urllen;
5800 urllen=strlen(data->change.url);
5801 if(urllen < LEAST_PATH_ALLOC)
5802 urllen=LEAST_PATH_ALLOC;
5805 * We malloc() the buffers below urllen+2 to make room for 2 possibilities:
5813 data->state.pathbuffer = malloc(urllen+2);
5820 conn->host.rawalloc = malloc(urllen+2);