Home | History | Annotate | Download | only in lib

Lines Matching defs:urllen

2286        that the memory area 'path' points to is 'urllen' bytes big and that
4022 size_t urllen;
4070 urllen = strlen(data->change.url);
4071 if(urllen < LEAST_PATH_ALLOC)
4072 urllen = LEAST_PATH_ALLOC;
4075 * We malloc() the buffers below urllen+2 to make room for 2 possibilities:
4083 data->state.pathbuffer = malloc(urllen + 2);
4090 conn->host.rawalloc = malloc(urllen + 2);