Home | History | Annotate | Download | only in lib

Lines Matching refs:urllen

4459        that the memory area 'path' points to is 'urllen' bytes big and that
4493 size_t urllen = strlen(data->change.url); /* original URL length */
4500 reurl = malloc(urllen + 2); /* 2 for zerobyte + slash */
5979 size_t urllen;
6029 urllen=strlen(data->change.url);
6030 if(urllen < LEAST_PATH_ALLOC)
6031 urllen=LEAST_PATH_ALLOC;
6034 * We malloc() the buffers below urllen+2 to make room for 2 possibilities:
6042 data->state.pathbuffer = malloc(urllen+2);
6049 conn->host.rawalloc = malloc(urllen+2);