Searched refs:msgout (Results 1 – 2 of 2) sorted by relevance
952 char *msgout = NULL, *buf; in phpdbg_process_print() local1002 msgout = estrdup("\n"); in phpdbg_process_print()1010 msgout = estrndup(msg, msglen); in phpdbg_process_print()1015 msgout = estrdup(""); in phpdbg_process_print()1068 if (msgout) { in phpdbg_process_print()1081 } else if (msgout) { in phpdbg_process_print()1082 phpdbg_eol_convert(&msgout, &msgoutlen); in phpdbg_process_print()1083 phpdbg_mixed_write(fd, msgout, msgoutlen); in phpdbg_process_print()1090 if (msgout) { in phpdbg_process_print()1091 efree(msgout); in phpdbg_process_print()[all …]
16 msgout section19 - text message output related to the xml data (e.g. <intro severity="normal" help="help" msgout=…
Completed in 17 milliseconds