Home | History | Annotate | Download | only in demos

Lines Matching full:pmsg

195                                                   size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg,
197 char *message = (char *)malloc(strlen(pMsg) + 100);
202 sprintf(message, "ERROR: [%s] Code %d : %s", pLayerPrefix, msgCode, pMsg);
204 sprintf(message, "WARNING: [%s] Code %d : %s", pLayerPrefix, msgCode, pMsg);
206 sprintf(message, "INFO: [%s] Code %d : %s", pLayerPrefix, msgCode, pMsg);
208 sprintf(message, "DEBUG: [%s] Code %d : %s", pLayerPrefix, msgCode, pMsg);