Lines Matching refs:pStrings
633 char **pStrings;
644 pStrings = (char **)calloc(1, sizeof(char *));
645 if (pStrings == NULL) {
654 pStrings = NULL;
659 pStrings = (char **)calloc(countStrings, sizeof(char *));
660 if (pStrings == NULL) {
668 pStrings[i] = strdupReadString(p);
669 appendPrintBuf("%s%s,", printBuf, pStrings[i]);
676 CALL_ONREQUEST(pRI->pCI->requestNumber, pStrings, datalen, pRI, pRI->socket_id);
678 if (pStrings != NULL) {
681 memsetString (pStrings[i]);
683 free(pStrings[i]);
687 memset(pStrings, 0, datalen);
689 free(pStrings);
1303 char **pStrings;
1322 pStrings = (char **)calloc(1, sizeof(char *));
1323 if (pStrings == NULL) {
1332 pStrings = NULL;
1342 pStrings = (char **)calloc(countStrings, sizeof(char *));
1343 if (pStrings == NULL) {
1351 pStrings[i] = strdupReadString(p);
1352 appendPrintBuf("%s%s,", printBuf, pStrings[i]);
1359 rism.message.gsmMessage = pStrings;
1364 if (pStrings != NULL) {
1367 memsetString (pStrings[i]);
1369 free(pStrings[i]);
1373 memset(pStrings, 0, datalen);
1375 free(pStrings);