Home
last modified time | relevance | path

Searched refs:repl (Results 1 – 20 of 20) sorted by relevance

/external/iptables/libiptc/
Dlibiptc.c603 static inline int iptcc_compile_rule (TC_HANDLE_T h, STRUCT_REPLACE *repl, struct rule_head *r) in iptcc_compile_rule() argument
622 memcpy((char *)repl->entries+r->offset, r->entry, r->size); in iptcc_compile_rule()
628 static int iptcc_compile_chain(TC_HANDLE_T h, STRUCT_REPLACE *repl, struct chain_head *c) in iptcc_compile_chain() argument
638 head = (void *)repl->entries + c->head_offset; in iptcc_compile_chain()
646 repl->hook_entry[c->hooknum-1] = c->head_offset; in iptcc_compile_chain()
647 repl->underflow[c->hooknum-1] = c->foot_offset; in iptcc_compile_chain()
652 ret = iptcc_compile_rule(h, repl, r); in iptcc_compile_chain()
658 foot = (void *)repl->entries + c->foot_offset; in iptcc_compile_chain()
734 static int iptcc_compile_table(TC_HANDLE_T h, STRUCT_REPLACE *repl) in iptcc_compile_table() argument
741 int ret = iptcc_compile_chain(h, repl, c); in iptcc_compile_table()
[all …]
/external/chromium/googleurl/src/
Dgurl_unittest.cc256 GURL::Replacements repl; in TEST() local
257 SetupReplacement(&GURL::Replacements::SetScheme, &repl, cur.scheme); in TEST()
258 SetupReplacement(&GURL::Replacements::SetUsername, &repl, cur.username); in TEST()
259 SetupReplacement(&GURL::Replacements::SetPassword, &repl, cur.password); in TEST()
260 SetupReplacement(&GURL::Replacements::SetHost, &repl, cur.host); in TEST()
261 SetupReplacement(&GURL::Replacements::SetPort, &repl, cur.port); in TEST()
262 SetupReplacement(&GURL::Replacements::SetPath, &repl, cur.path); in TEST()
263 SetupReplacement(&GURL::Replacements::SetQuery, &repl, cur.query); in TEST()
264 SetupReplacement(&GURL::Replacements::SetRef, &repl, cur.ref); in TEST()
265 GURL output = url.ReplaceComponents(repl); in TEST()
Durl_canon_internal.cc305 const Replacements<char>& repl, in SetupOverrideComponents() argument
309 const URLComponentSource<char>& repl_source = repl.sources(); in SetupOverrideComponents()
310 const url_parse::Parsed& repl_parsed = repl.components(); in SetupOverrideComponents()
336 const Replacements<char16>& repl, in SetupUTF16OverrideComponents() argument
343 const URLComponentSource<char16>& repl_source = repl.sources(); in SetupUTF16OverrideComponents()
344 const url_parse::Parsed& repl_parsed = repl.components(); in SetupUTF16OverrideComponents()
Durl_canon_internal.h396 const Replacements<char>& repl,
417 const Replacements<char16>& repl,
Durl_canon_unittest.cc1912 url_canon::Replacements<char16> repl; in TEST() local
1918 repl.SetPath(new_path.c_str(), url_parse::Component(0, 4)); in TEST()
1919 repl.SetQuery(new_query.c_str(), in TEST()
1928 url_canon::ReplaceFileURL(src, parsed, repl, NULL, &repl_output, &repl_parsed); in TEST()
/external/icu4c/test/cintltst/
Dreapits.c963 UChar repl[100]; in TestRegexCAPI() local
974 u_uastrncpy(repl, "some other", sizeof(repl)/2); in TestRegexCAPI()
982 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status); in TestRegexCAPI()
991 u_uastrncpy(repl, "abc\\u0041\\U00000042 \\\\ $ \\abc", sizeof(repl)/2); in TestRegexCAPI()
992 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status); in TestRegexCAPI()
1002 uregex_appendReplacement(re, repl, -1, &bufPtr, NULL, &status); in TestRegexCAPI()
1858 UChar repl[100]; in TestUTextAPI() local
1868 u_uastrncpy(repl, "some other", sizeof(repl)/2); in TestUTextAPI()
1876 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status); in TestUTextAPI()
1885 u_uastrncpy(repl, "abc\\u0041\\U00000042 \\\\ $ \\abc", sizeof(repl)/2); in TestUTextAPI()
[all …]
/external/protobuf/python/
Dez_setup.py254 repl = "".join(data)
265 src = src[:match.start(1)] + repl + src[match.end(1):]
/external/chromium/third_party/icu/source/test/cintltst/
Dreapits.c918 UChar repl[100]; in TestRegexCAPI() local
929 u_uastrncpy(repl, "some other", sizeof(repl)/2); in TestRegexCAPI()
937 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status); in TestRegexCAPI()
946 u_uastrncpy(repl, "abc\\u0041\\U00000042 \\\\ $ \\abc", sizeof(repl)/2); in TestRegexCAPI()
947 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status); in TestRegexCAPI()
957 uregex_appendReplacement(re, repl, -1, &bufPtr, NULL, &status); in TestRegexCAPI()
/external/kernel-headers/original/linux/netfilter_arp/
Darp_tables.h245 const struct arpt_replace *repl);
/external/chromium/net/socket_stream/
Dsocket_stream.cc447 GURL::Replacements repl; in DoResolveProxyComplete() local
448 repl.SetSchemeStr(scheme); in DoResolveProxyComplete()
449 proxy_url_ = url_.ReplaceComponents(repl); in DoResolveProxyComplete()
/external/kernel-headers/original/linux/netfilter_ipv6/
Dip6_tables.h297 const struct ip6t_replace *repl);
/external/kernel-headers/original/linux/netfilter_ipv4/
Dip_tables.h286 const struct ipt_replace *repl);
/external/libxml2/
Dvalid.c5283 xmlNodePtr repl = NULL, last = NULL, tmp; in xmlValidateElementContent() local
5437 xmlFreeNodeList(repl); in xmlValidateElementContent()
5446 if (repl == NULL) in xmlValidateElementContent()
5447 repl = last = tmp; in xmlValidateElementContent()
5481 NODE = repl; in xmlValidateElementContent()
5497 if (repl != NULL) in xmlValidateElementContent()
5498 xmlSnprintfElements(&list[0], 5000, repl, 1); in xmlValidateElementContent()
5533 while (repl != NULL) { in xmlValidateElementContent()
5534 tmp = repl->next; in xmlValidateElementContent()
5535 xmlFree(repl); in xmlValidateElementContent()
[all …]
/external/tcpdump/tests/
Dprint-X.new130 0x05b0: 3e59 6f75 2073 686f 756c 6420 7265 706c >You.should.repl
Dprint-capX.out130 0x05b0: 3e59 6f75 2073 686f 756c 6420 7265 706c >You.should.repl
/external/iproute2/doc/
Dip-cref.tex857 \verb|replace|, \verb|repl|.
1215 \verb|replace|, \verb|repl|.
/external/chromium/third_party/icu/source/
Dconfigure11145 b repl
/external/libpng/
Dconfigure12641 b repl
/external/icu4c/
Dconfigure12234 b repl
/external/chromium/third_party/libevent/
Dconfigure25444 b repl