HomeSort by relevance Sort by last modified time
    Searched full:commentinfo (Results 1 - 5 of 5) sorted by null

  /external/iptables/extensions/
libxt_comment.c 34 struct xt_comment_info *commentinfo = (void *)match->data; local
36 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0';
37 printf(" /* %s */", commentinfo->comment);
44 struct xt_comment_info *commentinfo = (void *)match->data; local
46 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0';
48 xtables_save_string(commentinfo->comment);
  /external/jsoncpp/chromium-overrides/src/lib_json/
json_value.cpp 138 // class Value::CommentInfo
144 Value::CommentInfo::CommentInfo()
149 Value::CommentInfo::~CommentInfo()
157 Value::CommentInfo::setComment( const char *text )
497 comments_ = new CommentInfo[numberOfCommentPlacement];
500 const CommentInfo &otherComment = other.comments_[comment];
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 134 // class Value::CommentInfo
140 Value::CommentInfo::CommentInfo()
145 Value::CommentInfo::~CommentInfo()
153 Value::CommentInfo::setComment( const char *text )
493 comments_ = new CommentInfo[numberOfCommentPlacement];
496 const CommentInfo &otherComment = other.comments_[comment];
    [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 465 struct CommentInfo
467 CommentInfo();
468 ~CommentInfo();
504 CommentInfo *comments_;
    [all...]
  /external/jsoncpp/include/json/
value.h 465 struct CommentInfo
467 CommentInfo();
468 ~CommentInfo();
504 CommentInfo *comments_;
    [all...]

Completed in 1115 milliseconds