Lines Matching defs:comment
1901 comment (),
1916 comment (commentArg),
1953 return comment;
1961 comment = val;
2107 comment = commentArg;
2155 comment()
2178 comment = val;
2186 return comment;
2232 const std::string &comment)
2235 if (!ze->readFile(fileName, comment))
2249 const std::string &comment)
2251 ZipEntry *ze = new ZipEntry(fileName, comment);
2362 putInt(ecomment.size());//comment length
2374 //comment
2387 putInt(comment.size());//comment size
2388 for (unsigned int i=0 ; i<comment.size() ; i++)
2389 putByte(comment[i]);
2715 ZipEntry *ze = new ZipEntry(fileName, comment);
2863 trace("File comment :%s" , fileComment.c_str());
2954 comment = "";
2960 comment.push_back(ch);
2962 trace("######## Zip Comment :'%s'" , comment.c_str());