Lines Matching defs:cff
1065 RIL_CallForwardInfo cff;
1070 memset (&cff, 0, sizeof(cff));
1075 cff.status = (int)t;
1078 cff.reason = (int)t;
1081 cff.serviceClass = (int)t;
1084 cff.toa = (int)t;
1086 cff.number = strdupReadString(p);
1089 cff.timeSeconds = (int)t;
1097 if (cff.number != NULL && strlen (cff.number) == 0) {
1098 cff.number = NULL;
1103 cff.status, cff.reason, cff.serviceClass, cff.toa,
1104 (char*)cff.number, cff.timeSeconds);
1108 CALL_ONREQUEST(pRI->pCI->requestNumber, &cff, sizeof(cff), pRI, pRI->socket_id);
1111 memsetString(cff.number);
1114 free (cff.number);
1117 memset(&cff, 0, sizeof(cff));