xmllen            294 sapi/phpdbg/phpdbg.h 		int xmllen;
xmllen            574 sapi/phpdbg/phpdbg_out.c 							s_len = PHPDBG_G(err_buf).xmllen;
xmllen            952 sapi/phpdbg/phpdbg_out.c static int phpdbg_process_print(int fd, int type, const char *tag, const char *msg, int msglen, const char *xml, int xmllen) {
xmllen           1066 sapi/phpdbg/phpdbg_out.c 			xmllen = phpdbg_asprintf(&xmlbuf, "req=\"%lu\" %.*s", PHPDBG_G(req_id), xmllen, xml);
xmllen           1071 sapi/phpdbg/phpdbg_out.c 			xmloutlen = phpdbg_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"%.*s\" />", tag, severity, xmllen, xml, buflen, buf);
xmllen           1075 sapi/phpdbg/phpdbg_out.c 			xmloutlen = phpdbg_asprintf(&xmlout, "<%s severity=\"%s\" %.*s msgout=\"\" />", tag, severity, xmllen, xml);
xmllen           1100 sapi/phpdbg/phpdbg_out.c 	int msglen = 0, xmllen = 0;
xmllen           1113 sapi/phpdbg/phpdbg_out.c 			xmllen = phpdbg_xml_vasprintf(&xml, xmlfmt, 1, argcpy);
xmllen           1130 sapi/phpdbg/phpdbg_out.c 			PHPDBG_G(err_buf).xmllen = xmllen;
xmllen           1136 sapi/phpdbg/phpdbg_out.c 	len = phpdbg_process_print(fd, type, tag, msg, msglen, xml, xmllen);