Home
last modified time | relevance | path

Searched defs:max_mem (Results 1 – 4 of 4) sorted by relevance

/third_party/re2/re2/
Dcompile.cc1096 void Compiler::Setup(Regexp::ParseFlags flags, int64_t max_mem, in Setup()
1136 Prog* Compiler::Compile(Regexp* re, bool reversed, int64_t max_mem) { in Compile()
1220 Prog* Regexp::CompileToProg(int64_t max_mem) { in CompileToProg()
1224 Prog* Regexp::CompileToReverseProg(int64_t max_mem) { in CompileToReverseProg()
1233 Prog* Compiler::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
1275 Prog* Prog::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
Dre2.h649 int64_t max_mem() const { return max_mem_; } in max_mem() function
Ddfa.cc437 DFA::DFA(Prog* prog, Prog::MatchKind kind, int64_t max_mem) in DFA()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstmultiudpsink.c399 guint max_mem; in gst_multiudpsink_init() local