Lines Matching refs:add
264 struct Curl_sockaddr_storage add;
266 struct sockaddr_in add;
268 curl_socklen_t size = (curl_socklen_t) sizeof(add);
271 if(0 == getsockname(sock, (struct sockaddr *) &add, &size)) {
272 size = sizeof(add);
274 s = accept(sock, (struct sockaddr *) &add, &size);
874 ftpc->cwdcount = 0; /* we count this as the first path, then we add one
1416 if FTPFILE_NOCWD was specified, we should add the path
2752 ftpc->count2 = 1; /* add one to get next */
4209 /* path starts with a slash: add that as a directory */