Searched refs:alloc (Results 1 – 4 of 4) sorted by relevance
127 size_t alloc; in Curl_urldecode() local133 alloc = (length ? length : strlen(string)); in Curl_urldecode()134 ns = malloc(alloc + 1); in Curl_urldecode()142 while(alloc) { in Curl_urldecode()144 if(('%' == in) && (alloc > 2) && in Curl_urldecode()150 alloc -= 3; in Curl_urldecode()154 alloc--; in Curl_urldecode()
102 bool alloc = FALSE; in varfunc() local189 if(alloc) in varfunc()198 alloc = TRUE; in varfunc()200 if(alloc) in varfunc()
1078 CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [alloc-zero])
846 avoid: the repeated alloc + free in sends and the custom memory + realloc
Completed in 13 milliseconds