Searched refs:msgout (Results 1 – 2 of 2) sorted by relevance
953 char *msgout = NULL, *buf; in phpdbg_process_print() local1003 msgout = estrdup("\n"); in phpdbg_process_print()1011 msgout = estrndup(msg, msglen); in phpdbg_process_print()1016 msgout = estrdup(""); in phpdbg_process_print()1069 if (msgout) { in phpdbg_process_print()1082 } else if (msgout) { in phpdbg_process_print()1083 phpdbg_eol_convert(&msgout, &msgoutlen); in phpdbg_process_print()1084 phpdbg_mixed_write(fd, msgout, msgoutlen); in phpdbg_process_print()1091 if (msgout) { in phpdbg_process_print()1092 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 13 milliseconds