hindex           1329 src/ftdm_io.c  		ftdmchan->history[ftdmchan->hindex].file = file;
hindex           1330 src/ftdm_io.c  		ftdmchan->history[ftdmchan->hindex].func = func;
hindex           1331 src/ftdm_io.c  		ftdmchan->history[ftdmchan->hindex].line = line;
hindex           1332 src/ftdm_io.c  		ftdmchan->history[ftdmchan->hindex].state = ftdmchan->state;
hindex           1333 src/ftdm_io.c  		ftdmchan->history[ftdmchan->hindex].last_state = ftdmchan->last_state;
hindex           1334 src/ftdm_io.c  		ftdmchan->history[ftdmchan->hindex].time = ftdm_current_time_in_ms();
hindex           1335 src/ftdm_io.c  		ftdmchan->hindex++;
hindex           1336 src/ftdm_io.c  		if (ftdmchan->hindex == ftdm_array_len(ftdmchan->history)) {
hindex           1337 src/ftdm_io.c  			ftdmchan->hindex = 0;
hindex           5383 src/ftdm_io.c  	for (i = fchan->hindex; i < ftdm_array_len(fchan->history); i++) {
hindex           5393 src/ftdm_io.c  	for (i = 0; i < fchan->hindex; i++) {
hindex            394 src/include/private/ftdm_core.h 	uint8_t hindex;