Home
last modified time | relevance | path

Searched defs:stack_limit (Results 1 – 10 of 10) sorted by relevance

/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h534 int stack_limit() const { return stack_limit_; } in stack_limit() function
535 void set_stack_limit(int stack_limit) { in set_stack_limit()
Dpcre.cc104 int stack_limit, bool report_errors) { in Init()
528 int stack_limit = stack_limit_; in TryMatch() local
/external/regex-re2/util/
Dpcre.h533 int stack_limit() const { return stack_limit_; } in stack_limit() function
534 void set_stack_limit(int stack_limit) { in set_stack_limit()
Dpcre.cc105 int stack_limit, bool report_errors) { in Init()
529 int stack_limit = stack_limit_; in TryMatch() local
/external/cronet/tot/third_party/re2/src/util/
Dpcre.h524 int stack_limit() const { return stack_limit_; } in stack_limit() function
525 void set_stack_limit(int stack_limit) { in set_stack_limit()
Dpcre.cc104 int stack_limit, bool report_errors) { in Init()
468 int stack_limit = stack_limit_; in TryMatch() local
/external/cronet/stable/third_party/re2/src/util/
Dpcre.h524 int stack_limit() const { return stack_limit_; } in stack_limit() function
525 void set_stack_limit(int stack_limit) { in set_stack_limit()
Dpcre.cc104 int stack_limit, bool report_errors) { in Init()
468 int stack_limit = stack_limit_; in TryMatch() local
/external/musl/src/thread/
Dpthread_create.c242 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit; in __pthread_create() local
/external/trusty/musl/src/thread/
Dpthread_create.c230 unsigned char *map = 0, *stack = 0, *tsd = 0, *stack_limit; in __pthread_create() local