temp_len          688 ext/intl/converter/converter.c 				temp_len;
temp_len          699 ext/intl/converter/converter.c 	temp_len = 1 + ucnv_toUChars(src_cnv, NULL, 0, src, src_len, &error);
temp_len          704 ext/intl/converter/converter.c 	temp = safe_emalloc(sizeof(UChar), temp_len, sizeof(UChar));
temp_len          708 ext/intl/converter/converter.c 	temp_len = ucnv_toUChars(src_cnv, temp, temp_len, src, src_len, &error);
temp_len          714 ext/intl/converter/converter.c 	temp[temp_len] = 0;
temp_len          717 ext/intl/converter/converter.c 	dest_len = 1 + ucnv_fromUChars(dest_cnv, NULL, 0, temp, temp_len, &error);
temp_len          727 ext/intl/converter/converter.c 	dest_len = ucnv_fromUChars(dest_cnv, dest, dest_len, temp, temp_len, &error);
temp_len         2048 ext/standard/file.c 	size_t temp_len, line_end_len;
temp_len         2065 ext/standard/file.c 	temp_len = buf_len;
temp_len         2066 ext/standard/file.c 	temp = emalloc(temp_len + line_end_len + 1);
temp_len         2141 ext/standard/file.c 									if ((size_t)temp_len > (size_t)(limit - buf)) {
temp_len         2148 ext/standard/file.c 								temp_len += new_len;
temp_len         2149 ext/standard/file.c 								new_temp = erealloc(temp, temp_len);