Home
last modified time | relevance | path

Searched defs:repl (Results 1 – 25 of 25) sorted by relevance

/external/libnl/lib/netfilter/
Dct_obj.c583 int nfnl_ct_set_src(struct nfnl_ct *ct, int repl, struct nl_addr *addr) in nfnl_ct_set_src()
590 int nfnl_ct_set_dst(struct nfnl_ct *ct, int repl, struct nl_addr *addr) in nfnl_ct_set_dst()
597 struct nl_addr *nfnl_ct_get_src(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_src()
606 struct nl_addr *nfnl_ct_get_dst(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_dst()
615 void nfnl_ct_set_src_port(struct nfnl_ct *ct, int repl, uint16_t port) in nfnl_ct_set_src_port()
624 int nfnl_ct_test_src_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_test_src_port()
630 uint16_t nfnl_ct_get_src_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_src_port()
637 void nfnl_ct_set_dst_port(struct nfnl_ct *ct, int repl, uint16_t port) in nfnl_ct_set_dst_port()
646 int nfnl_ct_test_dst_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_test_dst_port()
652 uint16_t nfnl_ct_get_dst_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_dst_port()
[all …]
Dct.c105 static int ct_parse_ip(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_ip()
160 static int ct_parse_proto(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_proto()
190 static int ct_parse_tuple(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_tuple()
250 static int ct_parse_counters(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_counters()
384 int repl) in nfnl_ct_build_tuple()
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DMacroExpander.cpp201 Token& repl = replacements->front(); in expandMacro() local
229 Token& repl = replacements->at(i); in expandMacro() local
339 const Token &repl = macro.replacements[i]; in replaceMacroParams() local
/external/clang/www/
Dbuiltins.py147 def report_repl(builtin, repl): argument
/external/chromium_org/tools/grit/grit/format/
Dhtml_inline_unittest.py241 def replacer(var, repl): argument
/external/chromium_org/components/search_engines/
Dsearch_terms_data.cc26 GURL::Replacements repl; in GoogleBaseSuggestURLValue() local
Dtemplate_url_parser.cc464 GURL::Replacements repl; in ProcessURLParams() local
/external/chromium-trace/
Dsystrace.py243 def repl(m): function
/external/chromium_org/tools/grit/grit/gather/
Dchrome_html_unittest.py495 def replacer(var, repl): argument
/external/chromium_org/content/browser/
Dbrowser_url_handler_impl.cc66 url::Replacements<char> repl; in ReverseViewSource() local
/external/chromium_org/url/
Durl_canon_internal.cc310 const Replacements<char>& repl, in SetupOverrideComponents()
341 const Replacements<base::char16>& repl, in SetupUTF16OverrideComponents()
Dgurl_unittest.cc407 GURL::Replacements repl; in TEST() local
431 GURL::Replacements repl; in TEST() local
Durl_canon_unittest.cc2112 Replacements<base::char16> repl; in TEST() local
/external/owasp/sanitizer/src/main/org/owasp/html/
DEncoding.java171 String repl = REPLACEMENTS[ch]; in encodeHtmlOnto() local
/external/deqp/framework/qphelper/
DqpXmlWriter.c55 const char* repl = DE_NULL; in writeEscaped() local
/external/iptables/libiptc/
Dlibiptc.c1118 static inline int iptcc_compile_rule (struct xtc_handle *h, STRUCT_REPLACE *repl, struct rule_head … in iptcc_compile_rule()
1143 static int iptcc_compile_chain(struct xtc_handle *h, STRUCT_REPLACE *repl, struct chain_head *c) in iptcc_compile_chain()
1249 static int iptcc_compile_table(struct xtc_handle *h, STRUCT_REPLACE *repl) in iptcc_compile_table()
2481 STRUCT_REPLACE *repl, unsigned int idx, in counters_normal_map()
2496 STRUCT_REPLACE *repl, unsigned int idx, in counters_map_zeroed()
2528 STRUCT_REPLACE *repl; in TC_COMMIT() local
/external/chromium_org/chrome/common/
Dlocalized_error.cc814 GURL::Replacements repl; in GetStrings() local
/external/chromium_org/third_party/icu/source/test/cintltst/
Dreapits.c994 UChar repl[100]; in TestRegexCAPI() local
1920 UChar repl[100]; in TestUTextAPI() local
/external/icu/icu4c/source/test/cintltst/
Dreapits.c994 UChar repl[100]; in TestRegexCAPI() local
1920 UChar repl[100]; in TestUTextAPI() local
/external/chromium_org/testing/gtest/scripts/
Dupload.py827 def repl(m): function
/external/chromium_org/net/socket_stream/
Dsocket_stream.cc653 GURL::Replacements repl; in DoResolveProxyComplete() local
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2317 Value *repl = findLeader(I->getParent(), Num); in processInstruction() local
/external/libxml2/
Dvalid.c5233 xmlNodePtr repl = NULL, last = NULL, tmp; in xmlValidateElementContent() local
/external/chromium_org/third_party/libxml/src/
Dvalid.c5233 xmlNodePtr repl = NULL, last = NULL, tmp; in xmlValidateElementContent() local
/external/mksh/src/
Dedit.c4807 putbuf(const char *buf, ssize_t len, bool repl) in putbuf()