Searched refs:dsize (Results 1 – 2 of 2) sorted by relevance
92 unsigned dsize = strtoul((char*) status + 4, 0, 16); in check_response() local93 if(dsize > size) { in check_response()98 return dsize; in check_response()
578 int dsize = dlen + nlen + 2; in mkcopyinfo() local580 copyinfo *ci = malloc(sizeof(copyinfo) + ssize + dsize); in mkcopyinfo()594 snprintf((char*) ci->dst, dsize, isdir ? "%s%s/" : "%s%s", dpath, name); in mkcopyinfo()