nodes             134 src/ftdm_state.c 		if (!state_map->nodes[x].type) {
nodes             138 src/ftdm_state.c 		if (state_map->nodes[x].direction != direction) {
nodes             142 src/ftdm_state.c 		if (state_map->nodes[x].check_states[0] == FTDM_ANY_STATE) {
nodes             146 src/ftdm_state.c 				if (state_map->nodes[x].check_states[i] == ftdmchan->state) {
nodes             158 src/ftdm_state.c 			ok = (state_map->nodes[x].type == ZSM_ACCEPTABLE);
nodes             159 src/ftdm_state.c 			if (state_map->nodes[x].states[i] == FTDM_END) {
nodes             162 src/ftdm_state.c 			if (state_map->nodes[x].states[i] == state) {
nodes             176 src/include/private/ftdm_state.h 	ftdm_state_map_node_t nodes[FTDM_MAP_NODE_SIZE];