Searched defs:max_mem (Results 1 – 4 of 4) sorted by relevance
/third_party/re2/re2/ |
D | compile.cc | 1096 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()
|
D | re2.h | 649 int64_t max_mem() const { return max_mem_; } in max_mem() function
|
D | dfa.cc | 437 DFA::DFA(Prog* prog, Prog::MatchKind kind, int64_t max_mem) in DFA()
|
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstmultiudpsink.c | 399 guint max_mem; in gst_multiudpsink_init() local
|