Home
last modified time | relevance | path

Searched refs:xmllen (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c567 s_len = PHPDBG_G(err_buf).xmllen; in format_converter()
931 …rint(int fd, int type, const char *tag, const char *msg, int msglen, const char *xml, int xmllen) { in phpdbg_process_print() argument
1045xmllen = phpdbg_asprintf(&xmlbuf, "req=\"" ZEND_ULONG_FMT "\" %.*s", PHPDBG_G(req_id), xmllen, xml… in phpdbg_process_print()
1050 …f(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"%.*s\" />", tag, severity, xmllen, xml, buflen, buf); in phpdbg_process_print()
1054 … = phpdbg_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"\" />", tag, severity, xmllen, xml); in phpdbg_process_print()
1079 int msglen = 0, xmllen = 0; in phpdbg_vprint() local
1092 xmllen = phpdbg_xml_vasprintf(&xml, xmlfmt, 1, argcpy); in phpdbg_vprint()
1109 PHPDBG_G(err_buf).xmllen = xmllen; in phpdbg_vprint()
1115 len = phpdbg_process_print(fd, type, tag, msg, msglen, xml, xmllen); in phpdbg_vprint()
H A Dphpdbg.h303 int xmllen; member

Completed in 9 milliseconds