HomeSort by relevance Sort by last modified time
    Searched full:commentinfo (Results 1 - 4 of 4) 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/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp 144 // class Value::CommentInfo
150 Value::CommentInfo::CommentInfo()
155 Value::CommentInfo::~CommentInfo()
163 Value::CommentInfo::setComment( const char *text )
503 comments_ = new CommentInfo[numberOfCommentPlacement];
506 const CommentInfo &otherComment = other.comments_[comment];
    [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 465 struct CommentInfo
467 CommentInfo();
468 ~CommentInfo();
504 CommentInfo *comments_;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.pm     [all...]

Completed in 756 milliseconds