Lines Matching refs:string8

601     char *string8 = NULL;  in dispatchString()  local
603 string8 = strdupReadString(p); in dispatchString()
606 appendPrintBuf("%s%s", printBuf, string8); in dispatchString()
610 CALL_ONREQUEST(pRI->pCI->requestNumber, string8, in dispatchString()
614 memsetString(string8); in dispatchString()
617 free(string8); in dispatchString()
2849 char* string8 = NULL; in responseCdmaInformationRecords() local
2885 string8 = (char*) calloc(infoRec->rec.display.alpha_len + 1, sizeof(char)); in responseCdmaInformationRecords()
2886 if (string8 == NULL) { in responseCdmaInformationRecords()
2892 string8[i] = infoRec->rec.display.alpha_buf[i]; in responseCdmaInformationRecords()
2894 string8[(int)infoRec->rec.display.alpha_len] = '\0'; in responseCdmaInformationRecords()
2895 writeStringToParcel(p, (const char*)string8); in responseCdmaInformationRecords()
2896 free(string8); in responseCdmaInformationRecords()
2897 string8 = NULL; in responseCdmaInformationRecords()
2909 string8 = (char*) calloc(infoRec->rec.number.len + 1, sizeof(char)); in responseCdmaInformationRecords()
2910 if (string8 == NULL) { in responseCdmaInformationRecords()
2916 string8[i] = infoRec->rec.number.buf[i]; in responseCdmaInformationRecords()
2918 string8[(int)infoRec->rec.number.len] = '\0'; in responseCdmaInformationRecords()
2919 writeStringToParcel(p, (const char*)string8); in responseCdmaInformationRecords()
2920 free(string8); in responseCdmaInformationRecords()
2921 string8 = NULL; in responseCdmaInformationRecords()
2950 string8 = (char*) calloc(infoRec->rec.redir.redirectingNumber.len + 1, in responseCdmaInformationRecords()
2952 if (string8 == NULL) { in responseCdmaInformationRecords()
2960 string8[i] = infoRec->rec.redir.redirectingNumber.buf[i]; in responseCdmaInformationRecords()
2962 string8[(int)infoRec->rec.redir.redirectingNumber.len] = '\0'; in responseCdmaInformationRecords()
2963 writeStringToParcel(p, (const char*)string8); in responseCdmaInformationRecords()
2964 free(string8); in responseCdmaInformationRecords()
2965 string8 = NULL; in responseCdmaInformationRecords()