ppos 104 src/ftdm_callerid.c if (state->checksum != 0 || state->ppos >= state->dlen - 1) { ppos 108 src/ftdm_callerid.c if (!state->ppos) { ppos 113 src/ftdm_callerid.c state->ppos = 2; ppos 123 src/ftdm_callerid.c if (state->ppos == 2) { ppos 127 src/ftdm_callerid.c if (state->buf[state->ppos] == 'P' || state->buf[state->ppos] == 'O') { ppos 135 src/ftdm_callerid.c *data = (char *)&state->buf[state->ppos]; ppos 136 src/ftdm_callerid.c state->ppos += *len; ppos 139 src/ftdm_callerid.c *type = state->buf[state->ppos++]; ppos 140 src/ftdm_callerid.c *len = state->buf[state->ppos++]; ppos 141 src/ftdm_callerid.c *data = (char *)&state->buf[state->ppos]; ppos 142 src/ftdm_callerid.c state->ppos += *len; ppos 315 src/include/private/ftdm_core.h ftdm_size_t ppos;