Lines Matching +defs:list +defs:length
64 int length;
85 req->length += (CARD16) ((nbytes + 3) >> 2);
97 && rep.length <= (SIZE_MAX>>2)
101 rlen = (rep.length << 2) - SIZEOF(fsListCataloguesReply);
115 length = *c;
118 c += length + 1;
119 length = *c;
133 int FSFreeCatalogues(char **list)
135 if (list) {
136 FSfree(list[0] - 1);
137 FSfree(list);