msglen            292 sapi/phpdbg/phpdbg.h 		int msglen;
msglen            576 sapi/phpdbg/phpdbg_out.c 							s_len = PHPDBG_G(err_buf).msglen;
msglen            898 sapi/phpdbg/phpdbg_out.c static int phpdbg_encode_xml(char **buf, char *msg, int msglen, int from, char *to) {
msglen            901 sapi/phpdbg/phpdbg_out.c 	char *tmp = *buf = emalloc(msglen * tolen);
msglen            902 sapi/phpdbg/phpdbg_out.c 	for (i = 0; i++ < msglen; msg++) {
msglen            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) {
msglen            974 sapi/phpdbg/phpdbg_out.c 				msgoutlen = phpdbg_asprintf(&msgout, "\033[%sm[%.*s]\033[0m\n", PHPDBG_G(colors)[PHPDBG_COLOR_ERROR]->code, msglen, msg);
msglen            976 sapi/phpdbg/phpdbg_out.c 				msgoutlen = phpdbg_asprintf(&msgout, "[%.*s]\n", msglen, msg);
msglen            991 sapi/phpdbg/phpdbg_out.c 				msgoutlen = phpdbg_asprintf(&msgout, "\033[%sm[%.*s]\033[0m\n", PHPDBG_G(colors)[PHPDBG_COLOR_NOTICE]->code, msglen, msg);
msglen            993 sapi/phpdbg/phpdbg_out.c 				msgoutlen = phpdbg_asprintf(&msgout, "[%.*s]\n", msglen, msg);
msglen           1000 sapi/phpdbg/phpdbg_out.c 				msgoutlen = phpdbg_asprintf(&msgout, "%.*s\n", msglen, msg);
msglen           1011 sapi/phpdbg/phpdbg_out.c 				msgout = estrndup(msg, msglen);
msglen           1012 sapi/phpdbg/phpdbg_out.c 				msgoutlen = msglen;
msglen           1013 sapi/phpdbg/phpdbg_out.c 				PHPDBG_G(last_was_newline) = msg[msglen - 1] == '\n';
msglen           1023 sapi/phpdbg/phpdbg_out.c 				PHPDBG_G(last_was_newline) = msg[msglen - 1] == '\n';
msglen           1034 sapi/phpdbg/phpdbg_out.c 					encoded = php_escape_html_entities((unsigned char *) msg, msglen, 0, ENT_NOQUOTES, PG(internal_encoding) && PG(internal_encoding)[0] ? PG(internal_encoding) : (SG(default_charset) ? SG(default_charset) : "UTF-8"));
msglen           1041 sapi/phpdbg/phpdbg_out.c 					phpdbg_mixed_write(fd, msg, msglen);
msglen           1043 sapi/phpdbg/phpdbg_out.c 				return msglen;
msglen           1053 sapi/phpdbg/phpdbg_out.c 					msgoutlen = phpdbg_asprintf(&msgout, "[%ld %.8F]: %.*s\n", tp.tv_sec, tp.tv_usec / 1000000., msglen, msg);
msglen           1100 sapi/phpdbg/phpdbg_out.c 	int msglen = 0, xmllen = 0;
msglen           1106 sapi/phpdbg/phpdbg_out.c 		msglen = phpdbg_xml_vasprintf(&msg, strfmt, 0, argcpy);
msglen           1127 sapi/phpdbg/phpdbg_out.c 		PHPDBG_G(err_buf).msglen = msglen;
msglen           1133 sapi/phpdbg/phpdbg_out.c 		return msglen;
msglen           1136 sapi/phpdbg/phpdbg_out.c 	len = phpdbg_process_print(fd, type, tag, msg, msglen, xml, xmllen);
msglen           1265 sapi/phpdbg/phpdbg_out.c 		int msglen;
msglen           1267 sapi/phpdbg/phpdbg_out.c 		msglen = phpdbg_encode_xml(&msg, buffer, buflen, 256, NULL);
msglen           1268 sapi/phpdbg/phpdbg_out.c 		phpdbg_encode_ctrl_chars(&msg, &msglen);
msglen           1269 sapi/phpdbg/phpdbg_out.c 		phpdbg_eol_convert(&msg, &msglen);
msglen           1277 sapi/phpdbg/phpdbg_out.c 		len = phpdbg_mixed_write(fd, msg, msglen);
msglen             70 sapi/phpdbg/phpdbg_rinit_hook.c 		char msglen[5] = {0};
msglen             71 sapi/phpdbg/phpdbg_rinit_hook.c 		phpdbg_webdata_compress(&msg, (int *)msglen);
msglen             73 sapi/phpdbg/phpdbg_rinit_hook.c 		send(s, msglen, 4, 0);
msglen             74 sapi/phpdbg/phpdbg_rinit_hook.c 		send(s, msg, *(int *) msglen, 0);
msglen            366 sapi/phpdbg/phpdbg_wait.c 	char msglen[5];
msglen            370 sapi/phpdbg/phpdbg_wait.c 		recvd -= recv(sr, &(msglen[4 - recvd]), recvd, 0);
msglen            373 sapi/phpdbg/phpdbg_wait.c 	recvd = *(size_t *) msglen;
msglen            377 sapi/phpdbg/phpdbg_wait.c 		recvd -= recv(sr, &(data[(*(int *) msglen) - recvd]), recvd, 0);
msglen            380 sapi/phpdbg/phpdbg_wait.c 	phpdbg_webdata_decompress(data, *(int *) msglen);