Home
last modified time | relevance | path

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

12345

/third_party/libnl/lib/netfilter/
Dct_obj.c632 int nfnl_ct_set_src(struct nfnl_ct *ct, int repl, struct nl_addr *addr) in nfnl_ct_set_src()
639 int nfnl_ct_set_dst(struct nfnl_ct *ct, int repl, struct nl_addr *addr) in nfnl_ct_set_dst()
646 struct nl_addr *nfnl_ct_get_src(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_src()
655 struct nl_addr *nfnl_ct_get_dst(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_dst()
664 void nfnl_ct_set_src_port(struct nfnl_ct *ct, int repl, uint16_t port) in nfnl_ct_set_src_port()
673 int nfnl_ct_test_src_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_test_src_port()
679 uint16_t nfnl_ct_get_src_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_src_port()
686 void nfnl_ct_set_dst_port(struct nfnl_ct *ct, int repl, uint16_t port) in nfnl_ct_set_dst_port()
695 int nfnl_ct_test_dst_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_test_dst_port()
701 uint16_t nfnl_ct_get_dst_port(const struct nfnl_ct *ct, int repl) in nfnl_ct_get_dst_port()
[all …]
Dct.c102 static int ct_parse_ip(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_ip()
157 static int ct_parse_proto(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_proto()
200 static int ct_parse_tuple(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_tuple()
260 static int ct_parse_counters(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_counters()
426 int repl) in nfnl_ct_build_tuple()
/third_party/node/test/parallel/
Dtest-repl-null.js3 const repl = require('repl'); constant
Dtest-repl-require-cache.js25 const repl = require('repl'); constant
Dtest-repl-no-terminal.js4 const repl = require('repl'); constant
Dtest-repl-domain.js26 const repl = require('repl'); constant
Dtest-repl-turn-off-editor-mode.js3 const repl = require('repl'); constant
Dtest-repl-memory-deprecation.js4 const repl = require('repl'); constant
Dtest-repl-deprecations.js4 const repl = require('repl'); constant
Dtest-repl-empty.js4 const repl = require('repl'); constant
Dtest-repl-let-process.js4 const repl = require('repl'); constant
Dtest-repl-tab-complete-no-warn.js5 const repl = require('repl'); constant
Dtest-repl-tab-complete-crash.js6 const repl = require('repl'); constant
Dtest-repl-inspector.js6 const repl = require('repl'); constant
Dtest-repl-null-thrown.js3 const repl = require('repl'); constant
Dtest-repl-eval.js4 const repl = require('repl'); constant
Dtest-repl-autolibs.js27 const repl = require('repl'); constant
Dtest-repl-syntax-error-stack.js7 const repl = require('repl'); constant
Dtest-repl-uncaught-exception-evalcallback.js4 const repl = require('repl'); constant
Dtest-repl-pretty-stack-custom-writer.js5 const repl = require('repl'); constant
/third_party/node/lib/internal/repl/
Dhistory.js28 function _writeToOutput(repl, message) { argument
33 function setupHistory(repl, historyPath, ready) { argument
Dutils.js138 function setupPreview(repl, contextSymbol, bufferSymbol, active) { argument
283 function isInStrictMode(repl) { argument
505 function setupReverseSearch(repl) { argument
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_copy_prop.c75 bi_index repl = replacement[bi_word_node(use)]; in bi_opt_copy_prop() local
/third_party/python/Lib/
Dre.py202 def sub(pattern, repl, string, count=0, flags=0): argument
211 def subn(pattern, repl, string, count=0, flags=0): argument
315 def _compile_repl(repl, pattern): argument
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DMacroExpander.cpp312 Token &repl = replacements->front(); in expandMacro() local
336 Token &repl = replacements->at(i); in expandMacro() local
477 const Token &repl = macro.replacements[i]; in replaceMacroParams() local

12345