Home
last modified time | relevance | path

Searched refs:node_stack_cnt (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/core/lwip/src/core/snmp/
Dmib_structs.c57 static u8_t node_stack_cnt; variable
66 LWIP_ASSERT("node_stack_cnt < NODE_STACK_SIZE",node_stack_cnt < NODE_STACK_SIZE); in push_node()
68 if (node_stack_cnt < NODE_STACK_SIZE) in push_node()
70 node_stack[node_stack_cnt] = *node; in push_node()
71 node_stack_cnt++; in push_node()
81 if (node_stack_cnt > 0) in pop_node()
83 node_stack_cnt--; in pop_node()
84 *node = node_stack[node_stack_cnt]; in pop_node()
689 node_stack_cnt = 0; in snmp_expand_tree()
1078 while ((node_stack_cnt > 0) && (child.r_ptr == NULL)) in snmp_expand_tree()