OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_CALLDEPTH
(Results
1 - 2
of
2
) sorted by null
/external/ltrace/
proc.h
81
#define
MAX_CALLDEPTH
64
103
struct callstack_element callstack[
MAX_CALLDEPTH
];
handle_event.c
776
if (proc->callstack_depth ==
MAX_CALLDEPTH
- 1) {
803
if (proc->callstack_depth ==
MAX_CALLDEPTH
- 1) {
Completed in 43 milliseconds